CVE-2018-25197
Description
PlayJoom 0.10.1 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the catid parameter. Attackers can send GET requests to index.php with option=com_playjoom&view=genre&catid=[SQL] to extract sensitive database information including usernames, databases, and version details.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
PlayJoom 0.10.1 suffers from an unauthenticated SQL injection via the catid parameter, allowing attackers to extract sensitive database information.
Vulnerability
Overview PlayJoom 0.10.1 contains an SQL injection vulnerability in the catid parameter of the genre view. Unauthenticated attackers can inject arbitrary SQL by sending a GET request to index.php?option=com_playjoom&view=genre&catid=[SQL]. The vulnerability stems from insufficient sanitization of user input before it is used in database queries.
Exploitation
Details Exploitation requires no authentication; an attacker only needs network access to the PlayJoom instance. The malicious SQL payload is URL-encoded and sent via the catid parameter. The provided proof-of-concept (PoC) demonstrates extraction of database user, database name, and version information using a crafted payload [1][2].
Impact
Successful exploitation allows an attacker to execute arbitrary SQL queries, leading to extraction of sensitive data such as usernames, database names, and version details. This could compromise the confidentiality of the underlying database and potentially lead to further attacks.
Mitigation
At the time of disclosure (November 2018), no patch was available. The vendor site (playjoom.telgo.info) is no longer accessible, suggesting the project may be abandoned. Users are advised to disable or remove PlayJoom until a fix is applied [1][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.