mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
18 lines
977 B
Markdown
18 lines
977 B
Markdown
### [CVE-2007-4782](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4782)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
PHP before 5.2.3 allows context-dependent attackers to cause a denial of service (application crash) via (1) a long string in the pattern parameter to the glob function; or (2) a long string in the string parameter to the fnmatch function, accompanied by a pattern parameter value with undefined characteristics, as demonstrated by a "*[1]e" value. NOTE: this might not be a vulnerability in most web server environments that support multiple threads, unless these issues can be demonstrated for code execution.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://securityreason.com/securityalert/3109
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|