CVE-2026-37537
高CVE-2026-37537 是什么?
collin80/Open-SAE-J1939 thru commit 744024d4306bc387857dfce439558336806acb06 (2023-03-08) 包含一个整数下溢,导致传输协议数据传输处理中的越界写入。第 23 行:uint8_t index = data[0] - 1。当 data[0](CAN 帧的序列号)为 0 时,索引下溢到 255。随后在 tp_dt->data[255*7 + i-1] 处的写入达到偏移量 1791,超出 MAX_TP_DT 缓冲区(1785 字节)6 字节。
CVSS Vector Breakdown
CVSS 3.1Exploitable from an adjacent network (e.g. same LAN, Wi-Fi segment, Bluetooth).
No special conditions required. Exploit can be performed reliably and repeatedly.
No authentication required. Any anonymous user can exploit this vulnerability.
No user interaction required. Exploit runs without any victim action.
Exploiting the vulnerability only affects the vulnerable component itself.
No confidentiality impact. Sensitive data is not exposed.
Complete loss of integrity. Attacker can modify any file or data on the component.
Complete denial of service. The component becomes fully unavailable.
常见问题
CVE-2026-37537 的 CVSS 评分为 8.1/10,评级为 High。 这是高严重性漏洞,应尽快修补。
CVSS(通用漏洞评分系统)将漏洞严重性评为 0.0 至 10.0。CVE-2026-37537 得分为 8.1/10(High)。9.0–10.0 为严重,7.0–8.9 为高危,4.0–6.9 为中危,4.0 以下为低危。
受 CVE-2026-37537 影响的已确认设备列表显示在上方 受影响设备部分。请将您的固件版本与供应商安全公告进行比对,并应用最新补丁。
应用供应商提供的最新固件或软件更新。查看上方参考资料部分获取官方公告和补丁说明。如果没有补丁,请考虑禁用受影响的功能或将设备与不受信任的网络隔离。