CVE-2025-68324
Linux Kernel Analyse et atténuation des vulnérabilités

In the Linux kernel, the following vulnerability has been resolved:

scsi: imm: Fix use-after-free bug caused by unfinished delayed work

The delayed work item 'immtq' is initialized in immattach() and scheduled via immqueuecommand() for processing SCSI commands. When the IMM parallel port SCSI host adapter is detached through immdetach(), the imm_struct device instance is deallocated.

However, the delayed work might still be pending or executing when immdetach() is called, leading to use-after-free bugs when the work function imminterrupt() accesses the already freed imm_struct memory.

The race condition can occur as follows:

CPU 0(detach thread) | CPU 1

                   | imm_queuecommand()
                   |   imm_queuecommand_lck()

immdetach() | scheduledelayedwork() kfree(dev) //FREE | imminterrupt()

                   |   dev = container_of(...) //USE
                       dev-> //USE

Add disabledelayedworksync() in immdetach() to guarantee proper cancellation of the delayed work item before imm_struct is deallocated.


SourceNVD

Apparenté Linux Kernel Vulnérabilités:

Identifiant CVE

Sévérité

Score

Technologies

Nom du composant

Exploit CISA KEV

A corrigé

Date de publication

CVE-2025-68324N/AN/A
  • Linux KernelLinux Kernel
  • linux-nvidia
NonOuiDec 18, 2025
CVE-2025-68321N/AN/A
  • Linux KernelLinux Kernel
  • linux-gcp-5.15
NonOuiDec 16, 2025
CVE-2025-68319N/AN/A
  • Linux KernelLinux Kernel
  • kernel-debug-core
NonOuiDec 16, 2025
CVE-2025-68317N/AN/A
  • Linux KernelLinux Kernel
  • linux-hwe-6.14
NonOuiDec 16, 2025
CVE-2025-68313N/AN/A
  • Linux KernelLinux Kernel
  • linux-ibm
NonOuiDec 16, 2025

Évaluation gratuite des vulnérabilités

Évaluez votre posture de sécurité dans le cloud

Évaluez vos pratiques de sécurité cloud dans 9 domaines de sécurité pour évaluer votre niveau de risque et identifier les failles dans vos défenses.

Demander une évaluation

Obtenez une démo personnalisée

Prêt(e) à voir Wiz en action ?

"La meilleure expérience utilisateur que j’ai jamais vue, offre une visibilité totale sur les workloads cloud."
David EstlickRSSI
"Wiz fournit une interface unique pour voir ce qui se passe dans nos environnements cloud."
Adam FletcherChef du service de sécurité
"Nous savons que si Wiz identifie quelque chose comme critique, c’est qu’il l’est réellement."
Greg PoniatowskiResponsable de la gestion des menaces et des vulnérabilités