diff --git a/cves/2017/CVE-2017-17562.yaml b/cves/2017/CVE-2017-17562.yaml index 30f18f99aa..92fc9381e9 100644 --- a/cves/2017/CVE-2017-17562.yaml +++ b/cves/2017/CVE-2017-17562.yaml @@ -4,7 +4,8 @@ info: name: Embedthis GoAhead <3.6.5 - Remote Code Execution author: geeknik 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: - https://www.elttam.com/blog/goahead/ - https://github.com/ivanitlearning/CVE-2017-17562 @@ -97,14 +98,13 @@ requests: matchers-condition: and matchers: - - type: status - status: - - 200 - - type: word - condition: and words: - "environment variable" - "display library search paths" + condition: and + - type: status + status: + - 200 # Enhanced by mp on 2022/06/19