From 0064f098ad5c48870e5ac490f4c43ce35a211212 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Wed, 17 Mar 2021 06:00:46 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2017/20xxx/CVE-2017-20002.json | 67 ++++++++++++++++++++++++++++++++++ 2021/28xxx/CVE-2021-28650.json | 62 +++++++++++++++++++++++++++++++ 2 files changed, 129 insertions(+) create mode 100644 2017/20xxx/CVE-2017-20002.json create mode 100644 2021/28xxx/CVE-2021-28650.json diff --git a/2017/20xxx/CVE-2017-20002.json b/2017/20xxx/CVE-2017-20002.json new file mode 100644 index 00000000000..96b2d96b6d9 --- /dev/null +++ b/2017/20xxx/CVE-2017-20002.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2017-20002", + "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": "The Debian shadow package before 4.5-1 for Shadow incorrectly lists pts/0 and pts/1 as physical terminals in /etc/securetty. This allows local users to login as password-less users even if they are connected by non-physical means such as SSH (hence bypassing PAM's nullok_secure configuration). This notably affects environments such as virtual machines automatically generated with a default blank root password, allowing all local users to escalate privileges." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877374", + "refsource": "MISC", + "name": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877374" + }, + { + "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914957", + "refsource": "MISC", + "name": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914957" + } + ] + } +} \ No newline at end of file diff --git a/2021/28xxx/CVE-2021-28650.json b/2021/28xxx/CVE-2021-28650.json new file mode 100644 index 00000000000..9aaf4201814 --- /dev/null +++ b/2021/28xxx/CVE-2021-28650.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2021-28650", + "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": "autoar-extractor.c in GNOME gnome-autoar before 0.3.1, as used by GNOME Shell, Nautilus, and other software, allows Directory Traversal during extraction because it lacks a check of whether a file's parent is a symlink in certain complex situations. NOTE: this issue exists because of an incomplete fix for CVE-2020-36241." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://gitlab.gnome.org/GNOME/gnome-autoar/-/commit/8109c368c6cfdb593faaf698c2bf5da32bb1ace4", + "refsource": "MISC", + "name": "https://gitlab.gnome.org/GNOME/gnome-autoar/-/commit/8109c368c6cfdb593faaf698c2bf5da32bb1ace4" + } + ] + } +} \ No newline at end of file