cve/2024/CVE-2024-0700.md

21 lines
1.3 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2024-0700](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-0700)
![](https://img.shields.io/static/v1?label=Product&message=Simple%20Tweet&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=*%3C%3D%201.4.0.2%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Improper%20Neutralization%20of%20Input%20During%20Web%20Page%20Generation%20('Cross-site%20Scripting')&color=brighgreen)
### Description
The Simple Tweet plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Tweet this text value in all versions up to, and including, 1.4.0.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
### POC
#### Reference
- https://github.com/wTeBwAA/PoC-SimpleTweet/blob/main/POST-request
2024-06-09 00:33:16 +00:00
- https://github.com/wTeBwAA/PoC-SimpleTweet/blob/main/POST-request
2024-05-25 21:48:12 +02:00
- https://www.wordfence.com/threat-intel/vulnerabilities/id/a5da021c-3835-4251-a3e5-3b5aaa11ea14?source=cve
2024-06-09 00:33:16 +00:00
- https://www.wordfence.com/threat-intel/vulnerabilities/id/a5da021c-3835-4251-a3e5-3b5aaa11ea14?source=cve
2024-05-25 21:48:12 +02:00
#### Github
No PoCs found on GitHub currently.