CVE-2024-5808 – WP Ajax Contact Form <= 2.2.2 - Arbitrary Email Deletion via CSRF
https://notcve.org/view.php?id=CVE-2024-5808
The WP Ajax Contact Form WordPress plugin through 2.2.2 does not have CSRF check in place when deleting emails from the email list, which could allow attackers to make a logged in admin perform such action via a CSRF attack The WP Ajax Contact Form plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 2.2.2. This is due to missing or incorrect nonce validation on the members_list page. This makes it possible for unauthenticated attackers to delete emails via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. • https://wpscan.com/vulnerability/1783bbce-3cc3-4a7e-a491-b713cee8278b • CWE-352: Cross-Site Request Forgery (CSRF) •
CVE-2024-5809 – WP Ajax Contact Form <= 2.2.2 - Reflected Cross-Site Scripting
https://notcve.org/view.php?id=CVE-2024-5809
The WP Ajax Contact Form WordPress plugin through 2.2.2 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against admin users The WP Ajax Contact Form plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'eid' parameter in all versions up to, and including, 2.2.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link. • https://wpscan.com/vulnerability/0af9fbcf-5f0e-4f7f-ae60-b46e704cf0a5 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •