
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-14719 is a SQL injection vulnerability in the Relevanssi and Relevanssi Premium WordPress plugins, allowing authenticated users with Contributor-level access or above to perform SQL injection attacks. It affects Relevanssi (free) versions before 4.26.0 and Relevanssi Premium versions before 2.29.0. The vulnerability was publicly disclosed on December 17, 2025, and assigned a CVE on January 7, 2026. The CVSS v3.1 base score is 4.9 (Medium) per CISA-ADP, though WPScan rates it 6.8 (Medium) (WPScan, Feedly).
The vulnerability is classified as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command). The root cause is insufficient sanitization and escaping of a user-supplied parameter before it is incorporated into a SQL query within the relevanssi_admin_search AJAX action handler. An authenticated contributor can craft a POST request to /wp-admin/admin-ajax.php with a malicious tax_query[0][taxonomy] parameter containing SQL payloads (e.g., time-based blind injection using SLEEP()), exploiting the lack of input validation in the plugin's admin search functionality (WPScan). Exploitation requires a valid WordPress account with at minimum the Contributor role and knowledge of a valid nonce value (searching_nonce) obtainable from the admin search page.
Successful exploitation allows an authenticated attacker to extract sensitive data from the WordPress database, including user credentials (hashed passwords), email addresses, private post content, and plugin/theme configuration data. The impact is primarily a high confidentiality breach with no direct integrity or availability impact, as reflected in the CVSS vector. While lateral movement is limited by the database scope, exposure of administrator credentials could lead to full site compromise (WPScan, Feedly).
A public proof-of-concept (PoC) is available via WPScan demonstrating a time-based blind SQL injection attack. There is no current evidence of in-the-wild exploitation or threat actor attribution. The EPSS score is approximately 0.021% (0.000210), indicating a low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog (WPScan, Feedly).
https://example.com/wp-admin/?page=relevanssi_admin_search while authenticated and extract the searching_nonce value from the page source or JavaScript context./wp-admin/admin-ajax.php with the following body, injecting a time-based blind SQL payload into the tax_query[0][taxonomy] parameter:action=relevanssi_admin_search&args=tax_query%5B0%5D%5Boperator%5D=exists&tax_query%5B0%5D%5Btaxonomy%5D=') AND (SELECT 1 FROM (SELECT(SLEEP(5)))a) AND ('x'='x&security=<nonce>sqlmap) with the confirmed injection point to enumerate and dump database tables, including WordPress user credentials and sensitive configuration data (WPScan)./wp-admin/admin-ajax.php with action=relevanssi_admin_search and encoded SQL keywords (SLEEP, SELECT, UNION, AND) in the args parameter body.admin-ajax.php from a single contributor-level user; abnormal response times (>5 seconds) for AJAX requests to the Relevanssi admin search endpoint.%27 (single quote) or %2527 in the tax_query parameter.Update the Relevanssi free plugin to version 4.26.0 or later, and Relevanssi Premium to version 2.29.0 or later, which include proper sanitization and escaping of the affected parameter. No official configuration-based workaround has been published; upgrading is the only recommended remediation. Site administrators should also audit contributor-level accounts and restrict plugin access where possible (WPScan).
The vulnerability was reported by researcher Drew Webber (mcdruid) and verified by WPScan. Wordfence included it in their weekly WordPress vulnerability report covering December 15, 2025 to January 4, 2026 (Wordfence). No significant broader media coverage or notable social media discussion has been identified beyond standard vulnerability tracking channels.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."