CVE-2001-1473: Deprecated SSHv1 Protocol Detection

日期: 2025-08-01 | 影响软件: Deprecated SSHv1 Protocol Detection | POC: 已公开

漏洞描述

SSHv1 is deprecated and has known cryptographic issues.

PoC代码[已公开]

id: CVE-2001-1473

info:
  name: Deprecated SSHv1 Protocol Detection
  author: iamthefrogy
  severity: high
  description: SSHv1 is deprecated and has known cryptographic issues.
  remediation: Upgrade to SSH 2.4 or later.
  reference:
    - https://www.kb.cert.org/vuls/id/684820
    - https://nvd.nist.gov/vuln/detail/CVE-2001-1473
    - http://www.kb.cert.org/vuls/id/684820
    - https://exchange.xforce.ibmcloud.com/vulnerabilities/6603
    - https://github.com/codine7/jungle
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:P/A:P
    cvss-score: 7.5
    cve-id: CVE-2001-1473
    cwe-id: CWE-310
    epss-score: 0.04878
    epss-percentile: 0.89162
    cpe: cpe:2.3:a:ssh:ssh:1.2.24:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: ssh
    product: ssh
  tags: network,cve2001,cve,ssh,openssh,tcp
tcp:
  - host:
      - "{{Hostname}}"
    port: 22
    matchers:
      - type: word
        words:
          - "SSH-1"
# digest: 490a0046304402201448658b759cb8572b8eeb3b742f01b6b6dd920bd58c606788df1d0218f29d1c022007d0ce71de4481521636ea679208bdb29cf95e722865d26a22e01a391ce79e78:922c64590222798bb761d5b6d8e72950

相关漏洞推荐