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

7.8 · HIGH
Published Sep 18, 2024 linux CWE-667 EPSS 0.22% (13th pctl)

Overview

CVE-2024-46750 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 18, 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: Add missing bridge lock to pci_bus_lock()

One of the true positives that the cfg_access_lock lockdep effort

identified is this sequence:

WARNING: CPU: 14 PID: 1 at drivers/pci/pci.c:4886 pci_bridge_secondary_bus_reset+0x5d/0x70

RIP: 0010:pci_bridge_secondary_bus_reset+0x5d/0x70

Call Trace:

<TASK>

? __warn+0x8c/0x190

? pci_bridge_secondary_bus_reset+0x5d/0x70

? report_bug+0x1f8/0x200

? handle_bug+0x3c/0x70

? exc_invalid_op+0x18/0x70

? asm_exc_invalid_op+0x1a/0x20

? pci_bridge_secondary_bus_reset+0x5d/0x70

pci_reset_bus+0x1d8/0x270

vmd_probe+0x778/0xa10

pci_device_probe+0x95/0x120

Where pci_reset_bus() users are triggering unlocked secondary bus resets.

Ironically pci_bus_reset(), several calls down from pci_reset_bus(), uses

pci_bus_lock() before issuing the reset which locks everything *but* the

bridge itself.

For the same motivation as adding:

bridge = pci_upstream_b

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.322 Affected

Frequently Asked Questions

What is CVE-2024-46750?

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

How severe is CVE-2024-46750?

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

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

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