CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-64148

highCVSS 7.5covered by 6 sourcesfirst seen 2026-07-19
In the Linux kernel, the following vulnerability has been resolved: pds_core: fix error handling in pdsc_devcmd_wait Fix two cases where pdsc_devcmd_wait() returns stale success from the completion register instead of an error: 1. FW crash: If firmware stops running, the wait loop breaks early with running=false. The condition "if ((!done || timeout) && running)" is false, so error handling is bypassed and stale status is returned. Check !running first and return -ENXIO. 2. Timeout: If a command times out, err is set to -ETIMEDOUT but then overwritten by pdsc_err_to_errno(status) which reads stale status. Return -ETIMEDOUT immediately after cleaning up. Both errors now propagate to pdsc_devcmd_locked() which queues health_work for recovery.

CSIRTS triage

What
Multiple kernel vulnerabilities across architectures and driver subsystems including AMD processor microarchitectural flaws and cache isolation issues.
Who is affected
NVIDIA BaseOS systems running affected Linux kernel versions.
Urgency
Moderate; privilege escalation and DoS vectors present, primarily requiring local access.
Action
Apply USN-8664-1 kernel security update for NVIDIA BaseOS.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-64148

Get an email if CVE-2026-64148 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (6)

External references

NVD record for CVE-2026-64148

CVE.org record

Embed the live status

CVE-2026-64148 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-64148 status](https://www.csirts.com/badge/CVE-2026-64148)](https://www.csirts.com/cve/CVE-2026-64148)