First published: Tue May 30 2023(Updated: )
RIOT-OS, an operating system for Internet of Things (IoT) devices, contains a network stack with the ability to process 6LoWPAN frames. In version 2023.01 and prior, an attacker can send a crafted frame to the device resulting 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. This issue is fixed in pull request 19680. As a workaround, disable support for fragmented IP datagrams.
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Riot-os Riot | <=2023.01 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-33975 has been classified as a high severity vulnerability due to its potential for causing an out of bounds write in the packet buffer.
To mitigate CVE-2023-33975, upgrade to a version of RIOT-OS later than 2023.01 which addresses this vulnerability.
CVE-2023-33975 may allow attackers to exploit the vulnerability to cause denial of service or potentially execute arbitrary code.
CVE-2023-33975 affects RIOT-OS versions up to and including 2023.01.
Yes, CVE-2023-33975 can be exploited remotely through specially crafted 6LoWPAN frames sent to the vulnerable device.