Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-31420

5.5 · MEDIUM
Published Apr 13, 2026 linux CWE-667

Overview

CVE-2026-31420 is a medium-severity vulnerability affecting linux linux_kernel. It was published on April 13, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

bridge: mrp: reject zero test interval to avoid OOM panic

br_mrp_start_test() and br_mrp_start_in_test() accept the user-supplied

interval value from netlink without validation. When interval is 0,

usecs_to_jiffies(0) yields 0, causing the delayed work

(br_mrp_test_work_expired / br_mrp_in_test_work_expired) to reschedule

itself with zero delay. This creates a tight loop on system_percpu_wq

that allocates and transmits MRP test frames at maximum rate, exhausting

all system memory and causing a kernel panic via OOM deadlock.

The same zero-interval issue applies to br_mrp_start_in_test_parse()

for interconnect test frames.

Use NLA_POLICY_MIN(NLA_U32, 1) in the nla_policy tables for both

IFLA_BRIDGE_MRP_START_TEST_INTERVAL and

IFLA_BRIDGE_MRP_START_IN_TEST_INTERVAL, so zero is rejected at the

netlink attribute parsing layer before the value ever reaches the

workqueue scheduling code. This is consistent with how other

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.8, < 6.19.12 Affected

Frequently Asked Questions

What is CVE-2026-31420?

CVE-2026-31420 is a medium-severity vulnerability affecting linux linux_kernel. It was published on April 13, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-31420?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-31420?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-31420?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-31420 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.