---
id: CVE-2026-94413
title: >-
  jshERP through 3.6 fails to redact password hashes in the /user/info endpoint,
  allowing authenticated users to retrieve unsalted MD5 password digests for any
  user
summary: >-
  jshERP through 3.6 fails to redact password hashes in the /user/info endpoint,
  allowing authenticated users to retrieve unsalted MD5 password digests for any
  user. Attackers can request arbitrary user information by supplying user IDs
  to…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-200
vendor: jishenghua
product: jshERP
affected:
  - jshERP <= 3.6
published: '2026-09-21'
updated: '2026-09-22'
sourceUpdated: '2026-09-22T20:43:58.793'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-94413'
references:
  - url: >-
      https://github.com/LinYuanyi1/cve-request-poc/blob/master/jshERP/poc-03-user-info-password-hash-disclosure.py
    label: disclosure@vulncheck.com
  - url: 'https://github.com/jishenghua/jshERP'
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/jishenghua/jshERP/blob/v3.6/jshERP-boot/src/main/java/com/jsh/erp/controller/UserController.java#L65-L77
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/jsherp-through-3.6-password-hash-disclosure-via-user-info
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
  - exploit-available
epss: 0.00549
epssPercentile: 0.43505
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-22T17:19:16.972808Z'
ingestedAt: '2026-09-21T18:50:57.572Z'
---

## Overview

jshERP through 3.6 fails to redact password hashes in the /user/info endpoint, allowing authenticated users to retrieve unsalted MD5 password digests for any user. Attackers can request arbitrary user information by supplying user IDs to obtain password hashes usable for offline cracking or direct authentication bypass.

## Remediation

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