CVE-2026-94413
6.5 MEDIUMpublic exploit availablePublished 2026-09-21 · Updated 2026-09-21
AI risk analysis
- Summary
- The flaw allows authenticated users to retrieve unsalted MD5 password hashes, enabling attackers to perform offline cracking or direct authentication bypass.
- Exploitability
- Exploitation requires an authenticated user and knowledge of the target's user ID; moderately difficult due to authentication requirement but feasible with minimal effort.
- Blast radius
- If exploited, it could lead to unauthorized access and potential compromise of all users' accounts on the system.
- Prioritized remediation
- Update jshERP to the latest version or apply a patch that properly redacts password hashes in responses.
auth-bypasspassword-crackingweb
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
NVD description
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.
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Weaknesses
CWE-200
Public exploit & PoC references
All references
- https://github.com/LinYuanyi1/cve-request-poc/blob/master/jshERP/poc-03-user-info-password-hash-disclosure.py
- https://github.com/jishenghua/jshERP
- https://github.com/jishenghua/jshERP/blob/v3.6/jshERP-boot/src/main/java/com/jsh/erp/controller/UserController.java#L65-L77
- https://www.vulncheck.com/advisories/jsherp-through-3.6-password-hash-disclosure-via-user-info
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.
Related CVEs
- HIGHCVE-2026-16603
- HIGHCVE-2026-16604
- HIGHCVE-2026-61891PoC
- MEDIUMCVE-2026-70491PoC
- MEDIUMCVE-2026-75158PoC
- HIGHCVE-2026-84990PoC
- MEDIUMCVE-2025-71420PoC
- CRITICALCVE-2026-10050PoC
Related by shared AI tags and CWE weakness class. Browse the full archive.