CVE-2018-25163
Description
BitZoom 1.0 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the rollno and username parameters in forgot.php and login.php. Attackers can submit crafted POST requests with SQL UNION statements to extract database schema information and table contents from the application database.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
BitZoom 1.0 has an unauthenticated SQL injection in forgot.php and login.php, allowing attackers to extract database contents via crafted POST requests.
Vulnerability
Overview BitZoom 1.0 contains an SQL injection vulnerability in the rollno and username parameters of forgot.php and login.php. The application fails to sanitize user input, allowing attackers to inject arbitrary SQL commands via POST requests [1][2].
Exploitation
Attackers can exploit this flaw without authentication by sending crafted POST requests with SQL UNION statements. A public proof-of-concept demonstrates how to extract database schema and table contents by injecting a payload into the rollno parameter [1]. The vulnerability is remotely exploitable over the network, with low attack complexity and no privileges required [2].
Impact
Successful exploitation allows an unauthenticated attacker to execute arbitrary SQL queries, potentially extracting sensitive information such as usernames, passwords, and other database contents. The CVSS v4 vector indicates high confidentiality impact [2].
Mitigation
No official patch has been released for BitZoom 1.0, and the software appears to be unmaintained. Users should consider disabling or isolating the application to prevent exposure [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
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2News mentions
0No linked articles in our index yet.