Cyber Resilience

CVE-2026-2075

MediumPublic PoC

Published: 07 February 2026

Published
07 February 2026
Modified
10 February 2026
KEV Added
Patch
CVSS Score v4 5.3 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 22.4th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-2075 is a medium-severity Incorrect Privilege Assignment (CWE-266) vulnerability in Yeqifu Warehouse. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 22.4th percentile by exploit likelihood (below the median); 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-2026-2075 is an improper access control vulnerability (CWE-266, CWE-284) in the yeqifu warehouse project, specifically affecting the saveRolePermission function in the file dataset\repos\warehouse\src\main\java\com\yeqifu\sys\controller\RoleController.java within the Role-Permission Binding Handler component. It impacts the project up to commit aaf29962ba407d22d991781de28796ee7b4670e4. The project follows a rolling release model, so precise version details for affected or updated releases are unavailable.

The vulnerability enables remote exploitation over the network (AV:N) with low attack complexity (AC:L) by an attacker possessing low privileges (PR:L) and without requiring user interaction (UI:N), resulting in unchanged scope (S:U). Successful attacks yield low impacts on confidentiality, integrity, and availability (C:L/I:L/A:L), earning a CVSS 3.1 base score of 6.3. A public exploit is available for use in attacks.

Advisories note that the project was informed early via GitHub issue #52 but has not responded. No patches or mitigations are detailed due to the rolling release approach. Relevant references include the yeqifu/warehouse GitHub repository, issue #52 (including comment #3846645856), and VulDB entries at ctiid.344641 and id.344641.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A security flaw has been discovered in yeqifu warehouse up to aaf29962ba407d22d991781de28796ee7b4670e4. Affected is the function saveRolePermission of the file dataset\repos\warehouse\src\main\java\com\yeqifu\sys\controller\RoleController.java of the component Role-Permission Binding Handler. The manipulation results in improper access controls. It is possible to launch the…

more

attack remotely. The exploit has been released to the public and may be used for attacks. This product takes the approach of rolling releases to provide continious delivery. Therefore, version details for affected and updated releases are not available. The project was informed of the problem early through an issue report but has not responded yet.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Improper access control in a public-facing web app controller (saveRolePermission) directly enables remote exploitation of a public-facing application (T1190) and facilitates privilege escalation by unauthorized role/permission modification (T1068).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-2078Same product: Yeqifu Warehouse
CVE-2026-2106Same product: Yeqifu Warehouse
CVE-2026-2079Same product: Yeqifu Warehouse
CVE-2026-0574Same product: Yeqifu Warehouse
CVE-2026-2077Same product: Yeqifu Warehouse
CVE-2026-2105Same product: Yeqifu Warehouse
CVE-2026-2107Same product: Yeqifu Warehouse
CVE-2026-2076Same product: Yeqifu Warehouse
CVE-2024-13200Shared CWE-266, CWE-284
CVE-2026-9517Shared CWE-266, CWE-284

Affected Assets

yeqifu
warehouse
≤ 2025-10-06

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces approved authorizations for the saveRolePermission function, preventing the unauthorized role-permission bindings described in the CVE.

prevent

Requires that only the minimum necessary privileges are granted when binding roles to permissions, directly blocking the low-privilege remote exploitation path.

prevent

Ensures access-control decisions for Role-Permission operations are made by an authoritative, tamper-resistant mechanism rather than the vulnerable controller logic.

References