First published: Sun May 19 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc() The call to lpfc_sli4_resume_rpi() in lpfc_rcv_padisc() may return an unsuccessful status. In such cases, the elsiocb is not issued, the completion is not called, and thus the elsiocb resource is leaked. Check return value after calling lpfc_sli4_resume_rpi() and conditionally release the elsiocb resource.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <4.19.312 | 4.19.312 |
redhat/kernel | <5.4.274 | 5.4.274 |
redhat/kernel | <5.10.215 | 5.10.215 |
redhat/kernel | <5.15.155 | 5.15.155 |
redhat/kernel | <6.1.86 | 6.1.86 |
redhat/kernel | <6.6.27 | 6.6.27 |
redhat/kernel | <6.8.6 | 6.8.6 |
redhat/kernel | <6.9 | 6.9 |
Linux Kernel | <4.19.312 | |
Linux Kernel | >=4.20<5.4.274 | |
Linux Kernel | >=5.5<5.10.215 | |
Linux Kernel | >=5.11<5.15.155 | |
Linux Kernel | >=5.16<6.1.86 | |
Linux Kernel | >=6.2<6.6.27 | |
Linux Kernel | >=6.7<6.8.6 | |
Debian Linux | =10.0 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-1 6.12.20-1 6.12.21-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-35930 has been categorized as a medium severity vulnerability involving a potential memory leak in the Linux kernel.
To fix CVE-2024-35930, upgrade to kernel versions 4.19.312, 5.4.274, 5.10.215, 5.15.155, 6.1.86, or later versions as specified by your distribution.
CVE-2024-35930 affects various versions of the Linux kernel, particularly those prior to 4.19.312, 5.4.274, 5.10.215, and later versions up to 6.9.
The impact of CVE-2024-35930 includes a possible memory leak that could lead to system instability or resource exhaustion.
Linux kernel maintainers and distribution vendors are responsible for addressing CVE-2024-35930 through patches and updates.