First published: Fri Apr 26 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: aio: fix mremap after fork null-deref Commit e4a0d3e720e7 ("aio: Make it possible to remap aio ring") introduced a null-deref if mremap is called on an old aio mapping after fork as mm->ioctx_table will be set to NULL. [jmoyer@redhat.com: fix 80 column issue]
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=3.19<4.14.306 | |
Linux Kernel | >=4.15<4.19.273 | |
Linux Kernel | >=4.20<5.4.232 | |
Linux Kernel | >=5.5<5.10.169 | |
Linux Kernel | >=5.11<5.15.95 | |
Linux Kernel | >=5.16<6.1.13 | |
Linux Kernel | =6.2-rc1 | |
Linux Kernel | =6.2-rc2 | |
Linux Kernel | =6.2-rc3 | |
Linux Kernel | =6.2-rc4 | |
Linux Kernel | =6.2-rc5 | |
Linux Kernel | =6.2-rc6 | |
Linux Kernel | =6.2-rc7 | |
Linux Kernel | =6.2-rc8 | |
Linux kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-52646 has been assigned a severity level that indicates it could lead to a null pointer dereference in the Linux kernel.
To resolve CVE-2023-52646, update to the latest version of the Linux kernel that includes the patch for this vulnerability.
CVE-2023-52646 affects multiple versions of the Linux kernel, specifically from versions 3.19 through 6.2-rc8.
Any systems running an affected version of the Linux kernel may be vulnerable to CVE-2023-52646 due to the potential for a null dereference when using aio mappings.
CVE-2023-52646 is not categorized as a remote exploit; it is an issue that arises during local operations involving memory remapping.