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

18 lines
980 B
Markdown

### [CVE-2021-24826](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24826)
![](https://img.shields.io/static/v1?label=Product&message=Custom%20Content%20Shortcode&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=4.0.2%3C%204.0.2%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Cross-site%20Scripting%20(XSS)&color=brighgreen)
### Description
The Custom Content Shortcode WordPress plugin before 4.0.2 does not escape custom fields before outputting them, which could allow Contributor+ (v < 4.0.1) or Admin+ (v < 4.0.2) users to perform Cross-Site Scripting attacks even when the unfiltered_html is disallowed. Please note that such attack is still possible by admin+ in single site blogs by default (but won't be when the unfiltered_html is disallowed)
### POC
#### Reference
- https://wpscan.com/vulnerability/e247d78a-7243-486c-a017-7471a8dcb800
#### Github
No PoCs found on GitHub currently.