From dcf1c60bac252f9d62582e83d457fd8b7e541d6b Mon Sep 17 00:00:00 2001 From: J4vaovo <128683738+j4vaovo@users.noreply.github.com> Date: Tue, 23 Jan 2024 06:47:56 +0800 Subject: [PATCH 1/2] Update CVE-2021-39327.yaml --- http/cves/2021/CVE-2021-39327.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/http/cves/2021/CVE-2021-39327.yaml b/http/cves/2021/CVE-2021-39327.yaml index 5b9d52f88d..247d1ea65e 100644 --- a/http/cves/2021/CVE-2021-39327.yaml +++ b/http/cves/2021/CVE-2021-39327.yaml @@ -45,6 +45,12 @@ http: - '==================' condition: and + - type: regex + negative: true + part: body + regex: + - '^BPS\sDB\sBACKUP\sLOG\r\n==================\r\n==================\r\n\r\n$' + - type: word part: header words: @@ -53,4 +59,4 @@ http: - type: status status: - 200 -# digest: 4a0a00473045022100af3dd0939f62b4cb86987680c8af5e298418eb98e823b6fcec9e342d1a27c69e02206c8d9f34d0eedd307ab441de49c36ae76fce1baeae4b5d4e5ce6ba570fba4ca9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100af3dd0939f62b4cb86987680c8af5e298418eb98e823b6fcec9e342d1a27c69e02206c8d9f34d0eedd307ab441de49c36ae76fce1baeae4b5d4e5ce6ba570fba4ca9:922c64590222798bb761d5b6d8e72950 From f625a606486030a984e801e527536acb6a792bce Mon Sep 17 00:00:00 2001 From: J4vaovo <128683738+j4vaovo@users.noreply.github.com> Date: Tue, 23 Jan 2024 06:55:33 +0800 Subject: [PATCH 2/2] Update CVE-2021-39327.yaml --- http/cves/2021/CVE-2021-39327.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2021/CVE-2021-39327.yaml b/http/cves/2021/CVE-2021-39327.yaml index 247d1ea65e..2a094a687b 100644 --- a/http/cves/2021/CVE-2021-39327.yaml +++ b/http/cves/2021/CVE-2021-39327.yaml @@ -46,7 +46,7 @@ http: condition: and - type: regex - negative: true + negative: true part: body regex: - '^BPS\sDB\sBACKUP\sLOG\r\n==================\r\n==================\r\n\r\n$'