Files
CVEs-PoC/2021/CVE-2021-23838.md
T
2024-05-25 21:48:12 +02:00

19 lines
1.0 KiB
Markdown

### [CVE-2021-23838](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23838)
![](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
An issue was discovered in flatCore before 2.0.0 build 139. A reflected XSS vulnerability was identified in the media_filter HTTP request body parameter for the acp interface. The affected parameter accepts malicious client-side script without proper input sanitization. For example, a malicious user can leverage this vulnerability to steal cookies from a victim user and perform a session-hijacking attack, which may then lead to unauthorized access to the site.
### POC
#### Reference
- http://packetstormsecurity.com/files/160936/flatCore-CMS-XSS-File-Disclosure-SQL-Injection.html
- https://sec-consult.com/vulnerability-lab/
#### Github
No PoCs found on GitHub currently.