Description
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.
Published: 2026-09-04
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A cross‑site scripting (XSS) vulnerability has been discovered in the Light0011 CMS, specifically within the htmlspecialchars_decode function used in the Chapter Content Output component. The flaw allows an attacker to inject malicious content that is decoded and rendered by the template oneChapter.tpl, leading to the execution of arbitrary JavaScript within the context of a victim’s browser. This can compromise confidentiality, integrity, or availability of user data and can be leveraged for phishing or session hijacking. The weakness aligns with CWE‑79 (Cross‑Site Scripting) and CWE‑94 (Improper Handling of Bytecode or Source Code). The description states that remote exploitation is possible and that the exploit is public.

Affected Systems

The vulnerability affects the Light0011 CMS platform. No specific version numbers are provided, as the project follows a rolling‑release model and the responsible commit is referenced only by a hash. Users must verify whether their installed copy of the CMS contains any of the affected files or commits and should proactively update if a fix has been issued.

Risk and Exploitability

The CVSS score is 5.3, indicating a moderate severity. No EPSS score is available, so the likelihood of exploitation cannot be quantified, but the public nature of the exploit and the lack of a patch suggest that attacks are plausible. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is remote; an attacker must supply crafted content that is processed by the decoded function. Based on the description, it is inferred that the attacker can trigger the vulnerability by injecting malicious markup into the content field that the CMS later renders via the oneChapter.tpl template.

Generated by OpenCVE AI on September 4, 2026 at 02:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest Light0011 CMS release once a vendor patch addressing the htmlspecialchars_decode flaw is released.
  • Implement additional output sanitization for all data processed by htmlspecialchars_decode, for example by enforcing strict escaping or using a templating system that auto‑escapes user input.
  • If a quick patch is unavailable, disable features that allow untrusted content to be inserted into the chapter content or apply access controls to limit who can modify that content.

Generated by OpenCVE AI on September 4, 2026 at 02:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 01:45:00 +0000

Type Values Removed Values Added
Description 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.
Title light0011 cms Chapter Content Output oneChapter.tpl htmlspecialchars_decode cross site scripting
First Time appeared Light0011
Light0011 cms
Weaknesses CWE-79
CWE-94
CPEs cpe:2.3:a:light0011:cms:*:*:*:*:*:*:*:*
Vendors & Products Light0011
Light0011 cms
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:N/I:P/A:N/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 4.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-04T01:30:18.174Z

Reserved: 2026-09-03T17:53:55.545Z

Link: CVE-2026-85382

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T02:17:20.017

Modified: 2026-09-04T02:17:20.017

Link: CVE-2026-85382

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T02:30:13Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')