CVE-2025-68324
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-68324 is a use-after-free vulnerability in the Linux kernel's scsi: imm driver (IMM parallel port SCSI host adapter) caused by a race condition between device detachment and unfinished delayed work. The flaw affects Linux kernel versions from 2.6.12 onward, with patches applied in stable releases 6.12.63, 6.17.13, 6.18.2, and 6.19-rc1. It was published on December 18, 2025, by kernel.org. The CVSS v3.1 base score is 5.5 (Medium), reflecting a local attack vector with low privileges required and high availability impact (Red Hat CVE, Feedly).

Technical details

The root cause is a use-after-free (CWE-416) race condition in the Linux kernel's drivers/scsi/imm.c. The delayed work item imm_tq is initialized in imm_attach() and scheduled via imm_queuecommand_lck() to process SCSI commands. When imm_detach() is called concurrently, it frees the imm_struct device instance via kfree(dev) without first ensuring the delayed work has completed. If imm_interrupt() executes on another CPU after the free, it accesses the deallocated imm_struct memory through container_of(), resulting in a use-after-free. The fix adds a call to disable_delayed_work_sync() in imm_detach() to synchronously cancel the pending work before deallocation (Red Hat CVE, kernel.org patches).

Impact

Successful exploitation of this vulnerability can cause a kernel crash or system hang, resulting in a denial of service (high availability impact). Because the vulnerability is local and requires low privileges, an attacker with access to a system using the IMM parallel port SCSI driver could trigger the race condition by repeatedly attaching and detaching the device while queuing SCSI commands. There is no direct confidentiality or integrity impact identified (Red Hat CVE, Feedly).

Mitigation and workarounds

The Linux kernel maintainers have released patches addressing this vulnerability in the following stable versions: 6.12.63, 6.17.13, 6.18.2, and 6.19-rc1. Downstream distributions including Ubuntu (USN-8094-1 through USN-8094-5, USN-8152-1), SUSE, Oracle Linux (ELSA-2026-50112), and Debian (linux 6.17.13-1) have also issued updated kernel packages. Administrators should update to a patched kernel version as soon as possible. On systems where the IMM parallel port SCSI driver is not needed, blacklisting the imm kernel module (echo 'blacklist imm' >> /etc/modprobe.d/blacklist.conf) can serve as a workaround (Ubuntu USN-8094-1, Red Hat CVE, Debian Tracker).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management