Last Modified: Apr 28, 2025
Affected Product(s):
BIG-IP APM
Known Affected Versions:
11.4.0, 11.4.1
Fixed In:
11.5.0, 11.4.1 HF9
Opened: Jun 04, 2013 Severity: 3-Major Related Article:
K33904415
innerHTML property is improperly patched for SCRIPT and STYLE tags in its input if it should not be transformed.
F5_Inflate_innerHTML() wrapper improperly patches SCRIPT and STYLE tags if content should not be transformed. Web application malfunction.
Example: ... var s=document.createElement("script"); var x="alert('test');"; s.innerHTML=x; document.head.appendChild(s); ...
None
innerHTML property is inow roperly patched in case of SCRIPT and STYLE tags in its input.