Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from Vendor (VulDB) · only source for this CVE.
CVSS VectorVendor: VulDB
Lifecycle Timeline
3DescriptionCVE.org
A weakness has been identified in Jinher OA C6. The affected element is an unknown function of the file /C6/JHSoft.Web.ModuleCount/GetFormSn.aspx. Executing a manipulation of the argument queryID can lead to sql injection. The attack may be performed from remote. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
SQL injection in Jinher OA C6's GetFormSn.aspx endpoint allows remote low-privilege authenticated attackers to manipulate the queryID parameter, potentially reading, modifying, or deleting backend database records. A public proof-of-concept exploit is available on GitHub, lowering the barrier to exploitation. No patch exists - the vendor was notified early but did not respond, leaving no official remediation path.
Technical ContextAI
The vulnerability is a classic CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) affecting Jinher OA, a Chinese enterprise office automation platform. The affected endpoint /C6/JHSoft.Web.ModuleCount/GetFormSn.aspx - likely a form serial number generation function - passes the queryID HTTP parameter directly into a SQL query without adequate sanitization or parameterization. CPE cpe:2.3:a:jinher:oa:*:*:*:*:*:*:*:* indicates the wildcard covers all tracked versions of the product with no lower or upper boundary confirmed. The ASP.NET-based web component (suggested by the .aspx extension) is a server-side handler, meaning the injection point is processed at the application tier, not the client.
RemediationAI
No vendor-released patch has been identified at time of analysis - the vendor did not respond to responsible disclosure, and no fix version exists in available data. Compensating controls should include: deploying WAF rules targeting SQL injection patterns on the queryID parameter for requests to /C6/JHSoft.Web.ModuleCount/GetFormSn.aspx (trade-off: may break legitimate functionality if query values contain special characters); restricting access to the Jinher OA web interface to trusted internal network segments via firewall or network ACL to eliminate external attack surface; auditing and applying least-privilege to the database account used by the OA application to limit the blast radius of a successful injection; and enabling database query logging to detect anomalous SQL patterns indicative of exploitation. Monitor the VulDB advisory at https://vuldb.com/vuln/368969 for any future vendor patch release.
SQL injection in Jinher OA 1.0 exposes the PlanGiveOut.aspx endpoint to remote unauthenticated exploitation via the unsa
SQL injection in Jinher OA 1.0 allows remote unauthenticated attackers to manipulate the httpOID parameter of nextselect
SQL injection in Jinher OA 1.0 allows remote unauthenticated attackers to execute arbitrary SQL commands via the DeptIDL
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34967
GHSA-5422-5257-mh57