Skip to content
  • Home
  • Cyber Map
  • About Us – Contact
  • Disclaimer
  • Terms and Rules
  • Privacy Policy
Cyber Web Spider Blog – News

Cyber Web Spider Blog – News

Globe Threat Map provides a real-time, interactive 3D visualization of global cyber threats. Monitor DDoS attacks, malware, and hacking attempts with geo-located arcs on a rotating globe. Stay informed with live logs and archive stats.

  • Home
  • Cyber Map
  • Cyber Security News
  • Security Week News
  • The Hacker News
  • How To?
  • Toggle search form
Linux Kernel Bridge Vulnerability Exposes Security Risks

Linux Kernel Bridge Vulnerability Exposes Security Risks

Posted on August 6, 2026 By CWS

A recently published proof-of-concept has revealed a use-after-free vulnerability within the Linux kernel’s bridge subsystem. This flaw is specifically linked to the implementation of the Spanning Tree Protocol (STP) in the net/bridge component.

Understanding the Vulnerability

The vulnerability arises when STP timers remain active even after the bridge network device managing them is deleted, posing a threat to memory safety within the kmalloc-cg-8k slab cache. This issue is particularly evident when the kernel STP is activated on a bridge in an administratively down state, and a bridge port shifts to the LEARNING state.

In such scenarios, the kernel may activate periodic STP timers without verifying the IFF_UP interface flag. These timers are crucial for the STP state machine, which manages bridge-port states and adapts to network topology changes to prevent Layer 2 loops.

Technical Details and Risks

Linux utilizes a struct net_bridge to store timers like hello_timer, tcn_timer, topology_change_timer, and port-specific timers, located within the private data area of the bridge’s net_device. It is essential to remove these timers before the associated network device is released. Failure to do so may lead to the kernel executing a timer callback from an obsolete memory reference.

According to SSD Disclosure, a discrepancy in cleanup behavior between normal interface shutdown and direct bridge deletion triggers this bug. During a typical UP-to-DOWN transition, the ndo_stop path initiates br_stp_disable_bridge(), which cancels STP timers using del_timer_sync(). This process prevents potential callbacks from accessing released bridge data.

Preventive Measures and Patch Availability

However, removing a bridge via the delink path calls br_dev_delete() but does not engage the same STP cleanup process. If the interface is already down, the device-unregistration might bypass ndo_stop, leaving timers attached to a per-CPU timer base while the net_device is freed. Subsequent kernel timer processing could access this freed memory, risking a crash or denial-of-service scenario.

Researchers indicated that controlled reallocation of the released slab object might allow the bug to serve as a control-flow hijacking primitive, potentially escalating its impact. A public PoC emphasizes the critical need for prompt remediation, especially in environments permitting bridge configuration alterations.

A Linux kernel patch has been introduced in commit 2a00517db8de4be7df3d483b215c5544fb30a191. Systems with kernels predating this change should be updated through supported distribution kernel packages. Until these patches are applied, administrators are advised to limit untrusted user access to bridge interfaces and evaluate workloads using kernel STP.

Cyber Security News Tags:bridge subsystem, Cybersecurity, Kernel, Linux, Linux patch, network safety, network security, Security, Spanning Tree Protocol, STP, system administration, system update, use-after-free, Vulnerability

Post navigation

Previous Post: Future Cyber Risks: Insights from Edna Conway

Related Posts

Bajaj Auto Hit by Ransomware, Systems Compromised Bajaj Auto Hit by Ransomware, Systems Compromised Cyber Security News
Hackers Can Exploit Default ServiceNow AI Assistants Configurations to Launch Prompt Injection Attacks Hackers Can Exploit Default ServiceNow AI Assistants Configurations to Launch Prompt Injection Attacks Cyber Security News
Elastic Defend for Windows Vulnerability Let Attackers Escalate Privileges Elastic Defend for Windows Vulnerability Let Attackers Escalate Privileges Cyber Security News
Hackers Leverages Microsoft Entra Tenant Invitations to Launch TOAD Attacks Hackers Leverages Microsoft Entra Tenant Invitations to Launch TOAD Attacks Cyber Security News
New Lampion Stealer Uses ClickFix Attack to Silently Steal Login Credentials New Lampion Stealer Uses ClickFix Attack to Silently Steal Login Credentials Cyber Security News
SonicWall Confirms No New SSLVPN 0-Day Ransomware Attack Linked to Old Vulnerability SonicWall Confirms No New SSLVPN 0-Day Ransomware Attack Linked to Old Vulnerability Cyber Security News

Categories

  • Cyber Security News
  • How To?
  • Security Week News
  • The Hacker News

Recent Posts

  • Linux Kernel Bridge Vulnerability Exposes Security Risks
  • Future Cyber Risks: Insights from Edna Conway
  • Weak RNG in CryptoJS Leads to $5.7M Crypto Wallet Drains
  • AI Models Uncover Vulnerabilities, Risk Network Security
  • Paperclip Security Flaw Risked Code Execution

Pages

  • About Us – Contact
  • Disclaimer
  • Privacy Policy
  • Terms and Rules

Archives

  • August 2026
  • July 2026
  • June 2026
  • May 2026
  • April 2026
  • March 2026
  • February 2026
  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025

Recent Posts

  • Linux Kernel Bridge Vulnerability Exposes Security Risks
  • Future Cyber Risks: Insights from Edna Conway
  • Weak RNG in CryptoJS Leads to $5.7M Crypto Wallet Drains
  • AI Models Uncover Vulnerabilities, Risk Network Security
  • Paperclip Security Flaw Risked Code Execution

Pages

  • About Us – Contact
  • Disclaimer
  • Privacy Policy
  • Terms and Rules

Categories

  • Cyber Security News
  • How To?
  • Security Week News
  • The Hacker News

Copyright © 2026 Cyber Web Spider Blog – News.

Powered by PressBook Masonry Dark