In IoT Devices SDK, there is an implementation of calloc() that doesn't have a length check. An attacker could pass in memory objects larger than the buffer and wrap around to have a smaller buffer than required, allowing the attacker access to the other parts of the heap. We recommend upgrading the Google Cloud IoT Device SDK for Embedded C used to 1.0.3 or greater.
References
Link | Resource |
---|---|
https://github.com/GoogleCloudPlatform/iot-device-sdk-embedded-c/blob/master/RELEASE-NOTES.md | Release Notes Third Party Advisory |
https://github.com/GoogleCloudPlatform/iot-device-sdk-embedded-c/pull/119 | Patch Third Party Advisory |
https://github.com/GoogleCloudPlatform/iot-device-sdk-embedded-c/blob/master/RELEASE-NOTES.md | Release Notes Third Party Advisory |
https://github.com/GoogleCloudPlatform/iot-device-sdk-embedded-c/pull/119 | Patch Third Party Advisory |
Configurations
History
21 Nov 2024, 05:50
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : 4.6
v3 : 6.3 |
References | () https://github.com/GoogleCloudPlatform/iot-device-sdk-embedded-c/blob/master/RELEASE-NOTES.md - Release Notes, Third Party Advisory | |
References | () https://github.com/GoogleCloudPlatform/iot-device-sdk-embedded-c/pull/119 - Patch, Third Party Advisory |
Information
Published : 2021-05-04 13:15
Updated : 2024-11-21 05:50
NVD link : CVE-2021-22547
Mitre link : CVE-2021-22547
CVE.ORG link : CVE-2021-22547
JSON object : View
Products Affected
- cloud_iot_device_sdk_for_embedded_c
CWE
CWE-120
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')