Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Unauthenticated network-reachable endpoint parses attacker XML with no user interaction, yielding arbitrary file read (C:H) with no integrity or availability impact.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
4DescriptionCVE.org
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.
AnalysisAI
Arbitrary file disclosure in Jinher OA C6 allows unauthenticated remote attackers to read sensitive server files through an XML External Entity flaw in the HrmAttendance sp_manager_getUserlist.aspx GetXmlHttp endpoint, which parses attacker-supplied XML without disabling external entity resolution. Because the attack is unauthenticated (PR:N) and network-reachable (AV:N), a crafted XML payload triggers an out-of-band request that exfiltrates file contents. A public proof-of-concept exists in a GitHub repository, though it is not listed in CISA KEV and EPSS remains low (0.25%), indicating publicly available exploit code but no confirmed active exploitation.
Technical ContextAI
The vulnerability stems from CWE-611 (Improper Restriction of XML External Entity Reference). The affected .aspx endpoint is part of Jinher OA C6, an ASP.NET-based collaborative office automation (OA) suite widely used in Chinese enterprise and government environments. The GetXmlHttp handler accepts XML input and processes it with an XML parser that resolves external DTD entities (e.g., SYSTEM 'file://...'), enabling an attacker to define an external entity pointing at local files and have their contents included in parsed output or exfiltrated. The description specifies an out-of-band (OOB) technique, meaning the parser is also permitted to make outbound network requests to attacker-controlled infrastructure, which is used to leak file data even when the response is not directly reflected (blind XXE).
RemediationAI
No vendor-released patch identified at time of analysis; no fix version is present in the provided data, and no official Jinher advisory is referenced (only NVD and a third-party POC repository). As specific compensating controls: restrict network access to the /c6/JHSoft.Web.HrmAttendance/sp_manager_getUserlist.aspx/GetXmlHttp endpoint at the reverse proxy or WAF, ideally blocking the entire HrmAttendance path if the attendance module is unused (trade-off: breaks attendance-management functionality); add a WAF rule to reject XML request bodies containing DOCTYPE/ENTITY/SYSTEM declarations to this application (trade-off: may miss encoded/obfuscated payloads and can false-positive on legitimate XML); and enforce egress filtering so the server cannot make outbound connections to arbitrary hosts, which specifically defeats the out-of-band exfiltration channel (trade-off: does not stop in-band XXE and requires known-good egress destinations). Monitor for the researcher POC and any vendor update at https://github.com/dihe123/CNVD-Jinher-OA-XXE and confirm affected versions directly with Jinher before deploying.
LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr
Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han
A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi
Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc
Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula
Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root
LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(
Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti
Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr
SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg
Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-50569
GHSA-h39x-gxcq-jm2v