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

19 lines
1012 B
Markdown

### [CVE-2014-5100](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5100)
![](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 request forgery (CSRF) vulnerabilities in Omeka before 2.2.1 allow remote attackers to hijack the authentication of administrators for requests that (1) add a new super user account via a request to admin/users/add, (2) insert cross-site scripting (XSS) sequences via the api_key_label parameter to admin/users/api-keys/1, or (3) disable file validation via a request to admin/settings/edit-security.
### POC
#### Reference
- http://packetstormsecurity.com/files/127523/Omeka-2.2-Cross-Site-Request-Forgery-Cross-Site-Scripting.html
- http://www.zeroscience.mk/en/vulnerabilities/ZSL-2014-5193.php
#### Github
No PoCs found on GitHub currently.