CVE-2026-85214 Details
Description
vhr fails to validate user authorization in the PUT /hr/info endpoint, allowing authenticated users to modify arbitrary HR profiles by supplying any profile ID in the request body. Attackers can overwrite other users' names, addresses, and disable accounts including administrators to cause denial of service.
A vulnerability exists in the VHR (微人事) human resource management system, specifically in the PUT /hr/info endpoint. This vulnerability allows authenticated users to modify any HR profile by entering a different profile ID in the request body. The endpoint does not properly validate user authorization, enabling users to overwrite names, addresses, and account statuses of other users, including administrators, which can lead to a denial-of-service condition.
It is recommended to implement proper authorization checks in the PUT /hr/info endpoint to ensure that users can only modify their own profiles.
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/349 | CISA-ADP | ExploitIssue TrackingTechnical DescriptionVendor |
| https://github.com/lenve/vhr | [email protected] | Vendor |
| https://github.com/lenve/vhr/blob/03abbd35af24e55368ce4e09f4038dc2aba3ff5f/vhr/vhrserver/vhr-mapper/src/main/java/org/javaboy/vhr/mapper/HrMapper.xml | [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/349 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://www.vulncheck.com/advisories/vhr-missing-authorization-in-put-hr-info-allows-arbitrary-profile-overwrite | [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