CVE-2026-86307
Received Received - Intake

Cross-Site Request Forgery in light0011 CMS

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

Publication date: 2026-09-07

Last updated on: 2026-09-07

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-07
Last Modified
2026-09-07
Generated
2026-09-07
AI Q&A
2026-09-07
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-352 The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Cross-Site Request Forgery (CSRF) flaw in a CMS application. Attackers can trick authenticated administrators into unknowingly executing state-changing actions like deleting managers, navigation items, or votes by hosting malicious HTML on another origin. The issue arises because the application allows destructive actions via GET requests without CSRF token validation or origin checks.

Detection Guidance

To detect this CSRF vulnerability in the light0011 CMS, inspect network traffic for unauthorized state-changing requests. Check if GET requests are used for actions like deleting managers, navigation items, or votes. Review server logs for suspicious activity patterns or unexpected administrative changes.

Impact Analysis

If you are an administrator of the affected CMS, an attacker could exploit this to delete critical data, modify administrative settings, or clear poll states without your consent. This could disrupt your website's functionality, corrupt data, or lead to unauthorized changes in user permissions or content.

Compliance Impact

This vulnerability could lead to unauthorized data modifications or deletions, potentially violating GDPR's integrity and availability principles or HIPAA's integrity requirements. If personal or sensitive data is altered or lost due to the CSRF flaw, it may result in non-compliance with these regulations, leading to legal or financial penalties.

Mitigation Strategies

Immediately update the CMS to enforce POST, PUT, or DELETE methods for state-changing operations. Implement server-side validation for anti-CSRF tokens per session. Enable Origin header validation and configure SameSite cookies to prevent CSRF attacks.

Chat Assistant

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

EPSS Chart