Description
Memory Corruption when processing untrusted user input in the fastboot command handler for audio framework configuration.
Published: 2026-08-04
Score: 7.6 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is a memory corruption triggered when the fastboot command handler processes untrusted user input for audio framework configuration. The improper validation of syntactic correctness may corrupt memory, leading to a crash or, potentially, execution of attacker‑controlled code. This can compromise confidentiality, integrity or availability of the automotive Linux OS system.

Affected Systems

Qualcomm Snapdragon automotive Linux operating systems are affected. The CNA data does not provide specific version numbers, so any deployment that includes the fastboot audio framework configuration component may be vulnerable.

Risk and Exploitability

The CVSS score of 7.6 indicates a high‑severity flaw. EPSS information is not available, leaving the exploitation probability uncertain. The vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that the likely attack vector involves the fastboot command interface, which may be locally available or exposed remotely depending on system configuration. An attacker who can supply crafted input to this interface could trigger the memory corruption and potentially cause denial of service or enable arbitrary code execution if the corruption reaches an exploitable state.

Generated by OpenCVE AI on August 4, 2026 at 20:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Enforce strict access controls on the fastboot interface so that only trusted processes or authenticated users can send commands.
  • Review and strengthen the input validation for audio framework configuration data before it reaches the fastboot handler; add bounds checking or sanitization.
  • Isolate the fastboot command handler within a sandboxed environment or a separate execution context to contain potential memory corruption and prevent it from affecting the entire system.

Generated by OpenCVE AI on August 4, 2026 at 20:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 04 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Description Memory Corruption when processing untrusted user input in the fastboot command handler for audio framework configuration.
Title Improper Validation of Syntactic Correctness of Input in Automotive Linux OS
Weaknesses CWE-1286
References
Metrics cvssV3_1

{'score': 7.6, 'vector': 'CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: qualcomm

Published:

Updated: 2026-08-04T15:51:32.278Z

Reserved: 2026-02-02T04:19:00.943Z

Link: CVE-2026-25292

cve-icon Vulnrichment

Updated: 2026-08-04T15:51:28.844Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T20:15:12Z

Weaknesses
  • CWE-1286

    Improper Validation of Syntactic Correctness of Input