Add CVE-2015-1635
parent
0661d57d9d
commit
1d436a4837
|
@ -0,0 +1,23 @@
|
|||
id: cve-2015-1635
|
||||
|
||||
info:
|
||||
name: CVE-2015-1635
|
||||
author: thomas_from_offensity
|
||||
severity: critical
|
||||
description: Vulnerability in Windows HTTP.sys Could Allow Remote Code Execution
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
headers:
|
||||
Range: "bytes=0-18446744073709551615"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 416
|
||||
- type: regex
|
||||
regex:
|
||||
- "Requested Range Not Satisfiable"
|
||||
part: all
|
Loading…
Reference in New Issue