CVE-2025-53888 (CNNVD-202507-2440)

MEDIUM
中文标题:
RIOT 安全漏洞
英文标题:
RIOT-OS has an ineffective size check that can lead to buffer overflow in link layer address filter /sys/net/link_layer/l2filter/l2filter.c
CVSS分数: 6.6
发布时间: 2025-07-18 15:32:15
漏洞类型: 其他
状态: PUBLISHED
数据质量分数: 0.30
数据版本: v3
漏洞描述
中文描述:

RIOT是RIOT开源的一套应用于物联网领域的操作系统。 RIOT 2025.04及之前版本存在安全漏洞,该漏洞源于无效的大小检查,可能导致缓冲区溢出。

英文描述:

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.

CWE类型:
CWE-120
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 CPE
RIOT-OS RIOT <= 2025.04 - - cpe:2.3:a:riot-os:riot:<=_2025.04:*:*:*:*:*:*:*
riot-os riot * - - cpe:2.3:o:riot-os:riot:*:*:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
https://github.com/RIOT-OS/RIOT/security/advisories/GHSA-7972-w7f9-3j9m x_refsource_CONFIRM
cve.org
访问
https://github.com/RIOT-OS/RIOT/commit/f6f7de4ccc107c018630e4c15500825caf02e1c2 x_refsource_MISC
cve.org
访问
https://github.com/RIOT-OS/RIOT/blob/2025.04/sys/net/link_layer/l2filter/l2filter.c#L47 x_refsource_MISC
cve.org
访问
CVSS评分详情
4.0 (cna)
MEDIUM
6.6
CVSS向量: 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
机密性
NONE
完整性
NONE
可用性
HIGH
后续系统影响 (Subsequent):
机密性
NONE
完整性
NONE
可用性
NONE
时间信息
发布时间:
2025-07-18 15:32:15
修改时间:
2025-07-18 15:47:07
创建时间:
2025-11-11 15:40:41
更新时间:
2025-11-11 16:00:00
利用信息
暂无可利用代码信息
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2025-53888 2025-11-11 15:23:28 2025-11-11 07:40:41
NVD nvd_CVE-2025-53888 2025-11-11 15:00:56 2025-11-11 07:48:29
CNNVD cnnvd_CNNVD-202507-2440 2025-11-11 15:12:51 2025-11-11 08:00:00
版本与语言
当前版本: v3
主要语言: EN
支持语言:
EN ZH
安全公告
暂无安全公告信息
变更历史
v3 CNNVD
2025-11-11 16:00:00
vulnerability_type: 未提取 → 其他; cnnvd_id: 未提取 → CNNVD-202507-2440; data_sources: ['cve', 'nvd'] → ['cnnvd', 'cve', 'nvd']
查看详细变更
  • vulnerability_type: 未提取 -> 其他
  • cnnvd_id: 未提取 -> CNNVD-202507-2440
  • data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
v2 NVD
2025-11-11 15:48:29
affected_products_count: 1 → 2; data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • affected_products_count: 1 -> 2
  • data_sources: ['cve'] -> ['cve', 'nvd']