From 5ae2ea05fdc16ee6b966590e1899744a89fbcea9 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Sun, 15 Oct 2023 19:00:36 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2018/25xxx/CVE-2018-25091.json | 72 ++++++++++++++++++++++++++++++++++ 2023/38xxx/CVE-2023-38312.json | 56 +++++++++++++++++++++++--- 2023/44xxx/CVE-2023-44487.json | 5 +++ 2023/45xxx/CVE-2023-45282.json | 7 +++- 2023/45xxx/CVE-2023-45884.json | 18 +++++++++ 2023/45xxx/CVE-2023-45885.json | 18 +++++++++ 2023/45xxx/CVE-2023-45886.json | 18 +++++++++ 2023/45xxx/CVE-2023-45887.json | 18 +++++++++ 8 files changed, 205 insertions(+), 7 deletions(-) create mode 100644 2018/25xxx/CVE-2018-25091.json create mode 100644 2023/45xxx/CVE-2023-45884.json create mode 100644 2023/45xxx/CVE-2023-45885.json create mode 100644 2023/45xxx/CVE-2023-45886.json create mode 100644 2023/45xxx/CVE-2023-45887.json diff --git a/2018/25xxx/CVE-2018-25091.json b/2018/25xxx/CVE-2018-25091.json new file mode 100644 index 00000000000..45ce59ece9b --- /dev/null +++ b/2018/25xxx/CVE-2018-25091.json @@ -0,0 +1,72 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2018-25091", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "urllib3 before 1.24.2 does not remove the authorization HTTP header when following a cross-origin redirect (i.e., a redirect that differs in host, port, or scheme). This can allow for credentials in the authorization header to be exposed to unintended hosts or transmitted in cleartext. NOTE: this issue exists because of an incomplete fix for CVE-2018-20060 (which was case-sensitive)." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/urllib3/urllib3/issues/1510", + "refsource": "MISC", + "name": "https://github.com/urllib3/urllib3/issues/1510" + }, + { + "url": "https://github.com/urllib3/urllib3/commit/adb358f8e06865406d1f05e581a16cbea2136fbc", + "refsource": "MISC", + "name": "https://github.com/urllib3/urllib3/commit/adb358f8e06865406d1f05e581a16cbea2136fbc" + }, + { + "url": "https://github.com/urllib3/urllib3/compare/1.24.1...1.24.2", + "refsource": "MISC", + "name": "https://github.com/urllib3/urllib3/compare/1.24.1...1.24.2" + } + ] + } +} \ No newline at end of file diff --git a/2023/38xxx/CVE-2023-38312.json b/2023/38xxx/CVE-2023-38312.json index ad698cddf5c..e99d717a2d7 100644 --- a/2023/38xxx/CVE-2023-38312.json +++ b/2023/38xxx/CVE-2023-38312.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2023-38312", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2023-38312", + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "A directory traversal vulnerability in Valve Counter-Strike 8684 allows a client (with remote control access to a game server) to read arbitrary files from the underlying server via the motdfile console variable." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/MikeIsAStar/Counter-Strike-Arbitrary-File-Read", + "refsource": "MISC", + "name": "https://github.com/MikeIsAStar/Counter-Strike-Arbitrary-File-Read" } ] } diff --git a/2023/44xxx/CVE-2023-44487.json b/2023/44xxx/CVE-2023-44487.json index 12061712fc8..fb7dc42d8ce 100644 --- a/2023/44xxx/CVE-2023-44487.json +++ b/2023/44xxx/CVE-2023-44487.json @@ -546,6 +546,11 @@ "refsource": "FEDORA", "name": "FEDORA-2023-ed2642fd58", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JMEXY22BFG5Q64HQCM5CK2Q7KDKVV4TY/" + }, + { + "refsource": "MISC", + "name": "https://linkerd.io/2023/10/12/linkerd-cve-2023-44487/", + "url": "https://linkerd.io/2023/10/12/linkerd-cve-2023-44487/" } ] } diff --git a/2023/45xxx/CVE-2023-45282.json b/2023/45xxx/CVE-2023-45282.json index 675e2e1a6ad..2fb95bdb47c 100644 --- a/2023/45xxx/CVE-2023-45282.json +++ b/2023/45xxx/CVE-2023-45282.json @@ -34,7 +34,7 @@ "description_data": [ { "lang": "eng", - "value": "In NASA Open MCT (aka openmct) 2.2.5 before 545a177, prototype pollution can occur via an import action." + "value": "In NASA Open MCT (aka openmct) before 3.1.0, prototype pollution can occur via an import action." } ] }, @@ -66,6 +66,11 @@ "refsource": "MISC", "name": "https://www.linkedin.com/pulse/prototype-pollution-nasas-open-mct-cve-2023-45282", "url": "https://www.linkedin.com/pulse/prototype-pollution-nasas-open-mct-cve-2023-45282" + }, + { + "refsource": "CONFIRM", + "name": "https://github.com/nasa/openmct/compare/v3.0.2...v3.1.0", + "url": "https://github.com/nasa/openmct/compare/v3.0.2...v3.1.0" } ] } diff --git a/2023/45xxx/CVE-2023-45884.json b/2023/45xxx/CVE-2023-45884.json new file mode 100644 index 00000000000..5e5e1cdacb0 --- /dev/null +++ b/2023/45xxx/CVE-2023-45884.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-45884", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + } + ] + } +} \ No newline at end of file diff --git a/2023/45xxx/CVE-2023-45885.json b/2023/45xxx/CVE-2023-45885.json new file mode 100644 index 00000000000..012868753b7 --- /dev/null +++ b/2023/45xxx/CVE-2023-45885.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-45885", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + } + ] + } +} \ No newline at end of file diff --git a/2023/45xxx/CVE-2023-45886.json b/2023/45xxx/CVE-2023-45886.json new file mode 100644 index 00000000000..15b92460840 --- /dev/null +++ b/2023/45xxx/CVE-2023-45886.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-45886", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + } + ] + } +} \ No newline at end of file diff --git a/2023/45xxx/CVE-2023-45887.json b/2023/45xxx/CVE-2023-45887.json new file mode 100644 index 00000000000..c782c055258 --- /dev/null +++ b/2023/45xxx/CVE-2023-45887.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-45887", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + } + ] + } +} \ No newline at end of file