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

18 lines
830 B
Markdown

### [CVE-2006-0636](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0636)
![](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
desktop.php in eyeOS 0.8.9 and earlier tests for the existence of the _SESSION variable before calling the session_start function, which allows remote attackers to execute arbitrary PHP code and possibly conduct other attacks by modifying critical assumed-immutable variables, as demonstrated using PHP code in the _SESSION[apps][eyeOptions.eyeapp][wrapup] variable.
### POC
#### Reference
- http://securityreason.com/securityalert/419
#### Github
No PoCs found on GitHub currently.