CVE-2010-4894
Description
SQL injection vulnerability in core/showsite.php in chillyCMS 1.1.3 allows remote attackers to execute arbitrary SQL commands via the name parameter. NOTE: some of these details are obtained from third party information.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
SQL injection in chillyCMS 1.1.3 via the name parameter in core/showsite.php allows remote attackers to execute arbitrary SQL commands.
Vulnerability
The chillyCMS version 1.1.3 contains a SQL injection vulnerability in the core/showsite.php script. The name parameter is not properly sanitized before being used in a SQL query, allowing an attacker to inject arbitrary SQL commands. This vulnerability is present in the latest version at the time of disclosure [1][2].
Exploitation
An attacker can exploit this vulnerability remotely without authentication by sending a crafted HTTP request to core/showsite.php with a malicious name parameter. The injection vector involves using a single quote and parentheses to break out of the query context. For example, the payload ') or 1=(' can be used to manipulate the query. Blind SQL injection techniques can be employed to extract data character by character [2].
Impact
Successful exploitation allows an attacker to execute arbitrary SQL commands against the underlying database. This can lead to unauthorized access to sensitive data, such as user credentials, and potentially full compromise of the application. The attacker gains the ability to read, modify, or delete database contents [2].
Mitigation
As of the publication of the vulnerability, no official fix was available from the vendor. The vendor's website (frozenpepper.de) may have released an update after the disclosure. Users are advised to upgrade to a patched version if available, or apply input validation and parameterized queries as a workaround. The vulnerability is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog [1][2].
AI Insight generated on May 24, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
9- secunia.com/advisories/41313nvdVendor Advisory
- osvdb.org/67836nvd
- packetstormsecurity.org/1009-exploits/chillycms-sqlxss.txtnvd
- securityreason.com/securityalert/8437nvd
- www.bugreport.ir/index_73.htmnvd
- www.exploit-db.com/exploits/14897nvd
- www.securityfocus.com/bid/42991nvd
- www.vupen.com/english/advisories/2010/2298nvd
- exchange.xforce.ibmcloud.com/vulnerabilities/61606nvd
News mentions
0No linked articles in our index yet.