LiveActive security incident?Get immediate response
CVE Record

CVE-2024-56561: PCI: endpoint: Fix PCI domain ID release in pci_epc_destroy()

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Fix PCI domain ID release in pci_epc_destroy() pci_epc_destroy() invokes pci_bus_release_domain_nr() to release the PCI domain ID, but there are two issues: - 'epc->dev' is passed to pci_bus_release_domain_nr() which was already freed by device_unregister(), leading to a use-after-free issue. - Domain ID corresponds to the EPC device parent, so passing 'epc->dev' is also wrong. Fix these issues by passing 'epc->dev.parent' to pci_bus_release_domain_nr() and also do it before device_unregister(). [mani: reworded subject and description]

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a Linux kernel use-after-free flaw in PCI endpoint cleanup. A local low-privileged user could potentially trigger serious confidentiality, integrity, and availability impact on affected systems. The source bundle does not show active exploitation.

Executive priority

Treat as high priority for affected Linux hosts, especially shared systems, appliances, or embedded platforms with local user access. It is not currently evidenced as exploited, so prioritize patching through normal high-severity kernel update processes.

Technical view

pci_epc_destroy() released a PCI domain ID using epc->dev after device_unregister() had freed it, and also used the wrong device for the domain. The fix releases the domain before unregistering and uses epc->dev.parent.

Likely exposure

Exposure appears limited to Linux systems running affected kernel versions with PCI endpoint controller code in use or reachable. The bundle lists Linux 6.12 through 6.13 affected, with stable kernel fix references. Distribution backports may change practical exposure.

Exploitation context

The CVSS vector is local, low complexity, low privileges, and no user interaction. KEV is false in the bundle, and no provided source states active exploitation or public exploit availability.

Researcher notes

Key issue is object lifetime and incorrect parent device use in pci_epc_destroy(). Validate whether downstream kernels contain the fix, not just their version string. Evidence is limited to CVE metadata and upstream stable commits.

Mitigation direction

  • Apply a vendor kernel update that includes the referenced stable fixes.
  • Check Linux distribution advisories for backported fixed kernel packages.
  • Prioritize systems exposing PCI endpoint functionality or untrusted local users.
  • Limit local shell access on affected systems until patched.
  • Track vendor guidance if no packaged fix is available.

Validation and detection

  • Inventory kernel versions across Linux fleets.
  • Map vendor packages to the referenced stable fix commits.
  • Check whether PCI endpoint controller drivers are enabled or loaded.
  • Confirm updated systems boot the fixed kernel.
  • Run existing regression tests for PCI endpoint workloads where applicable.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-416: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-56561 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
1ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2024-56561Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux0328947c50324cf4b2d8b181bf948edb8101f59f, 0328947c50324cf4b2d8b181bf948edb8101f59f, a4934cd7a18d35fc57025f23773f6f19e2b2dbb1, 6.11.4unaffected
LinuxLinux6.12, 0, 6.12.4, 6.13affected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-416 · source CWE mapping

Use After Free

Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.