Files
cve/2012/CVE-2012-2128.md

21 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2012-2128](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2128)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
2025-09-29 21:09:30 +02:00
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
2024-05-26 14:27:05 +02:00
### Description
2025-09-29 21:09:30 +02:00
Cross-site request forgery (CSRF) vulnerability in doku.php in DokuWiki 2012-01-25 Angua allows remote attackers to hijack the authentication of administrators for requests that add arbitrary users. NOTE: this issue has been disputed by the vendor, who states that it is resultant from CVE-2012-2129: "the exploit code simply uses the XSS hole to extract a valid CSRF token."
2024-05-26 14:27:05 +02:00
### POC
#### Reference
- http://seclists.org/bugtraq/2012/Apr/121
- http://www.openwall.com/lists/oss-security/2012/04/22/4
- http://www.openwall.com/lists/oss-security/2012/04/23/1
- https://bugzilla.redhat.com/show_bug.cgi?id=815122
#### Github
- https://github.com/Live-Hack-CVE/CVE-2012-2128