---
id: CVE-2026-85182
title: >-
  vhr through commit 03abbd3 fails to verify that the account ID in PUT /hr/pass
  requests belongs to the authenticated caller
summary: >-
  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…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-639
published: '2026-09-03'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T15:53:23.707'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-85182'
references:
  - url: 'https://github.com/lenve/vhr'
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/lenve/vhr/blob/03abbd35af24e55368ce4e09f4038dc2aba3ff5f/vhr/vhrserver/vhr-service/src/main/java/org/javaboy/vhr/service/HrService.java
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/lenve/vhr/blob/03abbd35af24e55368ce4e09f4038dc2aba3ff5f/vhr/vhrserver/vhr-web/src/main/java/org/javaboy/vhr/controller/HrInfoController.java
    label: disclosure@vulncheck.com
  - url: 'https://github.com/lenve/vhr/issues/350'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/vhr-missing-authorization-in-put-hr-pass-allows-cross-account-password-change
    label: disclosure@vulncheck.com
  - url: 'https://github.com/lenve/vhr/issues/350'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00258
epssPercentile: 0.17836
ingestedAt: '2026-09-10T16:57:28.701Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
