Description
A security vulnerability has been detected in light0011 cms c774dce31c6df0055568a8d5c53d964d99be199d/f72cf46f601efb2a0618c3814cc2f61380b38930. This vulnerability affects unknown code. The manipulation leads to cross-site request forgery. It is possible to initiate the attack remotely. The exploit has been disclosed publicly and may be used. This product is using a rolling release to provide continious delivery. Therefore, no version details for affected nor updated releases are available. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-09-07
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in light0011 CMS allows an attacker to forge HTTP requests on behalf of an authenticated user. By manipulating request parameters, a remote adversary can cause the CMS to perform arbitrary state‑changing actions without the victim’s knowledge. This is a classic Cross‑Site Request Forgery flaw identified by CWE‑352 and is further amplified by broken access control (CWE‑862), potentially enabling the execution of privileged operations if the authenticated session belongs to an admin user.

Affected Systems

All installations of the light0011 CMS are potentially affected, regardless of version, because the project follows a rolling release model and does not publish fixed‑version identifiers. The vulnerability originates from code paths that are not version‑specific and therefore any current deployment of the CMS is in scope. No specific release or build numbers can be listed due to the absence of versioned tags in the repository.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity. EPSS information is unavailable, and the vulnerability is not listed in CISA KEV, which suggests that, while the flaw is exploitable, it has not yet been widely abused in the wild. The attack vector is remote; an attacker can exploit it by sending crafted HTTP requests to a victim’s browser session, potentially using social engineering or compromise of a trusted user's credentials. The risk to confidentiality is low, but integrity and availability may be compromised if privileged actions are performed.

Generated by OpenCVE AI on September 7, 2026 at 15:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Pull the newest release from the official GitHub repository and redeploy the application to remove the unpatched code.
  • Add per‑form CSRF tokens to all state‑changing endpoints and validate the token server‑side before processing the request.
  • Enforce role‑based access checks so that only authenticated administrators can perform privileged actions, and audit logs for such changes.
  • Set the SameSite attribute on session cookies to Lax or Strict and configure the web server CORS headers to disallow cross‑origin requests for critical actions.

Generated by OpenCVE AI on September 7, 2026 at 15:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 07 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in light0011 cms c774dce31c6df0055568a8d5c53d964d99be199d/f72cf46f601efb2a0618c3814cc2f61380b38930. This vulnerability affects unknown code. The manipulation leads to cross-site request forgery. It is possible to initiate the attack remotely. The exploit has been disclosed publicly and may be used. This product is using a rolling release to provide continious delivery. Therefore, no version details for affected nor updated releases are available. The project was informed of the problem early through an issue report but has not responded yet.
Title light0011 cms cross-site request forgery
First Time appeared Light0011
Light0011 cms
Weaknesses CWE-352
CWE-862
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-07T13:15:07.650Z

Reserved: 2026-09-06T18:16:48.671Z

Link: CVE-2026-86307

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-07T14:16:55.927

Modified: 2026-09-07T14:16:55.927

Link: CVE-2026-86307

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T15:15:17Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)

  • CWE-862

    Missing Authorization