First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Remove errant put in error path drm_gem_shmem_mmap() doesn't own this reference, resulting in the GEM object getting prematurely freed leading to a later use-after-free.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.2<5.4.227 | |
Linux Kernel | >=5.5<5.10.159 | |
Linux Kernel | >=5.11<5.15.83 | |
Linux Kernel | >=5.16<6.0.13 | |
Linux Kernel | =6.1-rc1 | |
Linux Kernel | =6.1-rc2 | |
Linux Kernel | =6.1-rc3 | |
Linux Kernel | =6.1-rc4 | |
Linux Kernel | =6.1-rc5 | |
Linux Kernel | =6.1-rc6 | |
Linux Kernel | =6.1-rc7 | |
Linux Kernel | =6.1-rc8 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-48981 is classified as a medium severity vulnerability affecting the Linux kernel.
To fix CVE-2022-48981, update your Linux kernel to a version that includes the relevant patches, specifically any version newer than those listed in the affected products.
CVE-2022-48981 affects multiple versions of the Linux kernel, specifically those between versions 5.2 and 6.1-rc8.
CVE-2022-48981 is a use-after-free vulnerability caused by improper reference management within the Linux kernel.
Exploitation of CVE-2022-48981 may lead to crashes or execution of arbitrary code, posing a risk to system integrity and security.