cve/2021/CVE-2021-24988.md

18 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2021-24988](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24988)
![](https://img.shields.io/static/v1?label=Product&message=WP%20RSS%20Aggregator%20%E2%80%93%20News%20Feeds%2C%20Autoblogging%2C%20Youtube%20Video%20Feeds%20and%20More&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=4.19.3%3C%204.19.3%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Cross-site%20Scripting%20(XSS)&color=brighgreen)
### Description
The WP RSS Aggregator WordPress plugin before 4.19.3 does not sanitise and escape data before outputting it in the System Info admin dashboard, which could lead to a Stored XSS issue due to the wprss_dismiss_addon_notice AJAX action missing authorisation and CSRF checks, allowing any authenticated users, such as subscriber to call it and set a malicious payload in the addon parameter.
### POC
#### Reference
- https://wpscan.com/vulnerability/0742483b-6314-451b-a63a-536fd1e14845
#### Github
No PoCs found on GitHub currently.