CVE-2018-25420
Deferred Deferred - Pending Action
SQL Injection in AiOPMSD Final 1.0.0

Publication date: 2026-05-30

Last updated on: 2026-06-01

Assigner: VulnCheck

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 'id' parameter. Attackers can send GET requests to watch.php with crafted SQL payloads to extract sensitive database information including usernames, database names, and version details.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-30
Last Modified
2026-06-01
Generated
2026-06-19
AI Q&A
2026-05-30
EPSS Evaluated
2026-06-18
NVD
EUVD
Affected Vendors & Products
Currently, no data is known.
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

AiOPMSD Final 1.0.0 contains a high-severity SQL injection vulnerability identified as CVE-2018-25420. This vulnerability exists in the 'watch.php' file, specifically in the 'id' parameter, which can be manipulated by unauthenticated attackers to inject malicious SQL code.

By exploiting this flaw, attackers can send specially crafted GET requests that execute arbitrary SQL queries on the database.

This allows them to extract sensitive information such as usernames, database names, and version details.

Impact Analysis

This vulnerability can have significant impacts including unauthorized access to sensitive database information.

  • Attackers can retrieve usernames, database names, and version details.
  • It allows execution of arbitrary SQL commands without authentication.

Such unauthorized data exposure can lead to further attacks, data breaches, and compromise of system integrity.

Detection Guidance

This vulnerability can be detected by monitoring for suspicious GET requests to the watch.php file that include unusual or crafted SQL payloads in the 'id' parameter.

A common method to detect exploitation attempts is to look for SQL injection patterns in web server logs or by using web application firewalls (WAFs) with SQL injection detection rules.

For manual detection, you can use tools like curl or wget to test the endpoint with typical SQL injection payloads and observe the responses.

  • curl "http://target-site/watch.php?id=1' OR '1'='1"
  • curl "http://target-site/watch.php?id=1; DROP TABLE users;--"

If the server responds with database errors or unusual data, it may indicate the presence of the vulnerability.

Mitigation Strategies

Immediate mitigation steps include restricting access to the vulnerable watch.php endpoint and applying input validation or sanitization on the 'id' parameter to prevent SQL injection.

If possible, update or patch AiOPMSD Final to a version that addresses this vulnerability.

Additionally, implementing a web application firewall (WAF) with SQL injection protection rules can help block malicious requests targeting this vulnerability.

Monitoring and blocking suspicious traffic patterns to the watch.php file is also recommended as a temporary measure.

Compliance Impact

The SQL injection vulnerability in AiOPMSD Final 1.0.0 allows attackers to extract sensitive database information such as usernames and database details. This exposure of sensitive data can lead to non-compliance with data protection regulations like GDPR and HIPAA, which require the protection of personal and sensitive information from unauthorized access.

By enabling unauthorized access to sensitive data, this vulnerability increases the risk of data breaches, which can result in legal and financial penalties under these regulations.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2018-25420. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart