mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-07-29 05:56:59 +00:00
114 lines
3.9 KiB
JSON
114 lines
3.9 KiB
JSON
{
|
|
"CVE_data_meta": {
|
|
"ASSIGNER": "security@ubuntu.com",
|
|
"DATE_PUBLIC": "2015-10-27T00:00:00.000Z",
|
|
"ID": "CVE-2015-1341",
|
|
"STATE": "PUBLIC",
|
|
"TITLE": "Apport privilege escalation through Python module imports"
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "Apport",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"affected": "<",
|
|
"version_value": "2.0.1-0ubuntu17.13"
|
|
},
|
|
{
|
|
"affected": "<",
|
|
"version_value": "2.19.1-0ubuntu4"
|
|
},
|
|
{
|
|
"affected": "<",
|
|
"version_value": "2.17.2-0ubuntu1.7"
|
|
},
|
|
{
|
|
"affected": "<",
|
|
"version_value": "2.14.1-0ubuntu3.18"
|
|
},
|
|
{
|
|
"affected": "<",
|
|
"version_value": "2.19.2"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"vendor_name": "Ubuntu"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"credit": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Gabriel Campana"
|
|
}
|
|
],
|
|
"data_format": "MITRE",
|
|
"data_type": "CVE",
|
|
"data_version": "4.0",
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Any Python module in sys.path can be imported if the command line of the process triggering the coredump is Python and the first argument is -m in Apport before 2.19.2 function _python_module_path."
|
|
}
|
|
]
|
|
},
|
|
"impact": {
|
|
"cvss": {
|
|
"attackComplexity": "LOW",
|
|
"attackVector": "PHYSICAL",
|
|
"availabilityImpact": "HIGH",
|
|
"baseScore": 7.4,
|
|
"baseSeverity": "HIGH",
|
|
"confidentialityImpact": "HIGH",
|
|
"integrityImpact": "HIGH",
|
|
"privilegesRequired": "LOW",
|
|
"scope": "CHANGED",
|
|
"userInteraction": "NONE",
|
|
"vectorString": "CVSS:3.0/AV:P/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
|
|
"version": "3.0"
|
|
}
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Parsing a Python module by executing the module."
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"refsource": "MISC",
|
|
"url": "https://launchpad.net/apport/trunk/2.19.2",
|
|
"name": "https://launchpad.net/apport/trunk/2.19.2"
|
|
},
|
|
{
|
|
"refsource": "MISC",
|
|
"url": "https://usn.ubuntu.com/2782-1/",
|
|
"name": "https://usn.ubuntu.com/2782-1/"
|
|
}
|
|
]
|
|
},
|
|
"source": {
|
|
"defect": [
|
|
"https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1507480"
|
|
],
|
|
"discovery": "EXTERNAL"
|
|
}
|
|
} |