- Synchronized data.

This commit is contained in:
CVE Team 2018-08-20 09:05:08 -04:00
parent b76822d91f
commit 832c619bfa
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8

View File

@ -1,66 +1,77 @@
{
"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"
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"DATE_PUBLIC" : "2011-08-21T22:57:00.000Z",
"ID" : "CVE-2011-2765",
"STATE" : "PUBLIC",
"TITLE" : "Insecure temporary file handling"
},
"affects": {
"vendor": {
"vendor_data": [
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product": {
"product_data": [
"product" : {
"product_data" : [
{
"product_name": "pyro",
"version": {
"version_data": [
"product_name" : "n/a",
"version" : {
"version_data" : [
{
"version_value": "*"
"version_value" : "n/a"
}
]
}
}
]
},
"vendor_name": "pyro"
"vendor_name" : "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"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."
"lang" : "eng",
"value" : "pyro before 3.15 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": [
"problemtype" : {
"problemtype_data" : [
{
"description": [
"description" : [
{
"lang": "eng",
"value": "unsafe handling of temporary files"
"lang" : "eng",
"value" : "n/a"
}
]
}
]
},
"references": {
"reference_data": [
"references" : {
"reference_data" : [
{
"refsource": "DEBIAN",
"url": "https://bugs.debian.org/631912"
"name" : "https://bugs.debian.org/631912",
"refsource" : "CONFIRM",
"url" : "https://bugs.debian.org/631912"
},
{
"name" : "https://github.com/irmen/Pyro3/commit/554e095a62c4412c91f981e72fd34a936ac2bf1e",
"refsource" : "CONFIRM",
"url" : "https://github.com/irmen/Pyro3/commit/554e095a62c4412c91f981e72fd34a936ac2bf1e"
},
{
"name" : "https://pythonhosted.org/Pyro/12-changes.html",
"refsource" : "CONFIRM",
"url" : "https://pythonhosted.org/Pyro/12-changes.html"
}
]
},
"source": {
"discovery": "UNKNOWN"
"source" : {
"discovery" : "UNKNOWN"
}
}