CVE-2024-3673 – Web Directory Free < 1.7.3 - Unauthenticated LFI
https://notcve.org/view.php?id=CVE-2024-3673
09 Aug 2024 — The Web Directory Free WordPress plugin before 1.7.3 does not validate a parameter before using it in an include(), which could lead to Local File Inclusion issues. The Web Directory Free plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 1.7.2 via the w2dc_isTemplate() function. 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 byp... • https://wpscan.com/vulnerability/0e8930cb-e176-4406-a43f-a6032471debf • CWE-98: Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') •
CVE-2024-3669 – Web Directory Free < 1.7.2 - Reflected XSS
https://notcve.org/view.php?id=CVE-2024-3669
09 Jul 2024 — The Web Directory Free WordPress plugin before 1.7.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 high privilege users such as admin The Web Directory Free plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'hash' parameter in all versions up to, and including, 1.7.1 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attacker... • https://wpscan.com/vulnerability/3c37c9a9-1424-427a-adc7-c2336a47e9cf • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •
CVE-2024-3552 – Web Directory Free < 1.7.0 - Unauthenticated SQL Injection
https://notcve.org/view.php?id=CVE-2024-3552
23 May 2024 — The Web Directory Free WordPress plugin before 1.7.0 does not sanitise and escape a parameter before using it in a SQL statement via an AJAX action available to unauthenticated users, leading to a SQL injection with different techniques like UNION, Time-Based and Error-Based. El complemento Web Directory Free de WordPress anterior a 1.7.0 no sanitiza ni escapa un parámetro antes de usarlo en una declaración SQL a través de una acción AJAX disponible para usuarios no autenticados, lo que lleva a una inyecció... • https://github.com/truonghuuphuc/CVE-2024-3552-Poc • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') •