目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-63836— batman-adv tp_meter 除零漏洞

AI 预测 5.5 利用难度: 中等

可能的 ATT&CK 技术 1AI

T1496 · Resource Hijacking

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinux33a3bb4a3345bb511f9c69c913da95d4693e2a4e< 35264c4d46067d6312871488c810cef387f8c1f6affected
33a3bb4a3345bb511f9c69c913da95d4693e2a4e< 1381b021bf886b793fa5ffb895a8efae7ba0318faffected
33a3bb4a3345bb511f9c69c913da95d4693e2a4e< d08b69da40a101df1e28bfe1e8fa7a09ffa41107affected
33a3bb4a3345bb511f9c69c913da95d4693e2a4e< cd74176cf1685f35a2e5f212d15748bbfecb53b6affected
33a3bb4a3345bb511f9c69c913da95d4693e2a4e< ac229c86e49fdb96d91f51bc2fa37a9c4f58c44faffected
33a3bb4a3345bb511f9c69c913da95d4693e2a4e< 7d2a44bc6bbe39aed03c68864aa0e54e04a50278affected
33a3bb4a3345bb511f9c69c913da95d4693e2a4e< 585616dab0aa9c45bc11b2c8082ca78533bc00e9affected
33a3bb4a3345bb511f9c69c913da95d4693e2a4e< 33ccd52f3cc9ed46ce395199f89aa3234dc83314affected
… +10 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-63836 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
batman-adv: tp_meter: avoid divide-by-zero for dec_cwnd
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: batman-adv: tp_meter: avoid divide-by-zero for dec_cwnd The cwnd is always MSS <= cwnd <= 0x20000000. But the calculation in batadv_tp_update_cwnd() assumes unsigned 32 bit arithmetics. ((mss * 8) ** 2) / (cwnd * 8) In case cwnd is actually 0x20000000, it will be shifted by 3 bit to the left end up at 0x100000000 or U32_MAX + 1. It will therefore wrap around and be 0 - resulting in: ((mss * 8) ** 2) / 0 This is of course invalid and cannot be calculated. The calculation should must be simplified to avoid this overflow: (mss ** 2) * 8 / cwnd It will keep the precision enhancement from the scaling (by 8) but avoid the overflow in the divisor. In theory, there could still be an overflow in the dividend. It is at the moment fixed to BATADV_TP_PLEN in batadv_tp_recv_ack() - so it is not an imminent problem. But allowing it to use the whole u32 bit range, would mean that it can still use up to 67 bits. To keep this calculation safe for 32 bit arithmetic, mss must never use more than floor((32 - 3) / 2) bits - or in other words: must never be larger than 16383.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 33a3bb4a3345bb511f9c69c913da95d4693e2a4e ~ 35264c4d46067d6312871488c810cef387f8c1f6 -
LinuxLinux 4.8 -

二、漏洞 CVE-2026-63836 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-63836 的情报信息

登录查看更多情报信息。

CVE-2026-63836 补丁与修复 (6)

同批安全公告 · Linux · 2026-07-19 · 共 431 条

CVE-2026-63905usbip vudc:vudc_remove竞态条件导致Use After Free漏洞
CVE-2026-63891Thunderbolt __tb_property_parse_dir 属性递归深度漏洞
CVE-2026-63892Thunderbolt 属性拒绝 dir_len < 4 防止 size_t 下溢
CVE-2026-63893Thunderbolt: tb_property_entry_valid() 中拒绝 u32 溢出漏洞
CVE-2026-63895USB Gadget f_fs 短 EP0 读取漏洞
CVE-2026-63894USB gadget f_fs 序列化 DMABUF 取消请求
CVE-2026-63896Linux USB Composite 组件 WebUSB GET_URL 整型下溢漏洞
CVE-2026-63897USB: serial: mct_u232 缺失中断传入完整性检查
CVE-2026-63898USB MCT U232 小端点内存 corruption 漏洞
CVE-2026-63899USB mxuport 驱动小端点内存损坏漏洞
CVE-2026-63900USB: serial: keyspan: 修复缺失的 indat 传输健全性检查漏洞
CVE-2026-63901USB: serial: digi_acceleport: 小端点内存损坏漏洞
CVE-2026-63902Cypress M8 串口驱动中断包头验证漏洞
CVE-2026-63903USB Belkin SA 串口驱动中断状态长度验证漏洞
CVE-2026-63914Linux内核xfrm路由迁移通知到调用者网络命名空间
CVE-2026-63911xfrm: iptfs克隆SAs时未重置运行时状态
CVE-2026-63912Linux内核xfrm ESP模块长度门限恢复漏洞
CVE-2026-63913netfilter conntrack TCP无效序列RST未检查方向强制关闭漏洞
CVE-2026-63910dma-buf dma_buf_fd() 跟踪点使用后释放漏洞
CVE-2026-63915nfc: hci: HCP 头解析越界读取漏洞

显示前 20 条,共 431 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-63836

暂无评论


发表评论