vendor:
WP AutoComplete
by:
Matin nouriyan (matitanium)
9.8
CVSS
CRITICAL
Unauthenticated SQL injection
89
CWE
Product Name: WP AutoComplete
Affected Version From: <= 1.0.4
Affected Version To:
Patch Exists: YES
Related CWE: CVE-2022-4297
CPE: a:wpautocomplete:wp_autocomplete:1.0.4
Platforms Tested: Kali Linux
2023
WP AutoComplete 1.0.4 – Unauthenticated SQLi
The WP AutoComplete Search WordPress plugin through 1.0.4 does not sanitise and escape a parameter before using it in a SQL statement via an AJAX available to unauthenticated users, leading to an unauthenticated SQL injection.
Mitigation:
Update to a version higher than 1.0.4. Sanitize and escape user input before using it in SQL statements.