Microsoft FrontPage Extensions Check (shtml.dll)
ID: CVE-2000-0114
Severity: medium
Author: r3naissance
Tags: cve,cve2000,frontpage,microsoft,edb
Description
Section titled “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.
YAML Source
Section titled “YAML Source”id: CVE-2000-0114
info: name: Microsoft FrontPage Extensions Check (shtml.dll) author: r3naissance severity: medium 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. impact: | High: Remote code execution or denial of service. remediation: Upgrade to the latest version. reference: - https://nvd.nist.gov/vuln/detail/CVE-2000-0114 - https://www.exploit-db.com/exploits/19897 - https://exchange.xforce.ibmcloud.com/vulnerabilities/CVE-2000-0114 - https://github.com/0xPugazh/One-Liners - https://github.com/ARPSyndicate/kenzer-templates classification: cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N cvss-score: 5 cve-id: CVE-2000-0114 cwe-id: NVD-CWE-Other epss-score: 0.15958 epss-percentile: 0.95958 cpe: cpe:2.3:a:microsoft:internet_information_server:3.0:*:*:*:*:*:*:* metadata: max-request: 1 vendor: microsoft product: internet_information_server shodan-query: cpe:"cpe:2.3:a:microsoft:internet_information_server" tags: cve,cve2000,frontpage,microsoft,edb
http: - method: GET path: - '{{BaseURL}}/_vti_inf.html'
matchers-condition: and matchers: - type: word part: body words: - "_vti_bin/shtml.dll"
- type: status status: - 200# digest: 4a0a004730450221008f54c203a4eb6b4e7d422bab31617ee0c8f6a94b680752ed17616e6b0711a3130220044a58143970b8a3d2f602d3422de3c3471131cc8fa1e930cc18520d7e1962c1:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2000/CVE-2000-0114.yaml"