CVE-2025-71091

Description

A list corruption vulnerability was found in the Linux kernel's network team driver. When a port is disabled and later has its priority changed, team_queue_override_port_prio_changed() incorrectly attempts to delete the port from a list it was already removed from during disable. This triggers a list_del corruption BUG when the function tries to remove an entry with LIST_POISON2 as its prev pointer.

Statement

This vulnerability can be triggered through netlink operations on team network interfaces. An unprivileged user with network namespace capabilities could potentially trigger this crash by manipulating team port priorities after disabling ports. The impact is limited to denial of service through a kernel BUG crash.

Mitigation

To mitigate this issue, prevent the team module from being loaded if network teaming is not required. See https://access.redhat.com/solutions/41278 for instructions on how to blacklist a kernel module.

Common Vulnerability Scoring System (CVSS) Score Details

Info alert:Important note

CVSS scores for open source components depend on vendor-specific factors (e.g. version or build chain). Therefore, Red Hat's score and impact rating can be different from NVD and other vendors. Red Hat remains the authoritative CVE Naming Authority (CNA) source for its products and services (see Red Hat classifications).

The following CVSS metrics and score provided are preliminary and subject to review.

CVSS v3 Score Breakdown

Red HatNVDcve.org
Base Score5.57.8N/A
Attack VectorLocalLocalN/A
Attack ComplexityLowLowN/A
Privileges RequiredLowLowN/A
User InteractionNoneNoneN/A
ScopeUnchangedUnchangedN/A
ConfidentialityNoneHighN/A
Integrity ImpactNoneHighN/A
Availability ImpactHighHighN/A

Vector

Red Hat: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

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

Understanding the Weakness (CWE)

Availability,Integrity

Technical Impact: DoS: Crash, Exit, or Restart

Frequently Asked Questions

Want to get errata notifications? Sign up here.