Files
CVEs-PoC/2009/CVE-2009-1246.md
T
2024-06-18 02:51:15 +02:00

18 lines
1.0 KiB
Markdown

### [CVE-2009-1246](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1246)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Multiple directory traversal vulnerabilities in Blogplus 1.0 allow remote attackers to include and execute arbitrary local files via a .. (dot dot) in the (1) row_mysql_blocks_center_down[file] parameter to includes/block_center_down.php; (2) row_mysql_blocks_center_top[file] includes/parameter to block_center_top.php; (3) row_mysql_blocks_left[file] parameter to includes/block_left.php; (4) row_mysql_blocks_right[file] parameter to includes/block_right.php; and row_mysql_bloginfo[theme] parameter to (5) includes/window_down.php and (6) includes/window_top.php.
### POC
#### Reference
- https://www.exploit-db.com/exploits/8290
#### Github
No PoCs found on GitHub currently.