mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 15:08:03 +02:00
18 lines
718 B
Markdown
18 lines
718 B
Markdown
### [CVE-2006-1995](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1995)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Directory traversal vulnerability in index.php in Scry Gallery 1.1 allows remote attackers to read arbitrary files via ".." sequences in the p parameter, which is not properly sanitized due to an rtrim function call with the arguments in the wrong order.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://securityreason.com/securityalert/784
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|