Files
CVEs-PoC/2005/CVE-2005-3473.md
2024-06-18 02:51:15 +02:00

18 lines
898 B
Markdown

### [CVE-2005-3473](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3473)
![](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 cross-site scripting (XSS) vulnerabilities in Simple PHP Blog 0.4.5 and earlier allow remote attackers to inject arbitrary web script or HTML via the (1) entry, (2) blog_subject, and (3) blog_text parameters (involving the temp_subject variable) in (a) preview_cgi.php and (b) preview_static_cgi.php, or (4) scheme_name parameter and (5) bg_color parameters (involving the preset_name and result variables) in (c) colors.php.
### POC
#### Reference
- http://securityreason.com/securityalert/138
#### Github
No PoCs found on GitHub currently.