CVE-2026-94497
Received Received - Intake

Unauthorized Object Access in jshERP

Vulnerability report for CVE-2026-94497, 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 validate object ownership in by-id info, update, and delete endpoints across multiple resource types. Authenticated users can read, modify, and delete other users' business objects by submitting direct object identifiers without authorization checks.

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

Showing 1 associated CPE
Vendor Product Version / Range
jishenghua jsherp to 3.6 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-94497 is a broken object-level authorization flaw in jshERP versions up to 3.6. It allows authenticated users to read, modify, or delete other users' business objects by directly accessing endpoints with object IDs, bypassing ownership checks. This is an Insecure Direct Object Reference (IDOR) issue where the system fails to validate if a user owns the requested object before performing actions.

Detection Guidance

To detect this vulnerability, you can use the provided proof-of-concept exploit script from Resource 1. The script requires an authenticated tenant account's X-Access-Token and interacts with jshERP's API endpoints to enumerate object IDs, read objects by ID, and check for unauthorized access. Run the script with safe read operations first to confirm the vulnerability without making changes.

Impact Analysis

If you use jshERP through version 3.6, an attacker with a valid account could access, alter, or delete your business data without permission. This includes sensitive information like financial records, inventory, or customer details. The impact ranges from data theft to operational disruption if critical objects are deleted or modified.

Compliance Impact

This vulnerability likely violates GDPR's data integrity and confidentiality requirements by enabling unauthorized access to personal or sensitive business data. For HIPAA, it could expose protected health information to unauthorized users. Compliance failures may result in legal penalties, reputational damage, and mandatory breach notifications.

Mitigation Strategies

Immediately update jshERP to a version beyond 3.6, as the vulnerability affects all versions up to and including 3.6. Ensure proper authorization checks are implemented for all by-id endpoints to validate object ownership before allowing read, modify, or delete operations.

Chat Assistant

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

EPSS Chart