cve/2007/CVE-2007-1454.md

18 lines
826 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2007-1454](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1454)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
ext/filter in PHP 5.2.0, when FILTER_SANITIZE_STRING is used with the FILTER_FLAG_STRIP_LOW flag, does not properly strip HTML tags, which allows remote attackers to conduct cross-site scripting (XSS) attacks via HTML with a '<' character followed by certain whitespace characters, which passes one filter but is collapsed into a valid tag, as demonstrated using %0b.
### POC
#### Reference
- http://www.securityfocus.com/bid/22914
#### Github
No PoCs found on GitHub currently.