CVE-2018-25420
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.
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 'id' parameter in watch.php, allowing attackers to extract sensitive database information.
Vulnerability
AiOPMSD (All In One Pack Online Movie Streaming Download) Final 1.0.0, build 4 as of September 2017 [2], contains a SQL injection vulnerability in watch.php. The id parameter is not sanitized before being used in SQL queries, allowing unauthenticated attackers to inject arbitrary SQL commands. The application is a PHP/MySQL script for online movie streaming [2].
Exploitation
An attacker can exploit this vulnerability by sending a crafted GET request to watch.php with a malicious id parameter. No authentication or prior access is required. The attacker can use standard SQL injection techniques (e.g., UNION-based or error-based) to extract data. The response from the server may reveal the injected data or error messages, enabling iterative extraction [3].
Impact
Successful exploitation allows an unauthenticated attacker to execute arbitrary SQL queries against the underlying database. This can lead to the disclosure of sensitive information such as usernames, database names, and database version details [3]. Depending on the database permissions, further compromise of the application or server may be possible.
Mitigation
No official patch has been released for this vulnerability. The project appears to be abandoned, with the last update in 2017 [2]. Users should consider migrating to an alternative solution or, if continued use is necessary, implement a web application firewall (WAF) rule to block malicious id parameter values. This vulnerability is not currently listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
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- Range: =1.0.0
Patches
0No 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
4News mentions
0No linked articles in our index yet.