VU#403768 Rufus

This commit is contained in:
Art Manion 2017-10-17 23:25:18 -04:00
parent 58c3034009
commit 15ecbc4dd9
No known key found for this signature in database
GPG Key ID: 93FF051036C268A3

View File

@ -1,18 +1,121 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2017-13083",
"STATE" : "RESERVED"
},
"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."
}
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2017-13083",
"ASSIGNER": "cert@cert.org",
"DATE_PUBLIC": "2017-08-28",
"TITLE": "",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Akeo Consulting",
"product": {
"product_data": [
{
"product_name": "Rufus",
"version": {
"version_data": [
{
"version_value": "prior to 2.17.1187",
"platform": ""
}
]
}
}
]
}
}
]
}
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-295: Improper Certificate Validation\n"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-494: Download of Code Without Integrity Check"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-345: Insufficient Verification of Data Authenticity"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-347: Improper Verification of Cryptographic Signature"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "http://www.kb.cert.org/vuls/id/403768"
},
{
"url": "https://github.com/pbatard/rufus/issues/1009"
},
{
"url": "https://github.com/pbatard/rufus/commit/c3c39f7f8a11f612c4ebf7affce25ec6928eb1cb"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Akeo Consulting Rufus prior to version 2.17.1187 does not adequately validate the integrity of updates downloaded over HTTP, allowing an attacker to easily convince a user to execute arbitrary code"
}
]
},
"configuration": [],
"impact": {
"cvss": {
"version": "3.0",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"attackVector": "NETWORK",
"attackComplexity": "HIGH",
"privilegesRequired": "NONE",
"userInteraction": "REQUIRED",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM"
}
},
"exploit": "",
"work_around": [
{
"lang": "eng",
"value": "Manually download updates from https://rufus.akeo.ie/"
}
],
"solution": "Upgrade to Akeo Consulting Rufus version 2.17.1187 or later",
"credit": [
"Reported by Will Dormann of the CERT/CC"
]
}