Executive brief
AiOPMSD, a PHP-based movie streaming and download platform, contains a security flaw that allows unauthorized individuals to access its internal database. By sending specially crafted web requests, an attacker can steal sensitive information such as usernames, database structures, and server version details. This could lead to a total compromise of the website's data and user privacy.
Technical details
An SQL injection vulnerability exists in AiOPMSD Final 1.0.0 due to improper neutralization of user-supplied input in several PHP components. Unauthenticated attackers can exploit this by sending GET requests with malicious SQL payloads to parameters such as 'genre' in genre.php, 'q' in search.php, 'actor' in actor.php, and 'id' in watch.php. Successful exploitation allows for the extraction of sensitive information from the MySQL database, including database names, user credentials, and system version information. The vulnerability is caused by the direct inclusion of HTTP parameters into SQL queries without adequate sanitization or the use of prepared statements. No patch is currently known to be available for this legacy software.
Affected products
- hayinfx All in one pack Online Movie Streaming (AiOPMSD) 1.0.0 Final
Timeline
- 2017-09-05: other: Last software update (Final version build 4)
- 2018-10-24: disclosed: Exploit code published on Exploit-DB
- 2026-05-30: advisory: CVE published and NVD record created