Vulnerability Details CVE-2025-53888
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.
Exploit prediction scoring system (EPSS) score
EPSS Score 0.001
EPSS Ranking 27.5%
CVSS Severity
CVSS v3 Score 9.8
Products affected by CVE-2025-53888
-
cpe:2.3:o:riot-os:riot:2013.08
-
cpe:2.3:o:riot-os:riot:2014.01
-
cpe:2.3:o:riot-os:riot:2014.05
-
cpe:2.3:o:riot-os:riot:2014.12
-
cpe:2.3:o:riot-os:riot:2015.09
-
cpe:2.3:o:riot-os:riot:2015.12
-
cpe:2.3:o:riot-os:riot:2016.04
-
cpe:2.3:o:riot-os:riot:2016.07
-
cpe:2.3:o:riot-os:riot:2016.10
-
cpe:2.3:o:riot-os:riot:2017.01
-
cpe:2.3:o:riot-os:riot:2017.04
-
cpe:2.3:o:riot-os:riot:2017.07
-
cpe:2.3:o:riot-os:riot:2017.10
-
cpe:2.3:o:riot-os:riot:2018.01
-
cpe:2.3:o:riot-os:riot:2018.04
-
cpe:2.3:o:riot-os:riot:2018.07
-
cpe:2.3:o:riot-os:riot:2018.10
-
cpe:2.3:o:riot-os:riot:2018.10.1
-
cpe:2.3:o:riot-os:riot:2019.01
-
cpe:2.3:o:riot-os:riot:2019.04
-
cpe:2.3:o:riot-os:riot:2019.07
-
cpe:2.3:o:riot-os:riot:2019.10
-
cpe:2.3:o:riot-os:riot:2020.01
-
cpe:2.3:o:riot-os:riot:2020.01.1
-
cpe:2.3:o:riot-os:riot:2020.04
-
cpe:2.3:o:riot-os:riot:2021.01
-
cpe:2.3:o:riot-os:riot:2021.04
-
cpe:2.3:o:riot-os:riot:2021.07
-
cpe:2.3:o:riot-os:riot:2021.10
-
cpe:2.3:o:riot-os:riot:2022.01
-
cpe:2.3:o:riot-os:riot:2022.04
-
cpe:2.3:o:riot-os:riot:2022.07
-
cpe:2.3:o:riot-os:riot:2022.10
-
cpe:2.3:o:riot-os:riot:2023.01
-
cpe:2.3:o:riot-os:riot:2023.04
-
cpe:2.3:o:riot-os:riot:2023.07
-
cpe:2.3:o:riot-os:riot:2023.10
-
cpe:2.3:o:riot-os:riot:2024.01
-
cpe:2.3:o:riot-os:riot:2024.04
-
cpe:2.3:o:riot-os:riot:2024.07
-
cpe:2.3:o:riot-os:riot:2024.10
-
cpe:2.3:o:riot-os:riot:2025.01
-
cpe:2.3:o:riot-os:riot:2025.04