nuclei-templates/cves/2000/CVE-2000-0114.yaml

33 lines
831 B
YAML
Raw Normal View History

id: CVE-2000-0114
info:
2021-11-23 23:53:00 +00:00
name: Microsoft FrontPage Extensions Check (shtml.dll)
author: r3naissance
severity: low
description: Frontpage Server Extensions allows remote attackers to determine the name of the anonymous account via an RPC POST request to shtml.dll in the /_vti_bin/ virtual directory.
2021-11-26 16:47:35 +00:00
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2000-0114
- https://www.exploit-db.com/exploits/19897
2021-11-26 16:44:43 +00:00
tags: cve,cve2000,frontpage,microsoft
remediation: Upgrade to latest version.
classification:
cve-id: CVE-2000-0114
requests:
- method: GET
path:
- '{{BaseURL}}/_vti_inf.html'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "_vti_bin/shtml.dll"
# Enhanced by mp on 2022/01/27