MEDIUM 6.6

CVE-2025-59617: Qualcomm Firmware Memory Corruption via IOCTL Buffer Reuse

A memory safety defect in Qualcomm wireless connectivity and mobile platform firmware allows a local attacker with standard user privileges to corrupt memory by sending multiple IOCTL (input/output control) commands through the same file descriptor. This flaw can lead to unauthorized disclosure of sensitive data, unauthorized modification of system state, or denial of service. The vulnerability requires both user interaction and specific timing conditions to exploit successfully.

Source data · NVD / CISA · public domain

CVSS
3.1 · 6.6 MEDIUM · CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:L/I:H/A:L
Weaknesses (CWE)
CWE-416
Affected products
96 configuration(s)
Published / Modified
2026-07-06 / 2026-07-07

NVD description (verbatim)

Memory Corruption when processing multiple IOCTL calls with the same buffer file descriptor input.

1 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2025-59617 is a use-after-free vulnerability (CWE-416) present in multiple Qualcomm SoC and wireless connectivity firmware components. The defect occurs when consecutive IOCTL system calls reference an identical buffer file descriptor without proper lifecycle management, resulting in memory corruption. The vulnerability manifests across FastConnect WiFi modules (6700, 6900, 7800), automotive and IoT platforms (Molokai, Orne, Pandeiro, QCM5430, QCM6490), XR/AR platforms, and mainstream mobile Snapdragon processors. The attack surface is local; an unprivileged user can trigger the flaw, though user interaction is required as a mitigation factor. The impact spans confidentiality, integrity, and availability.

Business impact

Organizations deploying affected Qualcomm-based devices face operational and reputational risk. In mobile and IoT deployments, a compromised local user could exfiltrate credentials, encryption keys, or proprietary data. In automotive and industrial contexts (QCM platforms), memory corruption could destabilize critical control systems. For enterprise deployments relying on FastConnect WiFi modules, this enables lateral escalation from a local account to system compromise. Patching timelines vary significantly across the ecosystem, creating extended vulnerability windows.

Affected systems

The vulnerability affects a broad cross-section of Qualcomm's semiconductor portfolio: FastConnect WiFi modules (6700, 6900, 7800 families and firmware variants); Snapdragon mobile processors ranging from the budget Snapdragon 460 to flagship Snapdragon 8 Elite Gen 5; automotive/industrial IoT platforms (QCM5430, QCM6490, Molokai, Orne, Pandeiro); XR/AR platforms (Snapdragon XR2 5G, Snapdragon AR1 Gen 1); and specialized platforms (Video Collaboration VC3, SC8380XP, SD865 5G). Both the firmware and host driver components are affected, requiring coordinated patching across the software supply chain.

Exploitability

Exploitation requires local access and user interaction, placing this in the 'moderately easy to exploit' category for insiders or local network attackers. An attacker must craft and sequence multiple IOCTL calls to the same buffer descriptor in a time-sensitive manner. No remote exploitation path exists. The requirement for user interaction—likely clicking or opening a malicious application—reduces but does not eliminate risk in unattended or kiosk deployments. Public exploit code is not yet confirmed in the wild.

Remediation

Vendors must release firmware updates that implement proper file descriptor lifecycle tracking and buffer reference counting before and after IOCTL processing. Qualcomm should coordinate patch availability across its fragmented device ecosystem. Remediation requires both firmware updates and, in many cases, host-side driver patches from OEMs and platform maintainers. Organizations should inventory affected devices and establish a phased patching schedule, prioritizing devices exposed to untrusted local users or network access.

Patch guidance

Check Qualcomm's security advisory for specific firmware version numbers addressing this CVE across each affected platform. Patches will be released separately for each SoC family and firmware variant due to the breadth of affected products. OEMs (Samsung, Motorola, Xiaomi, automotive suppliers, etc.) will release patches through their own channels; subscribe to vendor security bulletins rather than waiting for Qualcomm direct releases. Prioritize updates for devices in high-risk environments: shared mobile devices, BYOD programs, automotive telematics systems, and XR/AR platforms used in enterprise settings. Verify patch application by confirming firmware version via device settings or MDM telemetry.

Detection guidance

Monitor kernel logs and security events for repeated IOCTL failures or memory access violations targeting wireless drivers and platform firmware interfaces. Use static analysis tools on firmware binaries to identify patched versus unpatched versions by comparing file descriptor handling routines. On Android, SecurityHub and vendor-specific security scans may flag unpatched systems. For automotive and industrial deployments, inspect firmware release notes and version strings. Correlation of device crashes or unexpected reboots with sustained local user activity may indicate exploitation attempts.

Why prioritize this

Although rated MEDIUM severity, the breadth of affected products and the local attack surface create enterprise risk. Unlike network vulnerabilities, this requires per-device remediation, stretching patch cycles. The integrity impact (CWE-416 enables arbitrary memory writes) justifies higher internal prioritization than the base score alone suggests, especially for organizations with mobile device management programs or automotive deployments. The lack of KEV designation indicates no active exploitation campaigns at publication, but this should not delay planning.

Risk score, explained

The CVSS 3.1 score of 6.6 reflects: local attack vector (reduces severity vs. network), high attack complexity (timing-dependent exploitation), low privilege requirement (standard user), and the requirement for user interaction. However, the scope is changed—compromise crosses privilege boundaries within the device—and integrity impact is high. The score appropriately captures a flaw more dangerous than simple information disclosure but less critical than a network-accessible remote code execution. Organizations should weight their own context: high-trust environments (personal devices, employees at desks) score lower risk; shared or BYOD environments score higher.

Frequently asked questions

Do I need to patch all Qualcomm devices or only specific models?

Patch all affected products listed in your environment. The vulnerability spans multiple SoC families (Snapdragon, QCM, FastConnect), so a single device type cannot be assumed safe. Consult Qualcomm's advisory for the specific firmware versions in your inventory.

Is this vulnerability exploitable remotely or only locally?

Only locally. An attacker must have a user account or shell access on the device, or trick a local user into running malicious code. This is not a network-worm scenario, but it is serious for shared devices, kiosks, or BYOD programs where untrusted users may gain local shell.

Will my phone's automatic security updates cover this?

Potentially, but timing is uncertain. Qualcomm releases the base firmware fix, but OEMs (Samsung, Google, etc.) must integrate and validate patches before pushing them as monthly security updates. Check your device's security patch level and OEM advisory for a timeline.

What is the difference between FastConnect firmware and device driver patches?

FastConnect modules contain their own firmware; patching requires both module firmware updates and host driver updates from the OEM. A fully patched device requires both components. Verify with your device manufacturer that both have been released.

This analysis is provided for informational purposes and reflects the vulnerability details available at publication. CVSS scoring, affected product lists, and patch availability are derived from official vendor advisories. Organizations should verify patch version numbers and remediation timelines directly with Qualcomm and their device OEMs before deployment. SEC.co does not warrant the completeness or real-time accuracy of patch information; always consult primary vendor sources for the most current guidance. Use of this information is at your own risk and does not constitute legal or compliance advice. Source: NVD (public-domain), retrieved 2026-08-15. Analysis generated by SEC.co (claude-haiku-4-5).