Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2025-53888
July 18, 2025
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.
Affected Packages
https://github.com/RIOT-OS/RIOT.git (GITHUB):
Affected version(s) >=2013.08 <2025.07
Fix Suggestion:
Update to version 2025.07
Do you need more information?
Contact Us
CVSS v4
Base Score:
6.6
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
Exploit Maturity
UNREPORTED
CVSS v3
Base Score:
9.8
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
EPSS
Base Score:
0.13