CVE-2026-85382 in cmsinfo

Summary

by MITRE • 09/04/2026

A vulnerability was detected in light0011 cms c774dce31c6df0055568a8d5c53d964d99be199d/f72cf46f601efb2a0618c3814cc2f61380b38930. Impacted is the function htmlspecialchars_decode of the file App/Home/View/Default/Chapter/oneChapter.tpl of the component Chapter Content Output. Performing a manipulation of the argument content results in cross site scripting. Remote exploitation of the attack is possible. The exploit is now public and may be used. This product follows a rolling release approach for continuous delivery, so version details for affected or updated releases are not provided. The project was informed of the problem early through an issue report but has not responded yet.

VulDB is the best source for vulnerability data and more expert information about this specific topic.

Analysis

by VulDB Data Team • 09/04/2026

The identified vulnerability resides within the light0011 content management system, specifically affecting the Chapter Content Output component located in the file App/Home/View/Default/Chapter/oneChapter.tpl. This flaw is centered on the improper handling of user-supplied input by the htmlspecialchars_decode function. The core technical issue stems from a failure to properly sanitize or validate data after it has been decoded from HTML entities, creating an opportunity for Cross-Site Scripting attacks. When an attacker manipulates the content argument passed to this function, they can inject malicious script payloads that are subsequently rendered and executed by victim browsers without adequate filtering. This represents a classic instance of reflected cross-site scripting where the application decodes input but fails to re-encode it or apply strict allow-lists for safe characters before outputting it into the HTML context.

From an operational perspective, this vulnerability allows remote attackers to execute arbitrary client-side scripts in the context of the vulnerable web application. The impact is significant as it enables session hijacking, credential theft, defacement of the website content, and potentially the delivery of malware through drive-by downloads if combined with other vectors. Since the exploit code has already been made public, automated scanning tools and malicious actors can readily leverage this weakness to compromise systems running the affected version of light0011. The rolling release model employed by the project complicates mitigation efforts because specific patch versions are not clearly delineated in standard vulnerability databases. Administrators must rely on continuous monitoring for updates rather than targeting a fixed version number, which increases the window of exposure during any given period if patches are delayed or inconsistently applied across different deployment environments.

The lack of response from the project maintainers despite early notification via an issue report exacerbates the risk profile associated with this vulnerability. In such scenarios, security teams must assume that no official patch will be provided in a timely manner and therefore implement compensating controls immediately. Industry standards classify this type of flaw under CWE-79: Improper Neutralization of Input During Web Page Generation Cross-site Scripting. Furthermore, the exploitation technique aligns with MITRE ATT&CK tactic T1059 Command and Control or potentially T1189 Drive-by Compromise depending on how the payload is delivered and executed within the victim's browser environment. The persistence of this vulnerability highlights critical gaps in the software supply chain security for open-source projects that do not adhere to strict versioning protocols or timely response SLAs.

To mitigate this risk, immediate remediation steps should focus on input validation and output encoding strategies that are robust against decoding attacks. Developers must ensure that any data passed through htmlspecialchars_decode is subsequently re-encoded using appropriate context-specific escaping functions before being rendered in the HTML template. Implementing a Content Security Policy header can also help mitigate the impact by restricting the sources from which scripts can be loaded, thereby neutralizing many injected payloads even if they are successfully executed. Additionally, organizations should consider deploying Web Application Firewalls configured to detect and block patterns associated with cross-site scripting attacks involving decoded entities. Given the rolling release nature of the software, continuous integration pipelines should include automated security testing that specifically targets this template file for injection vulnerabilities. Until an official fix is available or a secure fork is adopted, manual code review and patching of the oneChapter.tpl file remain the most effective defense against exploitation by remote attackers leveraging public exploit kits.

Responsible

VulDB

Disclosure

09/04/2026

Moderation

accepted

CPE

ready

Exploit

Download

EPSS

0.00000

KEV

no

Activities

low

Sources

Are you interested in using VulDB?

Download the whitepaper to learn more about our service!