30 lines
691 B
YAML
30 lines
691 B
YAML
id: CVE-2001-1473
|
|
|
|
info:
|
|
name: Deprecated SSHv1 Protocol Detection
|
|
author: iamthefrogy
|
|
severity: high
|
|
tags: network,ssh,openssh,cves,cves2001
|
|
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
|
|
classification:
|
|
cvss-score: 7.4
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
|
|
cve-id: CVE-2001-1473
|
|
cwe-id: CWE-310
|
|
|
|
network:
|
|
- host:
|
|
- "{{Hostname}}"
|
|
- "{{Host}}:22"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "SSH-1"
|
|
|
|
# Updated by Chris on 2022/01/21
|