cve/2008/CVE-2008-1856.md

18 lines
919 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2008-1856](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1856)
![](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
plugins/maps/db_handler.php in LinPHA 1.3.3 and earlier does not require authentication for a settings action that modifies the configuration file, which allows remote attackers to conduct directory traversal attacks and execute arbitrary local files by placing directory traversal sequences into the maps_type configuration setting, and then sending a request to maps_view.php, which causes plugins/maps/map.main.class.php to use the modified configuration.
### POC
#### Reference
- https://www.exploit-db.com/exploits/5392
#### Github
No PoCs found on GitHub currently.