First published: Fri May 03 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix use-after-free warning Fix the following use-after-free warning which is observed during controller reset: refcount_t: underflow; use-after-free. WARNING: CPU: 23 PID: 5399 at lib/refcount.c:28 refcount_warn_saturate+0xa6/0xf0
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <4.9.328 | 4.9.328 |
redhat/kernel | <4.14.293 | 4.14.293 |
redhat/kernel | <4.19.258 | 4.19.258 |
redhat/kernel | <5.4.213 | 5.4.213 |
redhat/kernel | <5.10.143 | 5.10.143 |
redhat/kernel | <5.15.68 | 5.15.68 |
redhat/kernel | <5.19.9 | 5.19.9 |
redhat/kernel | <6.0 | 6.0 |
Linux Kernel | <4.9.328 | |
Linux Kernel | >=4.10<4.14.293 | |
Linux Kernel | >=4.15<4.19.258 | |
Linux Kernel | >=4.20<5.4.213 | |
Linux Kernel | >=5.5<5.10.143 | |
Linux Kernel | >=5.11<5.15.168 | |
Linux Kernel | >=5.16<5.19.9 | |
Linux Kernel | =6.0-rc1 | |
Linux Kernel | =6.0-rc2 | |
Linux Kernel | =6.0-rc3 | |
Linux Kernel | =6.0-rc4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-48695 has been classified as a high-severity vulnerability due to the potential for a use-after-free condition.
To fix CVE-2022-48695, update your Linux kernel to one of the secure versions such as 4.9.328, 4.14.293, or higher.
CVE-2022-48695 affects multiple versions of the Linux kernel, including various versions between 4.9 and 6.0.
A use-after-free vulnerability like CVE-2022-48695 occurs when a program continues to use a pointer after the memory it references has been released.
The potential impacts of CVE-2022-48695 include system crashes, data corruption, and possible remote code execution if exploited.