VYPR
High severity8.2NVD Advisory· Published May 30, 2026

CVE-2018-25413

CVE-2018-25413

Description

AiOPMSD Final 1.0.0 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the 'q' parameter. Attackers can send GET requests to search.php with crafted SQL payloads 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.

AiOPMSD Final 1.0.0 is vulnerable to unauthenticated SQL injection via the 'q' parameter in search.php, allowing attackers to extract database contents.

Vulnerability

AiOPMSD Final 1.0.0 (build 4, released September 2017) contains an SQL injection vulnerability in search.php. The q parameter is not sanitized before being used in SQL queries, allowing unauthenticated attackers to inject arbitrary SQL. The software is a PHP/MySQL movie streaming script. [1][2][3]

Exploitation

An attacker can send a GET request to search.php with a crafted q parameter containing SQL injection payloads. No authentication is required. The attacker only needs network access to the web server. [3]

Impact

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

Mitigation

As of the available references, no official patch has been released for this vulnerability. The software appears to be final and no longer maintained. Users should consider migrating to an alternative solution or implementing a web application firewall (WAF) to block malicious SQL injection attempts. Input validation and parameterized queries should be applied to search.php. [1][2][3]

AI Insight generated on May 30, 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

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

4

News mentions

0

No linked articles in our index yet.