nuclei-templates/cves/2017/CVE-2017-7269.yaml

37 lines
1.2 KiB
YAML
Raw Normal View History

2021-02-24 18:11:44 +00:00
id: CVE-2017-7269
2021-02-24 13:29:23 +00:00
info:
2021-05-09 15:16:07 +00:00
name: Windows Server 2003 & IIS 6.0 RCE
2021-06-09 12:20:56 +00:00
author: thomas_from_offensity,geeknik
2021-02-24 13:29:23 +00:00
severity: critical
2021-05-09 17:20:07 +00:00
description: Buffer overflow in the ScStoragePathFromUrl function in the WebDAV service in Internet Information Services (IIS) 6.0 in Microsoft Windows Server 2003 R2 allows remote attackers to execute arbitrary code via a long header beginning with "If <http://" in a PROPFIND request.
2021-05-09 15:43:32 +00:00
reference:
2021-05-09 15:16:07 +00:00
- https://blog.0patch.com/2017/03/0patching-immortal-cve-2017-7269.html
- https://github.com/danigargu/explodingcan/blob/master/explodingcan.py
tags: cve,cve2017,rce
2021-02-24 13:29:23 +00:00
requests:
- method: OPTIONS
path:
- "{{BaseURL}}"
2021-05-09 17:20:07 +00:00
2021-02-24 13:29:23 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
2021-05-09 17:20:07 +00:00
2021-02-24 13:29:23 +00:00
- type: word
words:
- "IIS/6.0"
part: header
2021-05-09 17:20:07 +00:00
2021-02-24 13:29:23 +00:00
- type: dsl
dsl:
- regex("<DAV:sql>", dasl) # lowercase header name: DASL
- regex("[\d]+(,\s+[\d]+)?", dav) # lowercase header name: DAV
- regex(".*?PROPFIND", public) # lowercase header name: Public
- regex(".*?PROPFIND", allow) # lowercase header name: Allow
condition: or
2021-05-09 15:16:07 +00:00
part: header