CVE-2023-24823

RIOT-OS, an operating system that supports Internet of Things devices, contains a network stack with the ability to process 6LoWPAN frames. Prior to version 2022.10, an attacker can send a crafted frame to the device resulting in a type confusion between IPv6 extension headers and a UDP header. This occurs while encoding a 6LoWPAN IPHC header. The type confusion manifests in an out of bounds write in the packet buffer. The overflow can be used to corrupt other packets and the allocator metadata. Corrupting a pointer will easily lead to denial of service. While carefully manipulating the allocator metadata gives an attacker the possibility to write data to arbitrary locations and thus execute arbitrary code. Version 2022.10 fixes this issue. As a workaround, apply the patches manually.
Configurations

Configuration 1 (hide)

cpe:2.3:o:riot-os:riot:*:*:*:*:*:*:*:*

History

03 May 2023, 18:41

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 9.8
First Time Riot-os
Riot-os riot
CPE cpe:2.3:o:riot-os:riot:*:*:*:*:*:*:*:*
References (MISC) https://github.com/RIOT-OS/RIOT/security/advisories/GHSA-jwmv-47p2-hgq2 - (MISC) https://github.com/RIOT-OS/RIOT/security/advisories/GHSA-jwmv-47p2-hgq2 - Vendor Advisory
References (MISC) https://github.com/RIOT-OS/RIOT/pull/18820/commits/dafc397fdc3655aeb5c7b9963a43f1604c6a2062 - (MISC) https://github.com/RIOT-OS/RIOT/pull/18820/commits/dafc397fdc3655aeb5c7b9963a43f1604c6a2062 - Patch
References (MISC) https://github.com/RIOT-OS/RIOT/pull/18817/commits/4a081f86616cb5c9dd0b5d7b286da03285d1652a - (MISC) https://github.com/RIOT-OS/RIOT/pull/18817/commits/4a081f86616cb5c9dd0b5d7b286da03285d1652a - Patch

24 Apr 2023, 16:52

Type Values Removed Values Added
New CVE

Information

Published : 2023-04-24 16:15

Updated : 2023-12-10 15:01


NVD link : CVE-2023-24823

Mitre link : CVE-2023-24823

CVE.ORG link : CVE-2023-24823


JSON object : View

Products Affected

riot-os

  • riot
CWE
CWE-787

Out-of-bounds Write

CWE-843

Access of Resource Using Incompatible Type ('Type Confusion')