First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: scsi: libfc: Fix use after free in fc_exch_abts_resp() fc_exch_release(ep) will decrease the ep's reference count. When the reference count reaches zero, it is freed. But ep is still used in the following code, which will lead to a use after free. Return after the fc_exch_release() call to avoid use after free.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | <4.9.311 | |
Linux Kernel | >=4.10<4.14.276 | |
Linux Kernel | >=4.15<4.19.238 | |
Linux Kernel | >=4.20<5.4.189 | |
Linux Kernel | >=5.5<5.10.111 | |
Linux Kernel | >=5.11<5.15.34 | |
Linux Kernel | >=5.16<5.16.20 | |
Linux Kernel | >=5.17<5.17.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49114 has been classified as a high-severity vulnerability due to its potential impact on system stability and security.
To mitigate CVE-2022-49114, it is recommended to update your Linux kernel to a version that includes the patch addressing this vulnerability.
CVE-2022-49114 affects various versions of the Linux kernel, specifically versions prior to 4.9.311 and specific versions within the 4.x and 5.x ranges.
CVE-2022-49114 is a use-after-free vulnerability in the Linux kernel's SCSI subsystem that could lead to unexpected behavior or crashes.
CVE-2022-49114 is primarily related to local system operations, but its exploitation could potentially affect system operations in multi-user environments.