CyberRota
Back to database

CVE-2026-31674

HIGH · CVSS 7.1 EPSS 0.01%

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

CyberRota Analysis

Detaylı analiz gerekiyor.

CVE
CVE-2026-31674
Severity
HIGH
CVSS
7.1
EPSS
0.01%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: netfilter: ip6t_rt: reject oversized addrnr in rt_mt6_check() Reject rt match rules whose addrnr exceeds IP6T_RT_HOPS. rt_mt6() expects addrnr to stay within the bounds of rtinfo->addrs[]. Validate addrnr during rule installation so malformed rules are rejected before the match logic can use an out-of-range value.