VYPR
High severity8.2NVD Advisory· Published Mar 6, 2026· Updated Apr 15, 2026

CVE-2018-25166

CVE-2018-25166

Description

Meneame English Pligg 5.8 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the search parameter. Attackers can send GET requests to index.php with crafted SQL payloads in the search parameter to extract sensitive database information including usernames, database names, and version details.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Meneame English Pligg 5.8 is vulnerable to unauthenticated SQL injection via the search parameter, allowing attackers to extract sensitive database information.

Vulnerability

Overview

Meneame English Pligg 5.8 contains a SQL injection vulnerability exists in the search functionality. The application fails to properly sanitize user input passed through the search parameter in GET requests to index.php. This allows an attacker to inject arbitrary SQL commands without authentication [1][2].

Exploitation

An unauthenticated attacker can exploit this by sending a crafted HTTP GET request to the vulnerable endpoint. The proof-of-concept demonstrates injecting a SQL payload that uses a subquery to extract database version, current user, and database name via a blind SQL injection technique [1]. The attack requires no special privileges or prior knowledge of the application.

Impact

Successful exploitation enables the attacker to execute arbitrary SQL queries, leading to the extraction of sensitive information such as usernames, database names, and database version details. This can compromise the confidentiality of the application's data and potentially lead to further attacks [2].

Mitigation

As of the latest information, the vendor has not released a patched version. Users are advised to apply input validation and parameterized queries to mitigate the risk. The vulnerability is publicly documented and has a proof-of-concept available [1][2].

AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.