Cyber Resilience

CVE-2025-8795

LowPublic PoC

Published: 10 August 2025

Published
10 August 2025
Modified
29 April 2026
KEV Added
Patch
CVSS Score v4 2.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0031 54.6th percentile
Risk Priority 4 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-8795 is a low-severity Incorrect Privilege Assignment (CWE-266) vulnerability in Litmuschaos Litmus. Its CVSS base score is 2.1 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 45.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and AC-6 (Least Privilege).

Deeper analysis

CVE-2025-8795 is a critical vulnerability in LitmusChaos Litmus versions up to 3.19.0, affecting an unknown part of the /auth/login endpoint. The issue stems from manipulation of the projectID argument, resulting in improper access controls as classified under CWE-266 and CWE-284. It carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and was published on 2025-08-10.

The vulnerability can be exploited remotely by an attacker with low privileges (PR:L), requiring low attack complexity and no user interaction. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling unauthorized access or modifications within the affected component.

Advisories referenced in VulDB entries (ctiid.319323, id.319323, submit.625984) and a GitHub repository (MaiqueSilva/VulnDB readme05.md) document the issue, noting that the exploit has been publicly disclosed and may be in use. The vendor was contacted early but provided no response, with no patches or specific mitigations detailed.

The public disclosure of the exploit increases the risk of real-world exploitation in unpatched LitmusChaos Litmus deployments up to version 3.19.0.

EU & UK References

Vulnerability details

A vulnerability, which was classified as critical, was found in LitmusChaos Litmus up to 3.19.0. This affects an unknown part of the file /auth/login. The manipulation of the argument projectID leads to improper access controls. It is possible to initiate…

more

the attack remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

The vulnerability is an improper access control (CWE-284) in LitmusChaos Litmus /auth/login endpoint, allowing manipulation of projectID post-authentication to gain unauthorized access to other projects, facilitating exploitation for privilege escalation (T1068) as noted in the advisory.

CVEs Like This One

CVE-2025-8797Same product: Litmuschaos Litmus
CVE-2026-2206Shared CWE-266, CWE-284
CVE-2025-2549Shared CWE-266, CWE-284
CVE-2026-5141Shared CWE-266, CWE-284
CVE-2026-48898Shared CWE-284
CVE-2026-25176Shared CWE-284
CVE-2026-48899Shared CWE-284
CVE-2026-37526Shared CWE-284
CVE-2024-56883Shared CWE-284
CVE-2025-31643Shared CWE-266

Affected Assets

litmuschaos
litmus
≤ 3.19.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces approved access policies on the /auth/login endpoint so that manipulation of projectID cannot bypass authorization decisions.

prevent

Ensures every authenticated session receives only the minimal privileges required, eliminating the excess rights obtained via the projectID flaw.

prevent

Requires the system to make and enforce explicit access-control decisions for the projectID parameter rather than trusting client-supplied values.

References