
CVE-2024-13690 – WP Church Donation <= 1.7 - Unauthenticated Stored Cross-Site Scripting
https://notcve.org/view.php?id=CVE-2024-13690
24 Mar 2025 — The WP Church Donation plugin for WordPress is vulnerable to Stored Cross-Site Scripting via several donation form submission parameters in all versions up to, and including, 1.7 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. • http://plugins.svn.wordpress.org/wp-church-donation/tags/1.7/includes/church-donation-form-display.php • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •

CVE-2024-7385 – WordPress Simple HTML Sitemap <= 3.1 - Authenticated (Admin+) SQL Injection
https://notcve.org/view.php?id=CVE-2024-7385
24 Sep 2024 — The WordPress Simple HTML Sitemap plugin for WordPress is vulnerable to SQL Injection via the 'id' parameter in all versions up to, and including, 3.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. • https://github.com/nothe1senberg/CVE-2024-7385 • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') •