From 92536fa17c6693a4b3688569152b94d8340624f1 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sat, 18 Aug 2018 07:08:45 +0200 Subject: [PATCH] Add CVE-2011-2765 information Signed-off-by: Salvatore Bonaccorso --- 2011/2xxx/CVE-2011-2765.json | 70 ++++++++++++++++++++++++++++++------ 1 file changed, 59 insertions(+), 11 deletions(-) diff --git a/2011/2xxx/CVE-2011-2765.json b/2011/2xxx/CVE-2011-2765.json index 050490f9953..fccd4ab3b13 100644 --- a/2011/2xxx/CVE-2011-2765.json +++ b/2011/2xxx/CVE-2011-2765.json @@ -1,18 +1,66 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2011-2765", - "STATE" : "RESERVED" + "CVE_data_meta": { + "ASSIGNER": "security@debian.org", + "DATE_PUBLIC": "2011-08-21T22:57:00.000Z", + "ID": "CVE-2011-2765", + "STATE": "PUBLIC", + "TITLE": "Insecure temporary file handling" }, - "data_format" : "MITRE", - "data_type" : "CVE", - "data_version" : "4.0", - "description" : { - "description_data" : [ + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "pyro", + "version": { + "version_data": [ + { + "version_value": "*" + } + ] + } + } + ] + }, + "vendor_name": "pyro" + } + ] + } + }, + "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." + "lang": "eng", + "value": "pyro unsafely handles pid files in temporary directory locations and opening the pid file as root. An attacker can use this flaw to overwrite arbitrary files via symlinks." } ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "unsafe handling of temporary files" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "DEBIAN", + "url": "https://bugs.debian.org/631912" + } + ] + }, + "source": { + "discovery": "UNKNOWN" } }