CVE-2026-6183
7.3code-projects · Simple Content Management System
An unauthenticated SQL injection vulnerability exists in the index.php file of Simple Content Management System 1.0, allowing remote attackers to extract sensitive database information.
Executive summary
An unauthenticated SQL injection vulnerability in Simple Content Management System 1.0 allows remote attackers to perform unauthorized database queries and extract sensitive information.
Vulnerability
This vulnerability is a SQL injection (CWE-89) flaw located in the id parameter of the /web/index.php file. The application fails to properly sanitize user input, allowing an unauthenticated remote attacker to manipulate SQL queries and exfiltrate data from the underlying database.
Business impact
The exploitation of this flaw poses a severe risk to data confidentiality and integrity. An attacker can leverage this injection to extract administrative credentials, user records, and the entire database content, leading to a full compromise of the application data. While the CVSS score is 7.3, the ability for an unauthenticated attacker to remotely dump the database makes this a high-priority risk for any organization hosting this software.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict public access to the /web/index.php endpoint or disable the affected installation until a secure version is released.
Proactive Monitoring: Review web server access logs for anomalous GET requests containing SQL syntax, such as UNION, SELECT, or database-specific keywords, directed at the index.php file.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection patterns targeting the id parameter.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the GitHub repository referenced in the vulnerability details.
Analyst recommendation
Given the availability of a functional proof-of-concept and the lack of a vendor-provided patch, this vulnerability presents a credible and immediate threat to the confidentiality of your data. Organizations should prioritize isolating the affected system from the public internet and implementing strict input validation via a WAF to mitigate the risk of unauthorized database access.
More code-projects CVEs
Sources
Originally found and disclosed by imad alvi (VulDB User), per the CVE Program record.
- VDB-357106 | code-projects Simple Content Management System index.php sql injection Vulnerability database entry
- VDB-357106 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #797264 | code-projects.org Simple Content Management System in php 1.0 SQL Injection Third-party advisory
- Exploit / PoC
- code-projects.org