mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-30 09:09:31 +02:00
18 lines
838 B
Markdown
18 lines
838 B
Markdown
### [CVE-2008-3843](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3843)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Request Validation (aka the ValidateRequest filters) in ASP.NET in Microsoft .NET Framework with 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 tilde slash) sequence followed by a crafted STYLE element.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://securityreason.com/securityalert/4193
|
|
|
|
#### Github
|
|
- https://github.com/octane23/CASE-STUDY-1
|
|
|