2021-02-24 18:11:44 +00:00
id : CVE-2017-7269
2021-02-24 13:29:23 +00:00
info :
2022-05-12 14:04:18 +00:00
name : Windows Server 2003 & IIS 6.0 - Remote Code Execution
2021-06-09 12:20:56 +00:00
author : thomas_from_offensity,geeknik
2021-02-24 13:29:23 +00:00
severity : critical
2022-05-12 14:04:18 +00:00
description : |
2022-05-13 20:26:43 +00:00
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.
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
2022-05-12 14:04:18 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2017-7269
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2017-7269
cwe-id : CWE-119
2022-05-12 14:04:18 +00:00
tags : cve,cve2017,rce,windows,iis
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 : word
2022-05-12 14:04:18 +00:00
part : header
2021-02-24 13:29:23 +00:00
words :
- "IIS/6.0"
2021-05-09 17:20:07 +00:00
2021-02-24 13:29:23 +00:00
- type : dsl
2022-05-12 14:04:18 +00:00
part : header
2021-02-24 13:29:23 +00:00
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
2022-05-12 14:04:18 +00:00
- type : status
status :
- 200
# Enhanced by mp on 2022/05/11