Skip to main content

Jinher OA CVE-2026-7670

MEDIUM
SQL Injection (CWE-89)
2026-05-02 VulDB
5.5
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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 NVD · only source for this CVE.

CVSS VectorNVD

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

6
PoC Detected
May 04, 2026 - 15:19 vuln.today
Public exploit code
Severity Changed
May 02, 2026 - 23:22 NVD
HIGH MEDIUM
CVSS changed
May 02, 2026 - 23:22 NVD
7.3 (HIGH) 5.5 (MEDIUM)
Analysis Generated
May 02, 2026 - 23:00 vuln.today
Analysis Generated
May 02, 2026 - 22:30 vuln.today
CVE Published
May 02, 2026 - 22:15 nvd
MEDIUM 5.5

DescriptionCVE.org

A flaw has been found in Jinher OA 1.0. The affected element is an unknown function of the file /C6/JHSoft.Web.PlanSummarize/UserSel.aspx. This manipulation of the argument DeptIDList causes sql injection. The attack is possible to be carried out remotely. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

AnalysisAI

SQL injection in Jinher OA 1.0 allows remote unauthenticated attackers to execute arbitrary SQL commands via the DeptIDList parameter in UserSel.aspx. The vulnerability permits unauthorized database access with potential for data exfiltration, modification, and limited system compromise. Public exploit code exists on GitHub (zzlln/cvecve), significantly lowering the barrier to exploitation. Vendor did not respond to disclosure, leaving patch status unknown.

Technical ContextAI

This is a classic SQL injection vulnerability (CWE-89) in the /C6/JHSoft.Web.PlanSummarize/UserSel.aspx endpoint of Jinher OA 1.0, an enterprise office automation platform. The DeptIDList parameter lacks proper input validation and parameterization, allowing attackers to inject malicious SQL commands directly into backend database queries. SQL injection occurs when user-supplied input is concatenated into SQL statements without sanitization or prepared statement usage. The affected component appears to be part of the plan summarization module's user selection functionality, likely querying department or user data based on the DeptIDList input. CPE identifier cpe:2.3:a:jinher:oa:*:*:*:*:*:*:*:* confirms Jinher OA as the affected product across all versions in the 1.x line, though specific version boundaries are not detailed in available data.

RemediationAI

No vendor-released patch identified at time of analysis - Jinher did not respond to vulnerability disclosure per VulDB report. Primary mitigation: implement web application firewall (WAF) rules to block SQL injection patterns in the DeptIDList parameter, specifically targeting common SQLi payloads (UNION, SELECT, OR 1=1, comment sequences). WAF deployment adds latency and requires tuning to avoid false positives on legitimate department ID lists. Secondary mitigation: restrict network access to UserSel.aspx to authenticated internal users only via reverse proxy or authentication gateway, reducing attack surface from AV:N to internal-only. This prevents external exploitation but does not address insider threat scenarios. Tertiary option: disable the /C6/JHSoft.Web.PlanSummarize/ module entirely if plan summarization features are non-critical to business operations; verify impact on dependent workflows before implementation. Database-level hardening: ensure the database account used by Jinher OA has minimal privileges (read-only where possible, no xp_cmdshell or file system access on SQL Server). Monitor database query logs for suspicious patterns in queries involving DeptIDList. For long-term risk reduction, consider migrating to alternative OA platforms with active security support, as vendor unresponsiveness suggests lack of ongoing maintenance. Reference the exploit code at https://github.com/zzlln/cvecve/issues/1 to understand attack patterns for detection rule development.

Share

CVE-2026-7670 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy