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

|
|

|
|
&color=brightgreen)
|
|
|
|
### Description
|
|
|
|
S40 CMS v0.4.2 contains a path traversal vulnerability in its index.php page handler. The p parameter is not properly sanitized, allowing attackers to traverse the file system and access arbitrary files outside the web root. This can be exploited remotely without authentication by appending traversal sequences and a null byte to bypass file extension checks.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/auxiliary/scanner/http/s40_traversal.rb
|
|
- https://web.archive.org/web/20110613222630/http://y-osirys.com/security/exploits/id27
|
|
- https://www.exploit-db.com/exploits/17129
|
|
- https://www.vulncheck.com/advisories/s40-cms-path-traversal
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|