CVE-2026-94413
Received Received - Intake

Authenticated Information Exposure in jshERP via Unredacted Password Hashes

Vulnerability report for CVE-2026-94413, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-21

Last updated on: 2026-09-21

Assigner: VulnCheck

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 Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-21
Last Modified
2026-09-21
Generated
2026-09-22
AI Q&A
2026-09-21
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

jshERP through version 3.6 has a vulnerability where the /user/info endpoint fails to redact password hashes. Authenticated users can retrieve unsalted MD5 password digests for any user by supplying user IDs. This allows attackers to obtain hashes for offline cracking or direct authentication bypass.

Detection Guidance

To detect this vulnerability, check if the /user/info endpoint exposes unsalted MD5 password hashes for any user. Use a valid authenticated session token to send a GET request to /user/info with a user ID parameter. If the response contains an MD5 hash without salt, the system is vulnerable.

  • Example command using curl: curl -X GET 'http://target.com/user/info?userId=1' -H 'X-Access-Token: YOUR_TOKEN'
Impact Analysis

If you use jshERP versions up to 3.6, an attacker with low-privilege access could steal password hashes for all users, including administrators. These hashes can be cracked offline or used directly to bypass authentication, potentially leading to full system compromise or unauthorized access to sensitive data.

Compliance Impact

This vulnerability likely violates compliance requirements for data protection and access controls. GDPR requires protecting personal data, including passwords, while HIPAA mandates safeguarding sensitive health information. The exposure of unsalted password hashes could result in non-compliance, legal penalties, and reputational damage.

Mitigation Strategies

Immediately update jshERP to a version that patches this vulnerability. If an update is unavailable, restrict access to the /user/info endpoint to authorized users only and implement proper authorization checks to prevent unauthorized access to sensitive data.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-94413. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart