CyberRota
Back to database

CVE-2026-31682

CRITICAL · CVSS 9.1 EPSS 0.09%

Source: NVD + CISA KEV + EPSS · Published: 2026-04-25 · Last synced: 2026-05-25

CyberRota Analysis

Detaylı analiz gerekiyor.

CVE
CVE-2026-31682
Severity
CRITICAL
CVSS
9.1
EPSS
0.09%
Linux

Original NVD 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.