From d5f42af67a75cfc2a8fbaa870ffe4dc569dbd03c Mon Sep 17 00:00:00 2001 From: erwanlr Date: Tue, 12 Jul 2022 08:56:41 +0200 Subject: [PATCH] Fixes CWE --- 2021/24xxx/CVE-2021-24906.json | 2 +- 2022/1xxx/CVE-2022-1593.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/2021/24xxx/CVE-2021-24906.json b/2021/24xxx/CVE-2021-24906.json index 35bd80c5a14..9de270af843 100644 --- a/2021/24xxx/CVE-2021-24906.json +++ b/2021/24xxx/CVE-2021-24906.json @@ -56,7 +56,7 @@ { "description": [ { - "value": "CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", + "value": "CWE-862 Missing Authorization", "lang": "eng" } ] diff --git a/2022/1xxx/CVE-2022-1593.json b/2022/1xxx/CVE-2022-1593.json index a006585f4eb..f8fb665c5c7 100644 --- a/2022/1xxx/CVE-2022-1593.json +++ b/2022/1xxx/CVE-2022-1593.json @@ -56,7 +56,7 @@ { "description": [ { - "value": "CWE-352 Cross-Site Request Forgery (CSRF)", + "value": "CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", "lang": "eng" } ] @@ -72,4 +72,4 @@ "source": { "discovery": "EXTERNAL" } -} \ No newline at end of file +}