cve/2019/CVE-2019-11591.md

23 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-11591](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11591)
![](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
The WebDorado Contact Form plugin before 1.13.5 for WordPress allows CSRF via the wp-admin/admin-ajax.php action parameter, with resultant local file inclusion via directory traversal, because there can be a discrepancy between the $_POST['action'] value and the $_GET['action'] value, and the latter is unsanitized.
### POC
#### Reference
- http://seclists.org/fulldisclosure/2019/Apr/37
2024-06-09 00:33:16 +00:00
- http://seclists.org/fulldisclosure/2019/Apr/37
2024-05-26 14:27:05 +02:00
- https://lists.openwall.net/full-disclosure/2019/04/05/12
2024-06-09 00:33:16 +00:00
- https://lists.openwall.net/full-disclosure/2019/04/05/12
2024-05-26 14:27:05 +02:00
- https://wpvulndb.com/vulnerabilities/9252
2024-06-09 00:33:16 +00:00
- https://wpvulndb.com/vulnerabilities/9252
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.