Report: CVE-2026-31683 - batman-adv: avoid OGM aggregation when skb tailroom is insufficient

Report: CVE-2026-31683 - batman-adv: avoid OGM aggregation when skb tailroom is insufficient

CVE ID :CVE-2026-31683 Published : April 25, 2026, 9:16 a.m. | 1 hour, 11 minutes ago Description :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. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVE Details

Published
April 25, 2026
Affected Product: Linux