LiveActive security incident?Get immediate response
CVE Record

CVE-2024-36955: ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node()

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node() The documentation for device_get_named_child_node() mentions this important point: " The caller is responsible for calling fwnode_handle_put() on the returned fwnode pointer. " Add fwnode_handle_put() to avoid a leaked reference.

HighCVSS 7.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2024-36955 is a Linux kernel issue in the Intel SoundWire ACPI audio path. A missing reference release can leak kernel resources. The score is high, but the supplied evidence describes local attack conditions and does not show internet-facing remote exploitation or active exploitation.

Executive priority

Treat as a high-priority kernel maintenance item, not an emergency remote-exploitation event based on current evidence. Patch during the next accelerated Linux update cycle, with priority for exposed endpoints and shared systems.

Technical view

The ALSA hda intel-sdw-acpi code used device_get_named_child_node() without the required fwnode_handle_put(). The kernel fix adds that release call to avoid a leaked reference. The supplied CVSS vector is AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H with score 7.7.

Likely exposure

Exposure is most relevant to Linux systems running affected kernel versions or vendor kernels that include this code path. Exact risk depends on distro backports, hardware configuration, and whether the vulnerable kernel code is present.

Exploitation context

The source bundle marks KEV as false and provides no cited evidence of active exploitation. The CVSS vector indicates local access, low complexity, no privileges, and no user interaction, but the bundle does not provide exploit mechanics.

Researcher notes

The evidence is limited to the CVE record and kernel stable commits. Validate exact affected ranges through the Linux CVE record and distribution advisories before making asset-level conclusions. Do not infer active exploitation from the CVSS score alone.

Mitigation direction

  • Apply vendor kernel updates that include the referenced stable fixes.
  • Check Linux distribution advisories for backported fixes and affected package versions.
  • Prioritize user-accessible workstations, multi-user Linux systems, and sensitive endpoints.
  • Track kernel upgrade completion through endpoint and server inventory.

Validation and detection

  • Identify running kernel versions across Linux assets.
  • Compare installed kernels against vendor advisories for CVE-2024-36955.
  • Confirm the kernel package includes one of the referenced stable fixes or a distro backport.
  • Review vulnerability scanner findings for stale kernels after patch deployment.
Prepared
Confidence
medium
Sources
7

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 · medium confidence lookup

CWE-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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-36955 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.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/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
2ADP providers
6Source links

SSVC decision data

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

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.7CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H2.55.2CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/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
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux08c2a4bc9f2acaefbd0158866db5cb3238a68674, 08c2a4bc9f2acaefbd0158866db5cb3238a68674, 08c2a4bc9f2acaefbd0158866db5cb3238a68674, 08c2a4bc9f2acaefbd0158866db5cb3238a68674, 08c2a4bc9f2acaefbd0158866db5cb3238a68674unaffected
LinuxLinux5.12, 0, 5.15.159, 6.1.91, 6.6.31, 6.8.10, 6.9affected
Weakness

CWE details

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

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.