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

19 lines
909 B
Markdown

### [CVE-2015-1583](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1583)
![](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 ATutor 2.2 allow remote attackers to hijack the authentication of administrators for requests that (1) create an administrator account via a request to mods/_core/users/admins/create.php or (2) create a user account via a request to mods/_core/users/create_user.php.
### POC
#### Reference
- http://packetstormsecurity.com/files/130598/ATutor-LCMS-2.2-Cross-Site-Request-Forgery.html
- https://edricteo.com/cve-2015-1583-atutor-lcms-csrf-vulnerability/
#### Github
No PoCs found on GitHub currently.