CVE-2018-25425
Description
Yot CMS 3.3.1 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the aid and cid parameters. Attackers can send GET requests to index.php with crafted SQL payloads in the aid or cid parameters to extract database information including table and column names.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Yot CMS 3.3.1 is vulnerable to unauthenticated SQL injection via the aid and cid parameters, allowing attackers to extract sensitive database content.
Vulnerability
Yot CMS 3.3.1 and earlier versions are affected by an SQL injection vulnerability (CWE-89) in the index.php script. The aid and cid GET parameters are not properly sanitized before being used in SQL queries, allowing unauthenticated attackers to inject arbitrary SQL commands. The vulnerability is present in the default installation with no special configuration required [1][2].
Exploitation
An attacker can exploit this vulnerability by sending crafted GET requests to index.php with malicious SQL payloads in the aid or cid parameters. No authentication or user interaction is required, and the attack can be performed remotely over the network. The SQL injection is blind or error-based, depending on the database configuration, and attackers can use standard SQL injection techniques to enumerate the database schema [2].
Impact
Successful exploitation allows an unauthenticated attacker to execute arbitrary SQL queries, leading to the extraction of sensitive information from the database, including table names, column names, and stored data. The confidentiality impact is high, while the integrity impact is low (limited to database manipulation). The scope does not change, meaning the attacker gains access to data within the vulnerable CMS database [2].
Mitigation
No official patch has been released as of the publication date. The vendor website (SourceForge) shows no updates beyond version 3.3.1 [1]. Users are advised to upgrade to a patched version if one becomes available, or to implement a web application firewall (WAF) rule to block malicious payloads in the aid and cid parameters. If the CMS is no longer maintained, migrating to an alternative, actively supported CMS should be considered. The vulnerability is not listed on the CISA KEV as of now [2].
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
1Patches
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.