LiveActive security incident?Get immediate response
CVE Record

CVE-2024-26799: ASoC: qcom: Fix uninitialized pointer dmactl

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Fix uninitialized pointer dmactl In the case where __lpass_get_dmactl_handle is called and the driver id dai_id is invalid the pointer dmactl is not being assigned a value, and dmactl contains a garbage value since it has not been initialized and so the null check may not work. Fix this to initialize dmactl to NULL. One could argue that modern compilers will set this to zero, but it is useful to keep this initialized as per the same way in functions __lpass_platform_codec_intf_init and lpass_cdc_dma_daiops_hw_params. Cleans up clang scan build warning: sound/soc/qcom/lpass-cdc-dma.c:275:7: warning: Branch condition evaluates to a garbage value [core.uninitialized.Branch]

HighCVSS 7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Certain Linux systems using Qualcomm audio driver code may make a branch decision using an uninitialized pointer after receiving an invalid interface ID. This creates undefined behavior that could affect security or stability. Exploitation requires local, low-privileged access and high complexity. The supplied sources document no attacks in the wild.

Executive priority

Address through the high-severity kernel patch cycle, accelerating Qualcomm-based multi-user systems with untrusted local accounts. The local, high-complexity conditions and lack of documented exploitation do not indicate an internet-wide emergency, but affected asset ownership and vendor patch status should be established promptly.

Technical view

In sound/soc/qcom/lpass-cdc-dma.c, __lpass_get_dmactl_handle can leave dmactl uninitialized when dai_id is invalid. Its null check may then evaluate a garbage value. The fix initializes dmactl to NULL. CVSS 3.1 is 7.0: local access, high complexity, low privileges, no user interaction, and potentially high confidentiality, integrity, and availability impact.

Likely exposure

Potential exposure is limited to Linux hosts whose kernels include and exercise the Qualcomm LPASS CDC DMA ASoC path. The bundle marks 5.18, 6.6.21, 6.7.9, and 6.8 affected, but also contains ambiguous version entries. Distribution backports can change status, so confirm exposure at package level.

Exploitation context

The CVSS vector requires local access and low privileges, with high attack complexity and no user interaction. The bundle reports no KEV listing, and the cited sources do not claim active exploitation or provide evidence of a working exploit. The defect was identified through static analysis.

Researcher notes

Static analysis reported an uninitialized branch condition at lpass-cdc-dma.c line 275. Evidence confirms the defect and NULL-initialization correction, but does not establish input reachability, the resulting memory operation, a proof of concept, or branch-specific fixed-version mapping. Treat the CVSS impacts as assessed potential, not proof of realized compromise.

Mitigation direction

  • Apply a supported kernel release or vendor package containing the applicable upstream stable fix.
  • Check distribution advisories for backported fixes before relying on upstream version numbers.
  • Limit untrusted local access on potentially affected systems until patch status is confirmed.

Validation and detection

  • Inventory kernel and distribution package versions across Qualcomm-based Linux assets.
  • Confirm whether the Qualcomm LPASS CDC DMA ASoC code is built, loaded, or used.
  • Map each package to vendor advisories or the three cited stable commits.
  • Review kernel and audio-driver logs for unexplained faults; their absence does not prove safety.
Prepared
Confidence
medium
Sources
5

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.

cve · low confidence lookup

CVE-2024-26799 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 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/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.

2CVSS vectors
3Timeline events
2ADP providers
4Source links

SSVC decision data

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

CVSS vector scores

2 official scores

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/AC:H/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
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxb81af585ea54ee9f749391e594ee9cbd44061eae, b81af585ea54ee9f749391e594ee9cbd44061eae, b81af585ea54ee9f749391e594ee9cbd44061eaeunaffected
LinuxLinux5.18, 0, 6.6.21, 6.7.9, 6.8affected
Weakness

CWE details

No CWE listed

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