CVE-2025-53888
Last modified
CVE-2025-53888 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. RIOT-OS, an operating system that supports Internet of Things devices, has an ineffective size check implemented with `assert()` can lead to buffer overflow in versions up to and including 2025.04. Assertions are usually compiled out in production builds. EPSS estimates a 0.71% chance of exploitation in the next 30 days.
Description
RIOT-OS, an operating system that supports Internet of Things devices, has an ineffective size check implemented with `assert()` can lead to buffer overflow in versions up to and including 2025.04. Assertions are usually compiled out in production builds. If assertions are the only defense against untrusted inputs, the software may be exposed to attacks that utilize the lack of proper input checks. In the `l2filter_add()` function shown below, `addr_len` is checked using an assertion and is subsequently used as an argument in a `memcpy()` call. When assertions are disabled, there would be no size check for `addr_len`. As a consequence, if an attacker were to provide an `addr_len` value larger than `CONFIG_L2FILTER_ADDR_MAXLEN`, they can trigger a buffer overflow and write past the `list[i].addr` buffer. If the unchecked input is attacker-controlled, the impact of the buffer overflow can range from a denial of service to arbitrary code execution. Commit f6f7de4ccc107c018630e4c15500825caf02e1c2 contains a patch for the vulnerability.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/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 | <= 2025.04 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-53888?
How severe is CVE-2025-53888?
How do I fix CVE-2025-53888?
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 2025
- CVE-2025-53882A Reliance on Untrusted Inputs in a Security Decision vulner…4.8
- CVE-2025-53883A Improper Neutralization of Script-Related HTML Tags in a W…9.3
- CVE-2025-53884NeuVector stores user passwords and API keys using a simple,…5.3
- CVE-2025-53885Directus is a real-time API and App dashboard for managing S…4.2
- CVE-2025-53886Directus is a real-time API and App dashboard for managing S…4.5
- CVE-2025-53887Directus is a real-time API and App dashboard for managing S…5.3
- CVE-2025-53889Directus is a real-time API and App dashboard for managing S…6.5
- CVE-2025-5389A vulnerability, which was classified as critical, has been …9.8
- CVE-2025-53890pyload is an open-source Download Manager written in pure Py…9.8
- CVE-2025-53891The timelineofficial/Time-Line- repository contains the sour…4.3
- CVE-2025-53892Vue I18n is the internationalization plugin for Vue.js. The …5.3
- CVE-2025-53893File Browser provides a file managing interface within a spe…6.5
Are you affected by CVE-2025-53888?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
