54 lines
1.7 KiB
YAML
54 lines
1.7 KiB
YAML
id: CVE-2017-7269
|
|
|
|
info:
|
|
name: Windows Server 2003 & IIS 6.0 - Remote Code Execution
|
|
author: thomas_from_offensity,geeknik
|
|
severity: critical
|
|
description: |
|
|
Internet Information Services (IIS) 6.0 in Microsoft Windows Server 2003 R2 contains a buffer overflow vulnerability in the ScStoragePathFromUrl function in the WebDAV service that could allow remote attackers to execute arbitrary code via a long header beginning with "If <http://" in a PROPFIND request.
|
|
remediation: |
|
|
Upgrade to a supported version of Windows Server and IIS, or apply the necessary security patches.
|
|
reference:
|
|
- https://blog.0patch.com/2017/03/0patching-immortal-cve-2017-7269.html
|
|
- https://github.com/danigargu/explodingcan/blob/master/explodingcan.py
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2017-7269
|
|
- https://github.com/edwardz246003/IIS_exploit
|
|
- http://www.securitytracker.com/id/1038168
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2017-7269
|
|
cwe-id: CWE-119
|
|
epss-score: 0.97156
|
|
epss-percentile: 0.9973
|
|
cpe: cpe:2.3:a:microsoft:internet_information_server:6.0:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: microsoft
|
|
product: internet_information_server
|
|
tags: cve,cve2017,rce,windows,iis,kev
|
|
|
|
http:
|
|
- method: OPTIONS
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- regex("<DAV:sql>", dasl)
|
|
- regex("[\d]+(,\s+[\d]+)?", dav)
|
|
- regex(".*?PROPFIND", public)
|
|
- regex(".*?PROPFIND", allow)
|
|
condition: or
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "IIS/6.0"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|