Bug 240165 (CVE-2007-1454)

Summary: CVE-2007-1454 php filter extension FILTER_SANITIZE_STRING bypass
Product: [Other] Security Response Reporter: Joe Orton <jorton>
Component: vulnerabilityAssignee: Red Hat Product Security <security-response-team>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: paul.boin
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-05-15 15:59:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joe Orton 2007-05-15 15:58:05 UTC
Description of problem:
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.

Comment 1 Joe Orton 2007-05-15 15:59:00 UTC
The 'filter' extension is not currently included in php packages distributed by
Red Hat.


Comment 2 Joe Orton 2007-05-15 15:59:17 UTC
*** Bug 239319 has been marked as a duplicate of this bug. ***