cve/2023/CVE-2023-7202.md

20 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2023-7202](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-7202)
![](https://img.shields.io/static/v1?label=Product&message=Fatal%20Error%20Notify&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%201.5.3%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-352%20Cross-Site%20Request%20Forgery%20(CSRF)&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-862%20Missing%20Authorization&color=brighgreen)
### Description
The Fatal Error Notify WordPress plugin before 1.5.3 does not have authorisation and CSRF checks in its test_error AJAX action, allowing any authenticated users, such as subscriber to call it and spam the admin email address with error messages. The issue is also exploitable via CSRF
### POC
#### Reference
- https://research.cleantalk.org/cve-2023-7202-fatal-error-notify-error-email-sending-csrf/
2024-05-28 08:49:17 +00:00
- https://wpscan.com/vulnerability/d923ba5b-1c20-40ee-ac69-cd0bb65b375a/
2024-05-25 21:48:12 +02:00
#### Github
No PoCs found on GitHub currently.