So far it looks like only 1 Ability file, product_details.tpl is affected.
common_files/customer/main/product_details.tpl
The update changes
Code:
value="{$smarty.get.slot}"
To
Code:
value="{$smarty.get.slot|escape:"html"}"
There are 2 places this happens in this file.