CVE-2026-85379 Details
Description
A security flaw has been discovered in light0011 cms c774dce31c6df0055568a8d5c53d964d99be199d/f72cf46f601efb2a0618c3814cc2f61380b38930. This affects the function ChapterModel::searchChapter of the file App/Home/Controller/ChapterController.class.php of the component Query Builder. The manipulation of the argument content results in sql injection. The attack can be launched remotely. The exploit has been released to the public and may be used for attacks. This product does not use versioning. This is why information about affected and unaffected releases are unavailable. The project was informed of the problem early through an issue report but has not responded yet.
A SQL injection vulnerability has been identified in Light0011 CMS, specifically in the chapter search functionality of the application. This issue arises in the file ChapterController.class.php, within the ChapterModel::searchChapter function. The vulnerability allows for unauthenticated remote attacks by manipulating the 'content' argument, which is improperly sanitized before being used in SQL queries. The vulnerability was introduced in commit f72cf46f601efb2a0618c3814cc2f61380b38930.
To address this vulnerability, use parameterized queries or array-based conditions for search inputs to prevent SQL injection. Avoid interpolating request data directly into SQL strings.
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.
Volerion
Assessed Sep 4, 2026CISA-ADP
Assessed Sep 4, 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/light0011/cms/ | [email protected] | Source CodeVendor |
| https://github.com/light0011/cms/issues/7 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://vuldb.com/cve/CVE-2026-85379 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/894788 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/398533 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/398533/cti | [email protected] | AdvisoryPermission Required |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| 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 |
|---|---|
| light0011 cms | f72cf46f601efb2a0618c3814cc2f61380b38930 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 4, 2026 | CVE Modified | CISA-ADP |
| Sep 4, 2026 | New CVE Received | [email protected] |
Volerion