nuclei-templates/cves/2016/CVE-2016-6210.yaml

32 lines
919 B
YAML
Raw Normal View History

2021-09-30 19:42:07 +00:00
id: CVE-2016-6210
2021-04-11 13:02:20 +00:00
info:
name: OpenSSH username enumeration < v7.3
author: iamthefrogy,forgedhallpass
2021-09-30 19:42:07 +00:00
severity: medium
2021-04-11 13:16:48 +00:00
tags: network,openssh
description: OpenSSH before 7.3 is vulnerable to username enumeration and DoS vulnerabilities.
reference:
- http://seclists.org/fulldisclosure/2016/Jul/51
- https://security-tracker.debian.org/tracker/CVE-2016-6210
- http://openwall.com/lists/oss-security/2016/08/01/2
- https://nvd.nist.gov/vuln/detail/CVE-2016-6210
2021-09-30 19:42:07 +00:00
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 5.9
cve-id: CVE-2016-6210
cwe-id: CWE-200
2021-04-11 13:02:20 +00:00
network:
- host:
2021-04-11 13:16:48 +00:00
- "{{Hostname}}"
2021-04-11 13:02:20 +00:00
- "{{Hostname}}:22"
matchers:
- type: regex
regex:
- '(?i)SSH-2.0-OpenSSH_(?:[1-6][^\d][^\r]+|7\.[0-2][^\d][^\r]+)'
extractors:
- type: regex
regex:
- '(?i)SSH-2.0-OpenSSH_[^\r]+'