mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-03 04:38:03 +02:00
21 lines
1.2 KiB
Markdown
21 lines
1.2 KiB
Markdown
### [CVE-2009-20008](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-20008)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Green Dam Youth Escort version 3.17 is vulnerable to a stack-based buffer overflow when processing overly long URLs. The flaw resides in the URL filtering component, which fails to properly validate input length before copying user-supplied data into a fixed-size buffer. A remote attacker can exploit this vulnerability by enticing a user to visit a specially crafted webpage containing a long URL, resulting in arbitrary code execution.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://web.archive.org/web/20110426190759/http://www.cse.umich.edu/~jhalderm/pub/gd/
|
|
- https://www.exploit-db.com/exploits/8938
|
|
- https://www.exploit-db.com/exploits/8969
|
|
- https://www.vulncheck.com/advisories/green-dam-url-processing-buffer-overflow
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cve-scores
|
|
|