CVE-2026-85182 Details
Description
vhr through commit 03abbd3 fails to verify that the account ID in PUT /hr/pass requests belongs to the authenticated caller. Authenticated attackers can change arbitrary account passwords by supplying a target account ID and that account's current password in the request body.
A vulnerability in VHR (微人事) in versions through commit 03abbd3 allows authenticated users to change any other user's password via the PUT /hr/pass endpoint. The vulnerability arises from a lack of proper authorization checks, enabling users to exploit this feature by supplying a target account ID and the current password of that account.
It is recommended to implement proper authorization checks to ensure that users can only change their own passwords. Alternatively, require re-authentication for cross-account password changes.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 3, 2026CISA-ADP
Assessed Sep 3, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/lenve/vhr/issues/350 | CISA-ADP | ExploitIssue TrackingTechnical DescriptionVendor |
| https://github.com/lenve/vhr | [email protected] | Vendor |
| https://github.com/lenve/vhr/blob/03abbd35af24e55368ce4e09f4038dc2aba3ff5f/vhr/vhrserver/vhr-service/src/main/java/org/javaboy/vhr/service/HrService.java | [email protected] | Source CodeVendor |
| https://github.com/lenve/vhr/blob/03abbd35af24e55368ce4e09f4038dc2aba3ff5f/vhr/vhrserver/vhr-web/src/main/java/org/javaboy/vhr/controller/HrInfoController.java | [email protected] | Source CodeVendor |
| https://github.com/lenve/vhr/issues/350 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://www.vulncheck.com/advisories/vhr-missing-authorization-in-put-hr-pass-allows-cross-account-password-change | [email protected] | Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-639 | Authorization Bypass Through User-Controlled Key | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| lenve vhr | <= 03abbd35af24e55368ce4e09f4038dc2aba3ff5f |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 3, 2026 | New CVE Received | [email protected] |
| Sep 3, 2026 | CVE Modified | CISA-ADP |
Volerion