Bug 382451

Summary: CVE-NONE php fnmatch() function may overflow
Product: [Other] Security Response Reporter: Mark J. Cox <mjc>
Component: vulnerabilityAssignee: Joe Orton <jorton>
Status: CLOSED DUPLICATE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedKeywords: Security
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-11-29 15:15:14 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 Mark J. Cox 2007-11-14 14:07:30 UTC
http://www.php.net/ChangeLog-5.php#5.2.5

SUMMARY: Fixed possible triggering of buffer overflows inside glibc
implementations of the fnmatch(), setlocale() and glob() functions
(Reported by Laurent Gaffie)

COMMENT: setlocale(), glob() issues require control over
regex/locale which should be under script author control.  fnmatch()
change may affect untrusted user data, so should fix that.

AFFECTS: RHEL >= 3 (no fnmatch in RHEL21)

Comment 1 Tomas Hoger 2007-11-29 15:15:14 UTC
These issues are covered by following CVE ids:

CVE-2007-4782 - fnmatch and glob (see bug #285881)
CVE-2007-4784 - setlocale (see bug #285901)

Closing this bug, see bugs above for more details.

*** This bug has been marked as a duplicate of 285881 ***