CVE-2024-10871 – Category Ajax Filter <= 2.8.2 - Unauthenticated Local File Inclusion
https://notcve.org/view.php?id=CVE-2024-10871
08 Nov 2024 — The Category Ajax Filter plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 2.8.2 via the 'params[caf-post-layout]' parameter. This makes it possible for unauthenticated attackers to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where files with a .php extension can be uploaded and included. • https://plugins.trac.wordpress.org/browser/category-ajax-filter/tags/2.8.2/includes/functions.php#L180 • CWE-98: Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') •
CVE-2024-3495 – Country State City Dropdown CF7 <= 2.7.2 - Unauthenticated SQL Injection
https://notcve.org/view.php?id=CVE-2024-3495
21 May 2024 — The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' parameters in versions up to, and including, 2.7.2 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. El complemento Country State City Dropdown... • https://github.com/truonghuuphuc/CVE-2024-3495-Poc • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') •
CVE-2024-3520 – Country State City Dropdown CF7 <= 2.7.1 - Missing Authorization
https://notcve.org/view.php?id=CVE-2024-3520
15 Apr 2024 — The Country State City Dropdown CF7 plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the tc_csca_patch_settings function in all versions up to, and including, 2.7.1. This makes it possible for authenticated attackers, with subscriber access and above, to add states or cities to the dropdown. El complemento Country State City Dropdown CF7 para WordPress es vulnerable a modificaciones no autorizadas de datos debido a una falta de verificación de capa... • https://plugins.trac.wordpress.org/changeset/3068802/country-state-city-auto-dropdown/trunk?contextall=1&old=2751425&old_path=%2Fcountry-state-city-auto-dropdown%2Ftrunk • CWE-862: Missing Authorization •