CVE-2025-39803
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
15/09/2025
Última modificación:
15/09/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
scsi: ufs: core: Remove WARN_ON_ONCE() call from ufshcd_uic_cmd_compl()<br />
<br />
The UIC completion interrupt may be disabled while an UIC command is<br />
being processed. When the UIC completion interrupt is reenabled, an UIC<br />
interrupt is triggered and the WARN_ON_ONCE(!cmd) statement is hit.<br />
Hence this patch that removes this kernel warning.