Bug 2461758 (CVE-2026-31674) - CVE-2026-31674 kernel: netfilter: ip6t_rt: reject oversized addrnr in rt_mt6_check()
Summary: CVE-2026-31674 kernel: netfilter: ip6t_rt: reject oversized addrnr in rt_mt6_...
Keywords:
Status: NEW
Alias: CVE-2026-31674
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-04-25 09:01 UTC by OSIDB Bzimport
Modified: 2026-04-27 10:43 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-04-25 09:01:37 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.