From 2f1db087b7c356adf41c33f341cef79a07b10cce Mon Sep 17 00:00:00 2001 From: Kazgangap Date: Fri, 19 Jul 2024 23:19:16 +0300 Subject: [PATCH] fix --- http/cves/2024/CVE-2024-6205.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/http/cves/2024/CVE-2024-6205.yaml b/http/cves/2024/CVE-2024-6205.yaml index 53a20adcd6..d3566ca70b 100644 --- a/http/cves/2024/CVE-2024-6205.yaml +++ b/http/cves/2024/CVE-2024-6205.yaml @@ -31,20 +31,10 @@ http: GET /?wc-api=payplus_gateway&status_code=true&more_info=(select*from(select(sleep(6)))a) HTTP/1.1 Host: {{Hostname}} - matchers-condition: and matchers: - type: dsl dsl: - 'duration>=6' + - 'contains(body,"-1") && contains(content_type,"text/html")' - 'status_code == 302' condition: and - - - type: word - part: body - words: - - '-1' - - - type: word - part: content_type - words: - - 'text/html'