From f8e645ae41d8117b92da4d71d94e7415625d5d8a Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Tue, 13 Jun 2023 23:32:04 +0530 Subject: [PATCH] Updated CVE-2023-20887 --- http/cves/2023/CVE-2023-20887.yaml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/http/cves/2023/CVE-2023-20887.yaml b/http/cves/2023/CVE-2023-20887.yaml index c589954dc6..fea99f8c47 100644 --- a/http/cves/2023/CVE-2023-20887.yaml +++ b/http/cves/2023/CVE-2023-20887.yaml @@ -35,16 +35,23 @@ http: matchers-condition: and matchers: - - type: word - part: interactsh_protocol - words: - - "http" - - type: word part: body words: - - createSupportBundle + - '{"rec":' + + - type: word + part: header + words: + - "application/x-thrift" - type: status status: - 200 + + - type: word + part: body + words: + - "Provided invalid node Id" + - "Invalid nodeId" + negative: true