VYPR
Unrated severityNVD Advisory· Published Oct 8, 2011· Updated Apr 29, 2026

CVE-2010-4894

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

2
  • cpe:2.3:a:chillycms:chillycms:1.1.3:*:*:*:*:*:*:*+ 1 more
    • cpe:2.3:a:chillycms:chillycms:1.1.3:*:*:*:*:*:*:*
    • (no CPE)range: =1.1.3

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

9

News mentions

0

No linked articles in our index yet.