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

18 lines
770 B
Markdown

### [CVE-2011-2154](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2154)
![](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
login.aspx in the SmarterTools SmarterStats 6.0 web server does not include the HTTPOnly flag in a Set-Cookie header for the loginsettings cookie, which makes it easier for remote attackers to obtain potentially sensitive information via script access to this cookie.
### POC
#### Reference
- http://xss.cx/examples/exploits/stored-reflected-xss-cwe79-smarterstats624100.html
#### Github
No PoCs found on GitHub currently.