Lucene search
+L

412 matches found

OSV
OSV
added 2024/05/19 8:34 a.m.20 views

CVE-2024-35874 aio: Fix null ptr deref in aio_complete() wakeup

In the Linux kernel, the following vulnerability has been resolved: aio: Fix null ptr deref in aiocomplete wakeup listdelinitcareful needs to be the last access to the wait queue entry - it effectively unlocks access. Previously, finishwait would see the empty list head and skip taking the lock,...

7.8CVSS6AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/05/18 12:11 a.m.25 views

CVE-2024-35815

A flaw was found in the Linux kernel's Asynchronous I/O AIO subsystem. This issue occurs when handling I/O control blocks IOCBs, where the kernel fails to properly check the IOCBAIORW flag before converting the aiokiocb structure. This oversight could lead to incorrect handling of I/O requests,...

5.5CVSS7.5AI score0.00247EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/17 2:15 p.m.22 views

CVE-2024-35815

In the Linux kernel, the following vulnerability has been resolved: fs/aio: Check IOCBAIORW before the struct aiokiocb conversion The first kiocbsetcancelfn argument may point at a struct kiocb that is not embedded inside struct aiokiocb. With the current code, depending on the compiler, the...

5.5CVSS6.4AI score0.00247EPSS
SaveExploits0References11
OSV
OSV
added 2024/05/17 2:15 p.m.6 views

UBUNTU-CVE-2024-35815

In the Linux kernel, the following vulnerability has been resolved: fs/aio: Check IOCBAIORW before the struct aiokiocb conversion The first kiocbsetcancelfn argument may point at a struct kiocb that is not embedded inside struct aiokiocb. With the current code, depending on the compiler, the...

5.5CVSS6.2AI score0.00247EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.27 views

CVE-2024-35815

In the Linux kernel, the following vulnerability has been resolved: fs/aio: Check IOCBAIORW before the struct aiokiocb conversion The first kiocbsetcancelfn argument may point at a struct kiocb that is not embedded inside struct aiokiocb. With the current code, depending on the compiler, the...

5.5CVSS6.4AI score0.00247EPSS
SaveExploits0References22
OSV
OSV
added 2024/05/17 1:23 p.m.20 views

CVE-2024-35815 fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion

In the Linux kernel, the following vulnerability has been resolved: fs/aio: Check IOCBAIORW before the struct aiokiocb conversion The first kiocbsetcancelfn argument may point at a struct kiocb that is not embedded inside struct aiokiocb. With the current code, depending on the compiler, the...

6AI score
SaveExploits0References14
Cvelist
Cvelist
added 2024/05/17 1:23 p.m.28 views

CVE-2024-35815 fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion

In the Linux kernel, the following vulnerability has been resolved: fs/aio: Check IOCBAIORW before the struct aiokiocb conversion The first kiocbsetcancelfn argument may point at a struct kiocb that is not embedded inside struct aiokiocb. With the current code, depending on the compiler, the...

6.3AI score0.00247EPSS
SaveExploits0References8
CVE
CVE
added 2024/05/17 1:23 p.m.128 views

CVE-2024-35815

CVE-2024-35815: In the Linux kernel, a vulnerability in fs/aio arose because the first kiocb_set_cancel_fn() argument could point to a struct kiocb not embedded in struct aio_kiocb, causing req->ki_ctx to be read around the IOCB_AIO_RW test depending on compiler behavior. The fix guarantees th...

5.5CVSS6.6AI score0.00247EPSS
SaveExploits0References11Affected Software1
Oracle linux
Oracle linux
added 2024/05/15 12:00 a.m.57 views

Unbreakable Enterprise kernel security update

5.15.0-206.153.7 - mmc: core: Initialize mmcblkiocdata Mikko Rapeli - ahci: asm1064: asm1166: don't limit reported ports Conrad Kostecki - mmc: core: Fix switch on gp3 partition Dominique Martinet - Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memory Michael Kelley -...

4.7CVSS8.3AI score0.08555EPSS
SaveExploits0
Amazon
Amazon
added 2024/05/03 12:00 a.m.13 views

Medium: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: disallow timeout for anonymous sets CVE-2023-52620 In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add NULL ptr dereference checking at the end of attrallocatefra...

7.8CVSS7.1AI score0.01006EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/04/29 4:05 p.m.26 views

CVE-2023-52646

A flaw was found in the Linux kernel’s Asynchronous I/O AIO subsystem. The issue arises due to a NULL pointer dereference null-deref when using the mremap function after a fork operation, specifically on old AIO mappings. The vulnerability occurs because the ioctxtable is set to NULL after the...

5.5CVSS7.2AI score0.00236EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/04/27 3:05 a.m.4 views

SUSE CVE-2023-52646

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-ioctxtable will be set to NULL...

5.5CVSS6.3AI score0.00236EPSS
SaveExploits0References14
NVD
NVD
added 2024/04/26 1:15 p.m.21 views

CVE-2023-52646

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-ioctxtable will be set to NULL...

5.5CVSS7.3AI score0.00236EPSS
SaveExploits0References7
OSV
OSV
added 2024/04/26 1:15 p.m.1 views

DEBIAN-CVE-2023-52646

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-ioctxtable will be set to NULL...

5.5CVSS5.4AI score0.00236EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/04/26 1:15 p.m.34 views

CVE-2023-52646

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-ioctxtable will be set to NULL...

5.5CVSS6.2AI score0.00236EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/04/26 12:19 p.m.27 views

CVE-2023-52646 aio: fix mremap after fork null-deref

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-ioctxtable will be set to NULL...

7.5AI score0.00236EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/04/26 12:19 p.m.28 views

CVE-2023-52646

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-ioctxtable will be set to NULL...

5.5CVSS7.2AI score0.00236EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/04/26 12:19 p.m.20 views

CVE-2023-52646 aio: fix mremap after fork null-deref

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-ioctxtable will be set to NULL...

6.7AI score0.00236EPSS
SaveExploits0References7
CVE
CVE
added 2024/04/26 12:19 p.m.106 views

CVE-2023-52646

CVE-2023-52646 concerns the Linux kernel. A null-deref can occur when mremap is invoked on an old aio mapping after a fork because mm->ioctx_table is NULL. The issue was introduced by the patch that made it possible to remap the aio ring and has been fixed by the accompanying commit (e4a0d3e72...

5.5CVSS6.4AI score0.00236EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/04/26 12:19 p.m.12 views

CVE-2023-52646 aio: fix mremap after fork null-deref

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-ioctxtable will be set to NULL...

5.9AI score
SaveExploits0References10
Rows per page
Query Builder