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

bridge: stp: Fix a potential use-after-free when deleting a bridge

The three STP timers are not supposed to be armed while the bridge is
administratively down. They are synchronously deactivated when the
bridge is put administratively down and the various call sites check for
'IFF_UP' before arming them.

This check is missing from br_topology_change_detection() and it is
possible to engineer a situation in which the topology change timer is
armed while the bridge is administratively down, resulting in a
use-after-free [1] when the bridge is deleted.

Fix by adding the missing check and for good measures synchronously
shutdown the three timers when the bridge is deleted.

[1]
ODEBUG: free active (active state 0) object: ffff88811662b9b0 object type: timer_list hint: br_topology_change_timer_expired (net/bridge/br_stp_timer.c:120)
WARNING: lib/debugobjects.c:629 at debug_print_object+0x1bc/0x450, CPU#9: ip/359
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel bridge module, a missing IFF_UP check in the topology‑change detection routine allows the STP topology‑change timer to be armed while the bridge interface is administratively down. If the bridge is then deleted, the timer callback can access already freed memory, producing a use‑after‑free kernel crash. This kernel memory‑corruption flaw could be exploited to cause a loss of system availability or, depending on circumstances, to gain higher privileges.

Affected Systems

All kernels that include the legacy STP implementation in the bridge code, before the commit that adds the missing check and shuts down timers, are affected. The fix introduces the change in net/bridge/br_stp_timer.c and br_topology_change_detection(), making older kernel releases vulnerable.

Risk and Exploitability

The vulnerability requires the ability to delete a bridge interface that is administratively down; it is therefore likely limited to a local user with root privileges or a management service running as root. The CVSS score of 7.8 reflects high severity for kernel memory corruption, while the EPSS score of < 1 % indicates that exploitation is unlikely but not impossible. The issue is not included in the CISA KEV catalog. The inferred attack vector is local privileged, and the primary risk is a kernel panic or execution of arbitrary code.

Generated by OpenCVE AI on August 22, 2026 at 07:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that includes the STP timer fix (commit 297a747f59bff6573196d7236178144d66524e68).
  • If an immediate kernel upgrade is not possible, avoid deleting bridge interfaces that are administratively down; ensure scripts or tools that remove bridges bring the interface up before deletion.
  • Disable bridging or remove all active bridge interfaces if the system does not require them, to prevent accidental armament of STP timers.

Generated by OpenCVE AI on August 22, 2026 at 07:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 05:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Fri, 21 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 20:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Sat, 15 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: bridge: stp: Fix a potential use-after-free when deleting a bridge The three STP timers are not supposed to be armed while the bridge is administratively down. They are synchronously deactivated when the bridge is put administratively down and the various call sites check for 'IFF_UP' before arming them. This check is missing from br_topology_change_detection() and it is possible to engineer a situation in which the topology change timer is armed while the bridge is administratively down, resulting in a use-after-free [1] when the bridge is deleted. Fix by adding the missing check and for good measures synchronously shutdown the three timers when the bridge is deleted. [1] ODEBUG: free active (active state 0) object: ffff88811662b9b0 object type: timer_list hint: br_topology_change_timer_expired (net/bridge/br_stp_timer.c:120) WARNING: lib/debugobjects.c:629 at debug_print_object+0x1bc/0x450, CPU#9: ip/359
Title bridge: stp: Fix a potential use-after-free when deleting a bridge
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:43:35.297Z

Reserved: 2026-08-09T03:40:39.923Z

Link: CVE-2026-72389

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:12.397

Modified: 2026-08-17T06:19:05.223

Link: CVE-2026-72389

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72389 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T07:45:17Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference