We use these services and cookies to improve your user experience. You may opt out if you wish, however, this may limit some features on this site.

Please see our statement on Data Privacy.

Crisp.chat (Helpdesk and Chat)

Ok

THREATINT
PUBLISHED

CVE-2024-53980

Spoofed length byte traps CC2538 in endless loop



Description

RIOT is an open-source microcontroller operating system, designed to match the requirements of Internet of Things (IoT) devices and other embedded devices. A malicious actor can send a IEEE 802.15.4 packet with spoofed length byte and optionally spoofed FCS, which eventually results into an endless loop on a CC2538 as receiver. Before PR #20998, the receiver would check for the location of the CRC bit using the packet length byte by considering all 8 bits, instead of discarding bit 7, which is what the radio does. This then results into reading outside of the RX FIFO. Although it prints an error when attempting to read outside of the RX FIFO, it will continue doing this. This may lead to a discrepancy in the CRC check according to the firmware and the radio. If the CPU judges the CRC as correct and the radio is set to `AUTO_ACK`, when the packet requests and acknowledgment the CPU will go into the state `CC2538_STATE_TX_ACK`. However, if the radio judged the CRC as incorrect, it will not send an acknowledgment, and thus the `TXACKDONE` event will not fire. It will then never return to the state `CC2538_STATE_READY` since the baseband processing is still disabled. Then the CPU will be in an endless loop. Since setting to idle is not forced, it won't do it if the radio's state is not `CC2538_STATE_READY`. A fix has not yet been made.

Reserved 2024-11-25 | Published 2024-11-29 | Updated 2024-12-02 | Assigner GitHub_M


MEDIUM: 6.9CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

Problem types

CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop')

Product status

<= 2024.07
affected

References

github.com/...S/RIOT/security/advisories/GHSA-m75q-8vj8-wppw

github.com/RIOT-OS/RIOT/pull/20998

github.com/...6184794/cpu/cc2538/radio/cc2538_rf_radio_ops.c

github.com/...6184794/cpu/cc2538/radio/cc2538_rf_radio_ops.c

github.com/...6184794/cpu/cc2538/radio/cc2538_rf_radio_ops.c

github.com/...6184794/cpu/cc2538/radio/cc2538_rf_radio_ops.c

github.com/...6184794/sys/net/link_layer/ieee802154/submac.c

cve.org (CVE-2024-53980)

nvd.nist.gov (CVE-2024-53980)

Download JSON

Share this page
https://cve.threatint.com/CVE/CVE-2024-53980

Support options

Helpdesk Chat, Email, Knowledgebase
Telegram Chat
Subscribe to our newsletter to learn more about our work.