Description
Jinher OA C6 contains an XML External Entity (XXE) injection vulnerability in the /c6/JHSoft.Web.HrmAttendance/sp_manager_getUserlist.aspx/GetXmlHttp endpoint. An unauthenticated remote attacker can send a crafted XML payload to read arbitrary files from the server via an out-of-band attack.
Published: 2026-07-29
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Jinher OA C6 contains a CWE‑611 XML External Entity injection flaw in the /c6/JHSoft.Web.HrmAttendance/sp_manager_getUserlist.aspx/GetXmlHttp endpoint. An attacker who is not authenticated can send a crafted XML document that causes the application to resolve external entities, enabling the reading of arbitrary files on the server. This can expose sensitive configuration files, user data, or code, leading to a confidentiality breach.

Affected Systems

All installations of Jinher OA C6 that expose the /c6/JHSoft.Web.HrmAttendance/sp_manager_getUserlist.aspx/GetXmlHttp endpoint are affected. The CVE data does not provide specific patch versions or a detailed vulnerable product range, so every instance of the application that implements this endpoint should be evaluated for the presence of the XML parser’s external entity support.

Risk and Exploitability

The flaw scores a CVSS of 7.5, indicating high severity. The EPSS score is less than 1%, suggesting that active exploitation is currently unlikely, and the vulnerability is not listed in the CISA KEV catalog. The ability to read arbitrary files remotely without authentication represents a significant risk. An attacker needs network access to the application endpoint and the ability to submit XML payloads; the exploitation path is straightforward, requiring no additional credentials or privilege escalation.

Generated by OpenCVE AI on August 3, 2026 at 14:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Disable DTD processing and external entity resolution in the XML parser used by the /c6/JHSoft.Web.HrmAttendance/sp_manager_getUserlist.aspx/GetXmlHttp endpoint to prevent external entity resolution.
  • Add input validation to reject any XML payloads that contain entity declarations or external references before they are processed by the parser.
  • Restrict the file system access rights of the application process to only the directories and files needed for normal operation, limiting the potential for arbitrary file reads.
  • Review the application configuration and confirm that the vulnerable endpoint is not exposed to the public internet if not required, and apply network segmentation or firewall rules to limit access to trusted hosts.
  • Check the vendor’s website or security advisories for any official patch or update, and deploy it as soon as available; if none is released, keep the application updated with the latest release version.

Generated by OpenCVE AI on August 3, 2026 at 14:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Title XXE Vulnerability Enables Unauthenticated Remote File Disclosure in Jinher OA C6

Thu, 30 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-611
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 29 Jul 2026 22:45:00 +0000

Type Values Removed Values Added
First Time appeared Jinher
Jinher oa C6
Vendors & Products Jinher
Jinher oa C6

Wed, 29 Jul 2026 21:15:00 +0000

Type Values Removed Values Added
Description Jinher OA C6 contains an XML External Entity (XXE) injection vulnerability in the /c6/JHSoft.Web.HrmAttendance/sp_manager_getUserlist.aspx/GetXmlHttp endpoint. An unauthenticated remote attacker can send a crafted XML payload to read arbitrary files from the server via an out-of-band attack.
References

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-30T17:39:24.075Z

Reserved: 2026-06-07T00:00:00.000Z

Link: CVE-2026-50782

cve-icon Vulnrichment

Updated: 2026-07-30T16:05:57.943Z

cve-icon NVD

Status : Deferred

Published: 2026-07-29T21:17:47.200

Modified: 2026-07-30T19:18:04.930

Link: CVE-2026-50782

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T14:15:05Z

Weaknesses
  • CWE-611

    Improper Restriction of XML External Entity Reference