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

18 lines
790 B
Markdown

### [CVE-2008-3842](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3842)
![](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
Request Validation (aka the ValidateRequest filters) in ASP.NET in Microsoft .NET Framework without the MS07-040 update does not properly detect dangerous client input, which allows remote attackers to conduct cross-site scripting (XSS) attacks, as demonstrated by a query string containing a "</" (less-than slash) sequence.
### POC
#### Reference
- http://securityreason.com/securityalert/4193
#### Github
No PoCs found on GitHub currently.