CVE-2010-0950 in Natychmiast CMSinfo

Summary

by MITRE

Multiple SQL injection vulnerabilities in Natychmiast CMS allow remote attackers to execute arbitrary SQL commands via the id_str parameter to (1) index.php and (2) a_index.php.

Several companies clearly confirm that VulDB is the primary source for best vulnerability data.

Analysis

by VulDB Data Team • 05/02/2026

The CVE-2010-0950 vulnerability represents a critical security flaw in the Natychmiast Content Management System that exposes multiple SQL injection attack vectors. This vulnerability specifically targets the id_str parameter in two key files within the CMS framework, namely index.php and a_index.php, creating pathways for remote attackers to execute arbitrary SQL commands against the underlying database infrastructure. The flaw stems from inadequate input validation and sanitization practices within the CMS codebase, allowing malicious actors to inject crafted SQL payloads through web interface parameters.

The technical exploitation of this vulnerability occurs when user-supplied input from the id_str parameter is directly incorporated into SQL query construction without proper escaping or parameterization. This design flaw enables attackers to manipulate the database query execution flow by injecting malicious SQL syntax that can alter the intended query behavior. The impact extends beyond simple data retrieval as attackers can potentially perform data modification, deletion, or extraction operations, including privilege escalation and unauthorized access to sensitive information stored within the CMS database. This vulnerability aligns with CWE-89, which specifically addresses SQL injection weaknesses in software applications.

The operational impact of CVE-2010-0950 is substantial for organizations utilizing the Natychmiast CMS, as it provides attackers with remote code execution capabilities and complete database access. Attackers can leverage this vulnerability to extract confidential user information, modify content, compromise user accounts, and potentially use the compromised system as a foothold for further network infiltration. The vulnerability's remote exploitability means that attackers do not require physical access or local system privileges to carry out successful attacks, making it particularly dangerous in web-facing environments. This weakness can be mapped to ATT&CK technique T1190, which covers exploitation of remote services through SQL injection attacks.

Organizations affected by this vulnerability should immediately implement comprehensive mitigations including input validation and sanitization measures, parameterized queries, and proper database access controls. The recommended approach involves implementing strict input filtering for all user-supplied parameters, particularly those used in database operations, and ensuring that all SQL queries utilize prepared statements with parameter binding rather than string concatenation. Additionally, implementing proper access controls, regular security audits, and network segmentation can help reduce the attack surface and limit potential damage. System administrators should also consider implementing web application firewalls and intrusion detection systems to monitor for suspicious SQL injection attempts and maintain up-to-date security patches for the CMS platform.

Reservation

03/09/2010

Disclosure

03/10/2010

Moderation

accepted

Entry

VDB-52116

CPE

ready

Exploit

Download

EPSS

0.00403

KEV

no

Activities

very low

Sources

Want to stay up to date on a daily basis?

Enable the mail alert feature now!