From d6d1fc7d7d7ea35e657a8f945fe22bc814091b0d Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 20 Oct 2022 03:33:53 +0530 Subject: [PATCH] Update CVE-2020-14181.yaml --- cves/2020/CVE-2020-14181.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cves/2020/CVE-2020-14181.yaml b/cves/2020/CVE-2020-14181.yaml index 03c15852b4..afd7460a96 100644 --- a/cves/2020/CVE-2020-14181.yaml +++ b/cves/2020/CVE-2020-14181.yaml @@ -21,13 +21,16 @@ info: requests: - method: GET path: - - "{{BaseURL}}/secure/ViewUserHover.jspa" + - '{{BaseURL}}/secure/ViewUserHover.jspa' matchers-condition: and matchers: - type: word words: - - "User does not exist" + - 'User does not exist' + - 'content="JIRA"' + condition: and + - type: status status: - 200