CVE 9.1 CRITICAL

bridge: br_nd_send: linearize skb before parsing ND options_CVE-2026-31682

9.1 / 10
CRITICAL
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H

Description

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

bridge: br_nd_send: linearize skb before parsing ND options

br_nd_send() parses neighbour discovery options from ns->opt[] and
assumes that these options are in the linear part of request.

Its callers only guarantee that the ICMPv6 header and target address
are available, so the option area can still be non-linear. Parsing
ns->opt[] in that case can access data past the linear buffer.

Linearize request before option parsing and derive ns from the linear
network header.

AI Analysis

A vulnerability in the Linux kernel's bridge functionality allows for potential data access beyond the linear buffer, potentially leading to information disclosure or other security issues.

Basic Information

ID CVE-2026-31682
Source Linux
Published Apr 25, 2026 at 08:46
Modified Apr 27, 2026 at 14:05

Affected Product

Vendor Linux
Product Linux
Version ed842faeb2bd49256f00485402f3113205f91d30
Affected Versions Linux Linux ed842faeb2bd49256f00485402f3113205f91d30
Linux Linux ed842faeb2bd49256f00485402f3113205f91d30
Linux Linux ed842faeb2bd49256f00485402f3113205f91d30
Linux Linux ed842faeb2bd49256f00485402f3113205f91d30
Linux Linux ed842faeb2bd49256f00485402f3113205f91d30
Linux Linux ed842faeb2bd49256f00485402f3113205f91d30
Linux Linux ed842faeb2bd49256f00485402f3113205f91d30
Linux Linux ed842faeb2bd49256f00485402f3113205f91d30
Linux Linux 4.15

AI Assessment

AI Score 9.1 / 10
AI Severity Critical
Vendor Linux
Product Linux Kernel
Version ed842faeb2bd49256f00485402f3113205f91d30, 4.15

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.