CVE-2024-9689 – Post From Frontend <= 1.0.0 - Post Deletion via CSRF
https://notcve.org/view.php?id=CVE-2024-9689
The Post From Frontend WordPress plugin through 1.0.0 does not have CSRF check when deleting posts, which could allow attackers to make logged in admin perform such action via a CSRF attack The Post From Frontend plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0.0. This is due to missing or incorrect nonce validation on a function. This makes it possible for unauthenticated attackers to delete arbitrary posts 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/ea501d37-1ec2-43ec-873a-ec204e965f60 • CWE-352: Cross-Site Request Forgery (CSRF) •