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-2024-44934

7.8 · HIGH
Published Aug 26, 2024 linux CWE-416 EPSS 0.22% (12th pctl)

Overview

CVE-2024-44934 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 26, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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:

net: bridge: mcast: wait for previous gc cycles when removing port

syzbot hit a use-after-free[1] which is caused because the bridge doesn't

make sure that all previous garbage has been collected when removing a

port. What happens is:

CPU 1 CPU 2

start gc cycle remove port

acquire gc lock first

wait for lock

call br_multicasg_gc() directly

acquire lock now but free port

the port can be freed

while grp timers still

running

Make sure all previous gc cycles have finished by using flush_work before

freeing the port.

[1]

BUG: KASAN: slab-use-after-free in br_multicast_port_group_expired+0x4c0/0x550 net/bridge/br_multicast.c:861

Read of size 8 at addr ffff888071d6d000 by task syz.5.1232/9699

CPU: 1 PID: 9699 Comm: syz.5.1232 Not tainted 6.10.0-rc5-syzkaller-00021-g24ca36a562d6 #0

Hardware name: Google Google Compute Engi

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.10, < 5.15.165 Affected

Frequently Asked Questions

What is CVE-2024-44934?

CVE-2024-44934 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 26, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2024-44934?

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

How do I fix or remediate CVE-2024-44934?

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-2024-44934?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-44934 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.