From e629b0dcc4426f1e5ac41aa701b901332d972ead Mon Sep 17 00:00:00 2001 From: CVE Team Date: Fri, 6 Oct 2023 05:00:37 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2023/26xxx/CVE-2023-26153.json | 99 ++++++++++++++++++++++++++++++++-- 2023/45xxx/CVE-2023-45266.json | 18 +++++++ 2 files changed, 113 insertions(+), 4 deletions(-) create mode 100644 2023/45xxx/CVE-2023-45266.json diff --git a/2023/26xxx/CVE-2023-26153.json b/2023/26xxx/CVE-2023-26153.json index 2ab0f350c3a..c62cfdbbd4c 100644 --- a/2023/26xxx/CVE-2023-26153.json +++ b/2023/26xxx/CVE-2023-26153.json @@ -1,17 +1,108 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2023-26153", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "report@snyk.io", + "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": "Versions of the package geokit-rails before 2.5.0 are vulnerable to Command Injection due to unsafe deserialisation of YAML within the 'geo_location' cookie. This issue can be exploited remotely via a malicious cookie value.\r\r**Note:**\r\r An attacker can use this vulnerability to execute commands on the host system." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Command Injection", + "cweId": "CWE-78" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "n/a", + "product": { + "product_data": [ + { + "product_name": "geokit-rails", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "0", + "version_value": "2.5.0" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://security.snyk.io/vuln/SNYK-RUBY-GEOKITRAILS-5920323", + "refsource": "MISC", + "name": "https://security.snyk.io/vuln/SNYK-RUBY-GEOKITRAILS-5920323" + }, + { + "url": "https://gist.github.com/CalumHutton/b7aa1c2e71c8d4386463ac14f686901d", + "refsource": "MISC", + "name": "https://gist.github.com/CalumHutton/b7aa1c2e71c8d4386463ac14f686901d" + }, + { + "url": "https://github.com/geokit/geokit-rails/blob/master/lib/geokit-rails/ip_geocode_lookup.rb%23L37", + "refsource": "MISC", + "name": "https://github.com/geokit/geokit-rails/blob/master/lib/geokit-rails/ip_geocode_lookup.rb%23L37" + }, + { + "url": "https://github.com/geokit/geokit-rails/commit/7ffc5813e57f6f417987043e1039925fd0865c43", + "refsource": "MISC", + "name": "https://github.com/geokit/geokit-rails/commit/7ffc5813e57f6f417987043e1039925fd0865c43" + }, + { + "url": "https://github.com/geokit/geokit-rails/commit/a93dfe49fb9aeae7164e2f8c4041450a04b5482f", + "refsource": "MISC", + "name": "https://github.com/geokit/geokit-rails/commit/a93dfe49fb9aeae7164e2f8c4041450a04b5482f" + } + ] + }, + "credits": [ + { + "lang": "en", + "value": "Calum Hutton" + } + ], + "impact": { + "cvss": [ + { + "version": "3.1", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "NONE", + "userInteraction": "NONE", + "scope": "CHANGED", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "availabilityImpact": "LOW", + "baseScore": 8.3, + "baseSeverity": "HIGH", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L/E:P" } ] } diff --git a/2023/45xxx/CVE-2023-45266.json b/2023/45xxx/CVE-2023-45266.json new file mode 100644 index 00000000000..b52951fb4fd --- /dev/null +++ b/2023/45xxx/CVE-2023-45266.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-45266", + "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