CVE-2026-25139
Out-of-Bounds Read in RIOT 6LoWPAN Stack Causes Crash
Publication date: 2026-02-04
Last updated on: 2026-02-20
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| riot-os | riot | to 2025.10 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-125 | The product reads data past the end, or before the beginning, of the intended buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the RIOT operating system, specifically in versions 2025.10 and earlier. It involves multiple out-of-bounds read issues in the 6LoWPAN stack, which is used for Internet of Things (IoT) and embedded devices. An unauthenticated attacker who can send or manipulate input packets can exploit this flaw to read adjacent memory locations or cause the device to crash. The problem arises because the received packet is cast into a specific data structure (sixlowpan_sfr_rfrag_t) without verifying that the packet is large enough to safely contain this structure.
How can this vulnerability impact me? :
This vulnerability can have serious impacts including unauthorized reading of memory, which may expose sensitive information, and causing the device to crash, leading to denial of service. Since the attacker does not need to be authenticated, any user capable of sending or manipulating packets can exploit this issue, potentially compromising the availability and confidentiality of affected IoT or embedded devices running the vulnerable 6LoWPAN stack.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
At the time of publication, no known patch exists for this vulnerability.
Since the vulnerability allows unauthenticated users to cause out-of-bounds reads or crashes via manipulated input packets in the 6LoWPAN stack, immediate mitigation steps include restricting or monitoring network access to devices running the vulnerable RIOT versions (2025.10 and prior) to prevent untrusted input packets.
Additionally, consider isolating vulnerable devices from untrusted networks and applying network-level filtering to block suspicious 6LoWPAN packets.