CVE-2026-0565 Details
Description
A weakness has been identified in code-projects Content Management System 1.0. This issue affects some unknown processing of the file /admin/delete.php. Executing a manipulation of the argument del can lead to sql injection. The attack can be executed remotely. The exploit has been made available to the public and could be used for attacks.
A SQL injection vulnerability exists in Code-Projects Content Management System version 1.0, specifically within the admin/delete.php file. The issue arises because the 'del' parameter can be manipulated to inject malicious SQL code. This unsanitized input is directly used in SQL queries, allowing attackers to alter query execution and potentially access or modify database information. The vulnerability can be exploited remotely without authentication.
It is recommended to use prepared statements and parameter binding to prevent SQL injection, validate and filter user input, and limit database user permissions to the minimum required.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jan 5, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/Limingqian123/CVE/issues/12 | CISA-ADP | ExploitIssue TrackingThird Party Advisory |
| https://code-projects.org/ | [email protected] | Product |
| https://github.com/Limingqian123/CVE/issues/12 | [email protected] | ExploitIssue TrackingThird Party Advisory |
| https://vuldb.com/?ctiid.339377 | [email protected] | Permissions RequiredVDB Entry |
| https://vuldb.com/?id.339377 | [email protected] | Third Party AdvisoryVDB Entry |
| https://vuldb.com/?submit.729227 | [email protected] | Third Party AdvisoryVDB Entry |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| code-projects content management system | 1.0 |
CPE
Remediation
| |
Change History
7 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Feb 23, 2026 | CVE Modified | [email protected] |
| Jan 13, 2026 | Initial Analysis | [email protected] |
| Jan 5, 2026 | CVE Modified | CISA-ADP |
| Jan 2, 2026 | New CVE Received | [email protected] |