CVE-2026-85379
Received Received - Intake

SQL Injection in Light0011 CMS

Vulnerability report for CVE-2026-85379, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-04

Last updated on: 2026-09-04

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-04
Last Modified
2026-09-04
Generated
2026-09-04
AI Q&A
2026-09-04
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
light0011 cms *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an unauthenticated SQL injection flaw in a CMS application. User input in the search field is directly used in raw SQL LIKE clauses without sanitization. Attackers can manipulate SQL queries by injecting malicious code into the 'content' parameter, altering query results or extracting sensitive data.

Detection Guidance

To detect this SQL injection vulnerability, monitor network traffic for suspicious POST requests to the CMS search endpoint. Look for requests containing the 'content' parameter with SQL-like payloads such as ' OR 1=1 -- or 'notfound%' AND 1=2 AND 'x'='y'. Use tools like Wireshark or tcpdump to capture traffic. Check server logs for unusual database queries or errors.

Impact Analysis

An attacker can remotely exploit this to manipulate SQL queries, potentially accessing unauthorized data, modifying database contents, or performing administrative operations. Since no authentication is required, any user can launch attacks against the application.

Compliance Impact

This vulnerability likely violates compliance requirements such as GDPR (data protection) and HIPAA (health data security) by enabling unauthorized data access or modification. Organizations using this CMS may face legal penalties for failing to protect sensitive user data.

Mitigation Strategies

Immediately update the CMS to use parameterized queries instead of raw SQL string interpolation. Modify ChapterModel::searchChapter to use prepared statements with bound parameters. If the project remains unresponsive, consider disabling the search functionality or implementing a web application firewall to filter malicious input.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-85379. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart