Relevanssi Live Ajax Search <= 2.4 - Unauthenticated WP_Query Argument Injection

2024-08-27 00:00
scottaglia

Strategic Overview

Status
Patched in 2.5
Affected Version<= 2.4
CVSS5.3Medium
CVECVE-2024-7573
View all Relevanssi Live Ajax Search vulnerabilities

Vulnerability Overview

The Relevanssi Live Ajax Search plugin for WordPress is vulnerable to argument injection in all versions up to, and including, 2.4. This is due to insufficient validation of input supplied via POST data in the 'search' function. This makes it possible for unauthenticated attackers to inject arbitrary arguments into a WP_Query query and potentially expose sensitive information such as attachments or private posts.

Technical Analysis

REMEDIATION: Update to version 2.5, or a newer patched version --- IDENTIFIER: CWE-88 (Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')) The product constructs a string for a command to be executed by a separate component in another control sphere, but it does not properly delimit the intended arguments, options, or switches within that command string.

External References

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C