Cyber Resilience

CVE-2026-0574

MediumPublic PoC

Published: 04 January 2026

Published
04 January 2026
Modified
17 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.0030 21.4th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-0574 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 Exploitation for Privilege Escalation (T1068); ranked at the 21.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-0574 is an improper authorization vulnerability in the yeqifu warehouse project, affecting versions up to commit aaf29962ba407d22d991781de28796ee7b4670e4. The weakness is located in the saveUserRole function of the file warehouse\src\main\java\com\yeqifu\sys\controller\UserController.java within the Request Handler component. Published on 2026-01-04, it is associated with CWEs CWE-266 and CWE-285, and 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).

The vulnerability enables remote exploitation by an authenticated attacker with low privileges. Exploitation of the saveUserRole function allows vertical privilege escalation, potentially granting unauthorized access to elevate user roles and resulting in low-level impacts to confidentiality, integrity, and availability.

Advisories referenced in GitHub repositories detail the vertical privilege escalation vulnerability and provide a public proof-of-concept exploit. VulDB entries confirm the remote attack vector and public availability of the exploit. The project employs a rolling release strategy for continuous delivery, preventing specification of exact affected or patched versions, with no further mitigation details outlined in the sources.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A weakness has been identified in yeqifu warehouse up to aaf29962ba407d22d991781de28796ee7b4670e4. This affects the function saveUserRole of the file warehouse\src\main\java\com\yeqifu\sys\controller\UserController.java of the component Request Handler. This manipulation causes improper authorization. The attack is possible to be carried out remotely. The…

more

exploit has been made available to the public and could be used for attacks. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified.

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?

Improper authorization in saveUserRole directly enables vertical privilege escalation via exploitation of the vulnerability.

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

CVEs Like This One

CVE-2026-2077Same product: Yeqifu Warehouse
CVE-2026-2106Same product: Yeqifu Warehouse
CVE-2026-2079Same product: Yeqifu Warehouse
CVE-2026-2078Same product: Yeqifu Warehouse
CVE-2026-2076Same product: Yeqifu Warehouse
CVE-2026-2105Same product: Yeqifu Warehouse
CVE-2026-2107Same product: Yeqifu Warehouse
CVE-2026-2075Same product: Yeqifu Warehouse
CVE-2025-2589Shared CWE-266, CWE-285
CVE-2017-20238Shared CWE-285

Affected Assets

yeqifu
warehouse
≤ 2025-10-06

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces authorization decisions on the saveUserRole function to block unauthorized role modifications by low-privilege users.

prevent

Restricts users to the minimum privileges required, preventing the vertical escalation that occurs when saveUserRole can be abused.

prevent

Manages user role assignments and account privileges so that only authorized administrators can invoke saveUserRole.

References