CVE-2018-25434 HIGH

CVE-2018-25434: WP AutoSuggest 0.24 SQL Injection via autosuggest.php

Vendor Eliekhoury
Product WP AutoSuggest
Weakness CWE-89 · SQLi
Published June 1, 2026
Last update June 2, 2026

CVSS base score

8.8/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N

What the vulnerability does

01Description

WP AutoSuggest 0.24 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the wpas_keys parameter. Attackers can send GET requests to autosuggest.php with crafted wpas_keys values to extract sensitive database information from WordPress posts and other tables.

Explanation of Vulnerability in Simple Terms

02Summary

WP AutoSuggest versions 0.24 and earlier contain a SQL injection vulnerability in database query handling. An attacker can craft malicious input to execute arbitrary SQL commands, potentially reading or modifying site data. No authentication is required to exploit this vulnerability.

What an attacker can do

03Attacker Capabilities

Execute arbitrary SQL commands to read, modify, or delete database records.

Potential impact on your site

04Site Impact

Attackers can access sensitive data, modify content, or compromise user accounts without logging in.

Conditions required to exploit

05Prerequisites

Network access to the site; no authentication or user interaction required.

Key dates

06Disclosure timeline

June 1, 2026 CVE published
June 2, 2026 Record updated