mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
167 lines
7.0 KiB
JSON
167 lines
7.0 KiB
JSON
{
|
|
"CVE_data_meta": {
|
|
"ASSIGNER": "cve-notifications-us@f-secure.com",
|
|
"ID": "CVE-2021-40829",
|
|
"STATE": "PUBLIC",
|
|
"TITLE": "TLS hostname validation issues within AWS IoT Device SDKs on macOS"
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "AWS IoT Device SDK v2 for Java ",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"platform": "macOS",
|
|
"version_affected": "<",
|
|
"version_value": "1.4.2"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"product_name": "AWS IoT Device SDK v2 for Python",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"platform": "macOS",
|
|
"version_affected": "<",
|
|
"version_value": "1.6.1"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"product_name": "AWS IoT Device SDK v2 for C++",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"platform": "macOS",
|
|
"version_affected": "<",
|
|
"version_value": "1.12.7"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"product_name": "AWS IoT Device SDK v2 for Node.js",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"platform": "macOS",
|
|
"version_affected": "<",
|
|
"version_value": "1.5.3"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"product_name": "AWS-C-IO",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"platform": "macOS",
|
|
"version_affected": "<",
|
|
"version_value": "0.10.4"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"vendor_name": "Amazon Web Services"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"credit": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "F-Secure"
|
|
}
|
|
],
|
|
"data_format": "MITRE",
|
|
"data_type": "CVE",
|
|
"data_version": "4.0",
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Connections initialized by the AWS IoT Device SDK v2 for Java (versions prior to 1.4.2), Python (versions prior to 1.6.1), C++ (versions prior to 1.12.7) and Node.js (versions prior to 1.5.3) did not verify server certificate hostname during TLS handshake when overriding Certificate Authorities (CA) in their trust stores on MacOS. This issue has been addressed in aws-c-io submodule versions 0.10.5 onward. This issue affects: Amazon Web Services AWS IoT Device SDK v2 for Java versions prior to 1.4.2 on macOS. Amazon Web Services AWS IoT Device SDK v2 for Python versions prior to 1.6.1 on macOS. Amazon Web Services AWS IoT Device SDK v2 for C++ versions prior to 1.12.7 on macOS. Amazon Web Services AWS IoT Device SDK v2 for Node.js versions prior to 1.5.3 on macOS. Amazon Web Services AWS-C-IO 0.10.4 on macOS."
|
|
}
|
|
]
|
|
},
|
|
"generator": {
|
|
"engine": "Vulnogram 0.0.9"
|
|
},
|
|
"impact": {
|
|
"cvss": {
|
|
"attackComplexity": "HIGH",
|
|
"attackVector": "ADJACENT_NETWORK",
|
|
"availabilityImpact": "HIGH",
|
|
"baseScore": 6.3,
|
|
"baseSeverity": "MEDIUM",
|
|
"confidentialityImpact": "HIGH",
|
|
"integrityImpact": "HIGH",
|
|
"privilegesRequired": "HIGH",
|
|
"scope": "UNCHANGED",
|
|
"userInteraction": "REQUIRED",
|
|
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H",
|
|
"version": "3.1"
|
|
}
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Connections initialized by the AWS IoT Device SDK v2 for Java, Python, C++ and Node.js did not verify server certificate hostname during TLS handshake when overriding Certificate Authorities (CA) in their trust stores on Windows. "
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"refsource": "MISC",
|
|
"url": "https://github.com/awslabs/aws-c-io/",
|
|
"name": "https://github.com/awslabs/aws-c-io/"
|
|
},
|
|
{
|
|
"refsource": "MISC",
|
|
"url": "https://github.com/aws/aws-iot-device-sdk-cpp-v2",
|
|
"name": "https://github.com/aws/aws-iot-device-sdk-cpp-v2"
|
|
},
|
|
{
|
|
"refsource": "MISC",
|
|
"url": "https://github.com/aws/aws-iot-device-sdk-python-v2",
|
|
"name": "https://github.com/aws/aws-iot-device-sdk-python-v2"
|
|
},
|
|
{
|
|
"refsource": "MISC",
|
|
"url": "https://github.com/aws/aws-iot-device-sdk-java-v2",
|
|
"name": "https://github.com/aws/aws-iot-device-sdk-java-v2"
|
|
},
|
|
{
|
|
"refsource": "MISC",
|
|
"url": "https://github.com/aws/aws-iot-device-sdk-js-v2",
|
|
"name": "https://github.com/aws/aws-iot-device-sdk-js-v2"
|
|
}
|
|
]
|
|
},
|
|
"solution": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Update to the latest versions of the AWS IoT Device SDK."
|
|
}
|
|
],
|
|
"source": {
|
|
"discovery": "INTERNAL"
|
|
}
|
|
} |