From 3e190c058016d41cb1a16d4e9ad10af8dafe6627 Mon Sep 17 00:00:00 2001 From: Yi Li Date: Mon, 27 Nov 2023 11:48:48 -0600 Subject: [PATCH] Added CVE-2023-36049 AND CVE-2023-36558 (#40) * Added CVE-2023-36049 * Added CVE-2023-36558 --- cves/CVE-2023-36049.yaml | 11 +++++++++++ cves/CVE-2023-36558.yaml | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 cves/CVE-2023-36049.yaml create mode 100644 cves/CVE-2023-36558.yaml diff --git a/cves/CVE-2023-36049.yaml b/cves/CVE-2023-36049.yaml new file mode 100644 index 0000000..cad7dc4 --- /dev/null +++ b/cves/CVE-2023-36049.yaml @@ -0,0 +1,11 @@ +affectedPackages: + - cpe23Uri: cpe:2.3:a:microsoft:microsoft.netcore.app:*:*:*:*:*:*:*:* + versionEndExcluding: 6.0.25 + versionStartIncluding: 6.0.0 + vulnerable: true + - cpe23Uri: cpe:2.3:a:microsoft:microsoft.netcore.app:*:*:*:*:*:*:*:* + versionEndExcluding: 7.0.14 + versionStartIncluding: 7.0.0 + vulnerable: true +id: CVE-2023-36049 +link: https://github.com/dotnet/announcements/issues/287 diff --git a/cves/CVE-2023-36558.yaml b/cves/CVE-2023-36558.yaml new file mode 100644 index 0000000..9810088 --- /dev/null +++ b/cves/CVE-2023-36558.yaml @@ -0,0 +1,11 @@ +affectedPackages: + - cpe23Uri: cpe:2.3:a:microsoft:microsoft.netcore.app:*:*:*:*:*:*:*:* + versionEndExcluding: 6.0.25 + versionStartIncluding: 6.0.0 + vulnerable: true + - cpe23Uri: cpe:2.3:a:microsoft:microsoft.netcore.app:*:*:*:*:*:*:*:* + versionEndExcluding: 7.0.14 + versionStartIncluding: 7.0.0 + vulnerable: true +id: CVE-2023-36558 +link: https://github.com/dotnet/announcements/issues/288