From 0118bca6ba5758a7acfa18178ec963e140bb140c Mon Sep 17 00:00:00 2001 From: CVE Team Date: Sat, 14 Jan 2023 02:00:36 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2022/38xxx/CVE-2022-38287.json | 4 +- 2022/48xxx/CVE-2022-48253.json | 5 ++ 2023/0xxx/CVE-2023-0297.json | 18 +++++++ 2023/22xxx/CVE-2023-22497.json | 85 ++++++++++++++++++++++++++++++++-- 2023/22xxx/CVE-2023-22850.json | 61 +++++++++++++++++++++--- 2023/22xxx/CVE-2023-22851.json | 61 +++++++++++++++++++++--- 6 files changed, 216 insertions(+), 18 deletions(-) create mode 100644 2023/0xxx/CVE-2023-0297.json diff --git a/2022/38xxx/CVE-2022-38287.json b/2022/38xxx/CVE-2022-38287.json index aa0fe8a2956..efc6de63573 100644 --- a/2022/38xxx/CVE-2022-38287.json +++ b/2022/38xxx/CVE-2022-38287.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2022-38287", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none." } ] } diff --git a/2022/48xxx/CVE-2022-48253.json b/2022/48xxx/CVE-2022-48253.json index f8bcb5db4b8..64a79349082 100644 --- a/2022/48xxx/CVE-2022-48253.json +++ b/2022/48xxx/CVE-2022-48253.json @@ -56,6 +56,11 @@ "url": "https://nazgul.ch/dev/nostromo_cl.txt", "refsource": "MISC", "name": "https://nazgul.ch/dev/nostromo_cl.txt" + }, + { + "refsource": "MISC", + "name": "https://www.soteritsecurity.com/blog/2023/01/nostromo_from_directory_traversal_to_RCE.html", + "url": "https://www.soteritsecurity.com/blog/2023/01/nostromo_from_directory_traversal_to_RCE.html" } ] } diff --git a/2023/0xxx/CVE-2023-0297.json b/2023/0xxx/CVE-2023-0297.json new file mode 100644 index 00000000000..88d3ced5cfa --- /dev/null +++ b/2023/0xxx/CVE-2023-0297.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-0297", + "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/22xxx/CVE-2023-22497.json b/2023/22xxx/CVE-2023-22497.json index db3ae38d759..5021617c4d7 100644 --- a/2023/22xxx/CVE-2023-22497.json +++ b/2023/22xxx/CVE-2023-22497.json @@ -1,17 +1,94 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2023-22497", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security-advisories@github.com", + "STATE": "PUBLIC" }, "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": "Netdata is an open source option for real-time infrastructure monitoring and troubleshooting. Each Netdata Agent has an automatically generated MACHINE GUID. It is generated when the agent first starts and it is saved to disk, so that it will persist across restarts and reboots. Anyone who has access to a Netdata Agent has access to its MACHINE_GUID. Streaming is a feature that allows a Netdata Agent to act as parent for other Netdata Agents (children), offloading children from various functions (increased data retention, ML, health monitoring, etc) that can now be handled by the parent Agent. Configuration is done via `stream.conf`. On the parent side, users configure in `stream.conf` an API key (any random UUID can do) to provide common configuration for all children using this API key and per MACHINE GUID configuration to customize the configuration for each child. The way this was implemented, allowed an attacker to use a valid MACHINE_GUID as an API key. This affects all users who expose their Netdata Agents (children) to non-trusted users and they also expose to the same users Netdata Agent parents that aggregate data from all these children. The problem has been fixed in: Netdata agent v1.37 (stable) and Netdata agent v1.36.0-409 (nightly). As a workaround, do not enable streaming by default. If you have previously enabled this, it can be disabled. Limiting access to the port on the recipient Agent to trusted child connections may mitigate the impact of this vulnerability." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-287: Improper Authentication", + "cweId": "CWE-287" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "netdata", + "product": { + "product_data": [ + { + "product_name": "netdata", + "version": { + "version_data": [ + { + "version_value": "< 1.36.0-409", + "version_affected": "=" + }, + { + "version_value": " < 1.37", + "version_affected": "=" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/netdata/netdata/security/advisories/GHSA-jx85-39cw-66f2", + "refsource": "MISC", + "name": "https://github.com/netdata/netdata/security/advisories/GHSA-jx85-39cw-66f2" + }, + { + "url": "https://github.com/netdata/netdata/releases/tag/v1.37.0", + "refsource": "MISC", + "name": "https://github.com/netdata/netdata/releases/tag/v1.37.0" + } + ] + }, + "source": { + "advisory": "GHSA-jx85-39cw-66f2", + "discovery": "UNKNOWN" + }, + "impact": { + "cvss": [ + { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 6.5, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "LOW", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H", + "version": "3.1" } ] } diff --git a/2023/22xxx/CVE-2023-22850.json b/2023/22xxx/CVE-2023-22850.json index 46f164eb508..bba2843e42b 100644 --- a/2023/22xxx/CVE-2023-22850.json +++ b/2023/22xxx/CVE-2023-22850.json @@ -1,17 +1,66 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2023-22850", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2023-22850", + "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": "Tiki before 24.1, when the Spreadsheets feature is enabled, allows lib/sheet/grid.php PHP Object Injection because of an unserialize call." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://tiki.org/articles", + "refsource": "MISC", + "name": "https://tiki.org/articles" + }, + { + "refsource": "MISC", + "name": "https://karmainsecurity.com/KIS-2023-03", + "url": "https://karmainsecurity.com/KIS-2023-03" } ] } diff --git a/2023/22xxx/CVE-2023-22851.json b/2023/22xxx/CVE-2023-22851.json index 3907510dc5a..3f480d5e774 100644 --- a/2023/22xxx/CVE-2023-22851.json +++ b/2023/22xxx/CVE-2023-22851.json @@ -1,17 +1,66 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2023-22851", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2023-22851", + "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": "Tiki before 24.2 allows lib/importer/tikiimporter_blog_wordpress.php PHP Object Injection by an admin because of an unserialize call." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://tiki.org/articles", + "refsource": "MISC", + "name": "https://tiki.org/articles" + }, + { + "refsource": "MISC", + "name": "https://karmainsecurity.com/KIS-2023-04", + "url": "https://karmainsecurity.com/KIS-2023-04" } ] }