CVE-2023-33975: RIOT-OS vulnerable to Out of Bounds Write in _rbuf_add
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.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
RIOT-OSto a version that resolves this vulnerability.Patch pull request 19680 - Configuration
Disable support for fragmented IP datagrams as a workaround.
Network stack (6LoWPAN/IPv6 fragmentation) support for fragmented IP datagrams = disabled
Event History
Frequently Asked Questions
What is the severity of CVE-2023-33975?
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.
How do I fix CVE-2023-33975?
To mitigate CVE-2023-33975, upgrade to a version of RIOT-OS later than 2023.01 which addresses this vulnerability.
What are the potential impacts of CVE-2023-33975?
CVE-2023-33975 may allow attackers to exploit the vulnerability to cause denial of service or potentially execute arbitrary code.
Which versions of RIOT-OS are affected by CVE-2023-33975?
CVE-2023-33975 affects RIOT-OS versions up to and including 2023.01.
Can CVE-2023-33975 be exploited remotely?
Yes, CVE-2023-33975 can be exploited remotely through specially crafted 6LoWPAN frames sent to the vulnerable device.