First published: Mon Apr 24 2023(Updated: )
RIOT-OS, an operating system that supports Internet of Things devices, contains a network stack with the ability to process 6LoWPAN frames. An attacker can send a crafted frame to the device resulting in a large out of bounds write beyond the packet buffer. The write will create a hard fault exception after reaching the last page of RAM. The hard fault is not handled and the system will be stuck until reset. Thus the impact is denial of service. Version 2022.10 fixes this issue. As a workaround, apply the patch manually.
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Riot-os Riot | <2022.10 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-24820 is considered a high-severity vulnerability due to its potential to cause significant impacts such as out of bounds writes in the RIOT-OS network stack.
To address CVE-2023-24820, it is recommended to update to a patched version of RIOT-OS that resolves this vulnerability.
CVE-2023-24820 affects RIOT-OS versions prior to 2022.10 that support Internet of Things devices utilizing the network stack.
CVE-2023-24820 involves a crafted attack that sends malicious 6LoWPAN frames to exploit the network stack, leading to out of bounds writes.
Exploitation of CVE-2023-24820 can lead to system crashes, unauthorized access, or execution of arbitrary code in affected devices.