Bug 278061 (CVE-2007-4657)

Summary: CVE-2007-4657 php integer overflow in strspn/strcspn
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: unspecified   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-4657
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-09-05 12:46:27 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-09-05 08:58:27 UTC
http://www.php.net/releases/5_2_4.php

# Fixed integer overflow in str[c]spn(). (Reported by Mattias Bengtsson)

Comment 1 Joe Orton 2007-09-05 12:46:27 UTC
The only effect of this bug is to cause the process to read from a random
segment of memory, if a large "length" parameter is passed to the strspn/strcspn
function, which is under the control of the script author.  This bug has no
security impact.