Cyber Resilience

CVE-2025-1815

Medium

Published: 02 March 2025

Published
02 March 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/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.0003 7.5th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1815 is a medium-severity Incorrect Privilege Assignment (CWE-266) vulnerability. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 7.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-24 (Access Control Decisions) and AC-3 (Access Enforcement).

Deeper analysis

CVE-2025-1815 is a critical improper authorization vulnerability in pbrong hrms versions up to 1.0.1. It affects the HrmsDB function in the file \resource\resource.go, where manipulation of the user_cookie argument enables unauthorized access. The issue, published on 2025-03-02, carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L) and maps to CWEs 266 (Incorrect Privilege Assignment) and 285 (Improper Authorization).

The vulnerability allows remote attackers with no privileges or user interaction to exploit it over the network with low complexity. Successful exploitation grants limited unauthorized access, resulting in low impacts to confidentiality, integrity, and availability, such as potential data exposure or minor system modifications due to the authorization bypass.

Advisories and details are available via VulDB entries (ctiid.298083, id.298083, submit.506544) and GitHub issues at A7cc/cve #4, including a disclosed exploit that may be used publicly. No specific patches or mitigations are detailed in the provided references.

EU & UK References

Vulnerability details

A vulnerability, which was classified as critical, was found in pbrong hrms up to 1.0.1. This affects the function HrmsDB of the file \resource\resource.go. The manipulation of the argument user_cookie leads to improper authorization. It is possible to initiate the…

more

attack remotely. The exploit has been disclosed to the public and may be used.

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.
Why these techniques?

Direct authorization bypass in a network-accessible HRMS web application function (user_cookie manipulation) enables remote exploitation of a public-facing app without credentials.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-1226Shared CWE-266, CWE-285
CVE-2026-1597Shared CWE-266, CWE-285
CVE-2025-8756Shared CWE-266, CWE-285
CVE-2026-2105Shared CWE-266, CWE-285
CVE-2025-0484Shared CWE-266, CWE-285
CVE-2026-3724Shared CWE-266, CWE-285
CVE-2026-5642Shared CWE-266, CWE-285
CVE-2026-2896Shared CWE-266, CWE-285
CVE-2025-2359Shared CWE-266, CWE-285
CVE-2026-1112Shared CWE-266, CWE-285

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations for logical access, directly preventing unauthorized access resulting from improper authorization via user_cookie manipulation.

prevent

Authorizes access based on valid authorization information, countering bypasses from manipulated user_cookie arguments in the HrmsDB function.

prevent

Limits access to only authorized privileges necessary for tasks, reducing impact of authorization bypass even if initial enforcement fails.

References