CVE-2024-53980
Last modified
CVE-2024-53980 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.73% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Riot-Os | Riot | <= 2024.07 |
References
- https://github.com/RIOT-OS/RIOT/pull/20998Issue Tracking, Patch
- https://github.com/RIOT-OS/RIOT/security/advisories/GHSA-m75q-8vj8-wppwExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-53980?
How severe is CVE-2024-53980?
How do I fix CVE-2024-53980?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-53974Adobe Experience Manager versions 6.5.21 and earlier are aff…5.4
- CVE-2024-53975Accessing a non-secure HTTP site that uses a non-existent po…5.4
- CVE-2024-53976Under certain circumstances, navigating to a webpage would r…5.4
- CVE-2024-53977A vulnerability has been identified in ModelSim (All version…7.8
- CVE-2024-53979ibm.ibm_zhmc is an Ansible collection for the IBM Z HMC. The…8.2
- CVE-2024-5398Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-53981python-multipart is a streaming multipart parser for Python.…7.5
- CVE-2024-53982ZOO-Project is a C-based WPS (Web Processing Service) implem…8.7
- CVE-2024-53983The Backstage Scaffolder plugin Houses types and utilities f…5.4
- CVE-2024-53984Nanopb is a small code-size Protocol Buffers implementation.…4.3
- CVE-2024-53985rails-html-sanitizer is responsible for sanitizing HTML frag…6.1
- CVE-2024-53986rails-html-sanitizer is responsible for sanitizing HTML frag…6.1
Are you affected by CVE-2024-53980?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
