Description
Memory Corruption while processing IOCTL device driver requests with invalid arguments.
Published: 2026-08-04
Score: 7.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Memory corruption occurs when the Snapdragon device driver processes IOCTL requests with malformed arguments. The driver dereferences untrusted pointers, allowing an attacker to supply crafted data that writes to arbitrary memory locations. If an attacker can trigger the vulnerable ioctl, they might execute arbitrary code or elevate privileges on the affected system, compromising confidentiality, integrity, and availability.

Affected Systems

This flaw is present in Qualcomm, Inc. Snapdragon components that include the affected device driver. The exact component version is not provided in the advisory, but all Snapdragon platforms using the current driver build from Qualcomm are potentially impacted until a patch is applied.

Risk and Exploitability

The CVSS 7.8 score indicates a medium‑to‑high severity vulnerability. EPSS data is unavailable, so a precise exploitation probability cannot be quantified, and the vulnerability is not listed in CISA KEV. The attack vector is inferred to be local: an unauthenticated local process that can issue raw ioctl calls may trigger the flaw. Because the flaw involves memory corruption, exploit development is non‑trivial and likely requires kernel‑level expertise, but once achieved it could lead to full system compromise.

Generated by OpenCVE AI on August 4, 2026 at 19:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the patch released by Qualcomm in the August 2026 security bulletin to update the Snapdragon driver.
  • Restrict ioctl access by enforcing strict permission checks or SELinux/AppArmor policies so that only trusted processes can invoke the vulnerable interface.
  • Disable or remove the vulnerable ioctl if it is not essential to device functionality, or replace it with a safer implementation that validates input arguments before dereferencing.

Generated by OpenCVE AI on August 4, 2026 at 19:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
First Time appeared Qualcomm
Qualcomm snapdragon
Vendors & Products Qualcomm
Qualcomm snapdragon

Tue, 04 Aug 2026 17: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 while processing IOCTL device driver requests with invalid arguments.
Title Untrusted Pointer Dereference in Automotive Security
Weaknesses CWE-822
References
Metrics cvssV3_1

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


Subscriptions

Qualcomm Snapdragon
cve-icon MITRE

Status: PUBLISHED

Assigner: qualcomm

Published:

Updated: 2026-08-04T15:48:46.214Z

Reserved: 2026-01-21T12:51:13.996Z

Link: CVE-2026-24083

cve-icon Vulnrichment

Updated: 2026-08-04T15:48:41.536Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T19:45:03Z

Weaknesses
  • CWE-822

    Untrusted Pointer Dereference