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-53194

7.8 · HIGH
Published Dec 27, 2024 linux CWE-416 EPSS 0.23% (14th pctl)

Overview

CVE-2024-53194 is a high-severity vulnerability affecting linux linux_kernel. It was published on December 27, 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:

PCI: Fix use-after-free of slot->bus on hot remove

Dennis reports a boot crash on recent Lenovo laptops with a USB4 dock.

Since commit 0fc70886569c ("thunderbolt: Reset USB4 v2 host router") and

commit 59a54c5f3dbd ("thunderbolt: Reset topology created by the boot

firmware"), USB4 v2 and v1 Host Routers are reset on probe of the

thunderbolt driver.

The reset clears the Presence Detect State and Data Link Layer Link Active

bits at the USB4 Host Router's Root Port and thus causes hot removal of the

dock.

The crash occurs when pciehp is unbound from one of the dock's Downstream

Ports: pciehp creates a pci_slot on bind and destroys it on unbind. The

pci_slot contains a pointer to the pci_bus below the Downstream Port, but

a reference on that pci_bus is never acquired. The pci_bus is destroyed

before the pci_slot, so a use-after-free ensues when pci_slot_release()

accesses slot->bus.

In principle this should not ha

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 >= 0, < 4.19.325 Affected

Frequently Asked Questions

What is CVE-2024-53194?

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

How severe is CVE-2024-53194?

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-53194?

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-53194?

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