Update CVE-2017-17562.yaml
parent
aa45eddf04
commit
6400f26701
|
@ -4,7 +4,8 @@ info:
|
||||||
name: Embedthis GoAhead <3.6.5 - Remote Code Execution
|
name: Embedthis GoAhead <3.6.5 - Remote Code Execution
|
||||||
author: geeknik
|
author: geeknik
|
||||||
severity: high
|
severity: high
|
||||||
description: Embedthis GoAhead before 3.6.5 allows remote code execution if CGI is enabled and a CGI program is dynamically linked.
|
description: |
|
||||||
|
description: Embedthis GoAhead before 3.6.5 allows remote code execution if CGI is enabled and a CGI program is dynamically linked.
|
||||||
reference:
|
reference:
|
||||||
- https://www.elttam.com/blog/goahead/
|
- https://www.elttam.com/blog/goahead/
|
||||||
- https://github.com/ivanitlearning/CVE-2017-17562
|
- https://github.com/ivanitlearning/CVE-2017-17562
|
||||||
|
@ -97,14 +98,13 @@ requests:
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
|
||||||
- type: status
|
|
||||||
status:
|
|
||||||
- 200
|
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
condition: and
|
|
||||||
words:
|
words:
|
||||||
- "environment variable"
|
- "environment variable"
|
||||||
- "display library search paths"
|
- "display library search paths"
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
# Enhanced by mp on 2022/06/19
|
# Enhanced by mp on 2022/06/19
|
||||||
|
|
Loading…
Reference in New Issue