CVE-2012-0955 - software-properties vulnerability

This commit is contained in:
Avital Ostromich 2020-12-01 19:14:38 -05:00
parent e2f03d7a32
commit 443cd98a54
No known key found for this signature in database
GPG Key ID: 264AF3C1D26BC982

View File

@ -1,9 +1,45 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"AKA": "",
"ASSIGNER": "security@ubuntu.com",
"DATE_PUBLIC": "2012-08-14T20:05:00.000Z",
"ID": "CVE-2012-0955",
"STATE": "RESERVED"
"STATE": "PUBLIC",
"TITLE": "software-properties incorrectly validated TLS certificates"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "software-properties",
"version": {
"version_data": [
{
"platform": "",
"version_affected": "<",
"version_name": "0.92",
"version_value": "0.92"
}
]
}
}
]
},
"vendor_name": "Canonical"
}
]
}
},
"configuration": [],
"credit": [
{
"lang": "eng",
"value": "Marc Deslauriers"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
@ -11,8 +47,63 @@
"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": "software-properties was vulnerable to a person-in-the-middle attack due to incorrect TLS certificate validation in softwareproperties/ppa.py. software-properties didn't check TLS certificates under python2 and only checked certificates under python3 if a valid certificate bundle was provided. Fixed in software-properties version 0.92."
}
]
}
}
},
"exploit": [],
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-295 Improper Certificate Validation"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://launchpad.net/bugs/1036839",
"refsource": "UBUNTU",
"url": "https://launchpad.net/bugs/1036839"
},
{
"name": "https://code.launchpad.net/~cyphermox/software-properties/lp1036839/+merge/119753",
"refsource": "UBUNTU",
"url": "https://code.launchpad.net/~cyphermox/software-properties/lp1036839/+merge/119753"
}
]
},
"solution": [],
"source": {
"advisory": "",
"defect": [
"https://launchpad.net/bugs/1036839"
],
"discovery": "INTERNAL"
},
"work_around": []
}