From 01c919f684e891fe6c261ff8351c19ba80e465aa Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Tue, 17 May 2022 11:52:18 +0530 Subject: [PATCH] Update CVE-2018-9995.yaml --- cves/2018/CVE-2018-9995.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/cves/2018/CVE-2018-9995.yaml b/cves/2018/CVE-2018-9995.yaml index 800012abb8..69fef29cea 100644 --- a/cves/2018/CVE-2018-9995.yaml +++ b/cves/2018/CVE-2018-9995.yaml @@ -18,7 +18,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H cvss-score: 9.8 cve-id: CVE-2018-9995 - tags: cve,cve2018,auth-bypass + tags: cve,cve2018,auth-bypass,tbk requests: - method: GET @@ -27,17 +27,16 @@ requests: matchers-condition: and matchers: - - type: status - status: - - 200 - - type: word + part: body words: - "\"uid\":" - "\"pwd\":" - "\"view\":" - "playback" condition: and - part: body + - type: status + status: + - 200 # Enhanced by mp on 2022/05/16