CVE-2026-31683
概要

In the Linux kernel, the following vulnerability has been resolved:

batman-adv: avoid OGM aggregation when skb tailroom is insufficient

When OGM aggregation state is toggled at runtime, an existing forwarded
packet may have been allocated with only packet_len bytes, while a later
packet can still be selected for aggregation. Appending in this case can
hit skb_put overflow conditions.

Reject aggregation when the target skb tailroom cannot accommodate the new
packet. The caller then falls back to creating a new forward packet
instead of appending.

公表日 2026年4月25日18:16
登録日 2026年4月26日4:07
最終更新日 2026年4月25日18:16
関連情報、対策とツール
共通脆弱性一覧