diff --git a/http/cves/2024/CVE-2023-5914.yaml b/http/cves/2024/CVE-2023-5914.yaml index 7481bb1212..6f5eb14189 100644 --- a/http/cves/2024/CVE-2023-5914.yaml +++ b/http/cves/2024/CVE-2023-5914.yaml @@ -39,5 +39,5 @@ http: dsl: - 'status_code == 200' - 'contains(content_type, "text/html")' - - 'contains(body, "")' + - 'contains_all(body, "", "XmlException")' condition: and