CVE-2026-86306
Received Received - Intake

Authentication Bypass in Light0011 CMS via Cookie Manipulation

Vulnerability report for CVE-2026-86306, 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 weakness has been identified in light0011 cms c774dce31c6df0055568a8d5c53d964d99be199d/f72cf46f601efb2a0618c3814cc2f61380b38930. This affects an unknown part of the file App/Home/Model/UserModel.class.php of the component Cookie Helper. Executing a manipulation of the argument Username can lead to improper authentication. The attack may be performed from remote. The exploit has been made available to the public and could be used for attacks. This product utilizes a rolling release system for continuous delivery, and as such, version information for affected or updated releases is not disclosed. 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-287 When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is in a CMS application where a weakness allows manipulation of the username cookie. The flaw exists in the UserModel.class.php file under the Cookie Helper component. An attacker can forge a username cookie to impersonate other users, leading to improper authentication. The issue stems from the application accepting unsigned, client-controlled cookies for identity without validation.

Detection Guidance

Check for forged username cookies in HTTP requests. Inspect UserModel.class.php, CommentModel.class.php, and CommentController.php for cookie handling without validation. Look for unsigned cookies storing user identity.

Impact Analysis

This vulnerability allows attackers to impersonate other users by forging cookies, potentially damaging trust in account attribution. It could lead to unauthorized actions being attributed to legitimate users, such as posting comments under someone else's name. The exploit is publicly available, increasing the risk of attacks.

Compliance Impact

This vulnerability allows improper authentication through manipulated username cookies, enabling impersonation of users. This could lead to unauthorized access to personal data, violating GDPR's data protection principles and HIPAA's access controls for protected health information.

Mitigation Strategies

Replace username cookies with server-side sessions using immutable user IDs. Validate session IDs against account records for every action. Avoid mutable username cookies for identity assertion.

Chat Assistant

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

EPSS Chart