Lucene search
+L

817 matches found

RedhatCVE
RedhatCVE
added 2024/04/29 4:5 p.m.24 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
NVD
NVD
added 2024/04/28 1:15 p.m.21 views

CVE-2022-48640

In the Linux kernel, the following vulnerability has been resolved: bonding: fix NULL deref in bondrrgenslaveid Fix a NULL dereference of the struct bonding.rrtxcounter member because if a bond is initially created with an initial mode != zero Round Robin the memory required for the counter is...

5.5CVSS7.3AI score0.00232EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/04/28 1:15 p.m.27 views

CVE-2022-48640

In the Linux kernel, the following vulnerability has been resolved: bonding: fix NULL deref in bondrrgenslaveid Fix a NULL dereference of the struct bonding.rrtxcounter member because if a bond is initially created with an initial mode != zero Round Robin the memory required for the counter is...

5.5CVSS5.9AI score0.00232EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/04/28 12:59 p.m.36 views

CVE-2022-48640 bonding: fix NULL deref in bond_rr_gen_slave_id

In the Linux kernel, the following vulnerability has been resolved: bonding: fix NULL deref in bondrrgenslaveid Fix a NULL dereference of the struct bonding.rrtxcounter member because if a bond is initially created with an initial mode != zero Round Robin the memory required for the counter is...

6.5AI score0.00232EPSS
SaveExploits0References3
NVD
NVD
added 2024/04/26 1:15 p.m.19 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
UbuntuCve
UbuntuCve
added 2024/04/26 1:15 p.m.33 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
SaveExploits0References10
Cvelist
Cvelist
added 2024/04/26 12:19 p.m.23 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
Vulnrichment
Vulnrichment
added 2024/04/26 12:19 p.m.18 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
OSV
OSV
added 2024/04/26 12:19 p.m.10 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.5CVSS5.9AI score0.00236EPSS
SaveExploits0References10
CVE
CVE
added 2024/04/26 12:19 p.m.100 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
Debian CVE
Debian CVE
added 2024/04/26 12:19 p.m.27 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
Oracle linux
Oracle linux
added 2024/04/23 12:0 a.m.492 views

kernel security and bug fix update

3.10.0-1160.118.1.0.1 - debug: lock down kgdb Orabug: 34270798 CVE-2022-21499 3.10.0-1160.118.1 - Update Oracle Linux certificates Ilya Okomin - Oracle Linux RHCK Module Signing Key was compiled into kernel [email protected] - Update x509.genkey Orabug: 24817676 -...

9.8CVSS8.2AI score0.0147EPSS
SaveExploits4
RedhatCVE
RedhatCVE
added 2024/04/17 5:54 p.m.33 views

CVE-2024-26903

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: rfcomm: Fix null-ptr-deref in rfcommchecksecurity During our fuzz testing of the connection and disconnection process at the RFCOMM layer, we discovered this bug. By comparing the packets from a normal connection and...

5.5CVSS7.2AI score0.00279EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/17 11:15 a.m.24 views

CVE-2024-26903

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: rfcomm: Fix null-ptr-deref in rfcommchecksecurity During our fuzz testing of the connection and disconnection process at the RFCOMM layer, we discovered this bug. By comparing the packets from a normal connection and...

5.5CVSS6.2AI score0.00279EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.39 views

CVE-2024-26903

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: rfcomm: Fix null-ptr-deref in rfcommchecksecurity During our fuzz testing of the connection and disconnection process at the RFCOMM layer, we discovered this bug. By comparing the packets from a normal connection and...

5.5CVSS6.4AI score0.00279EPSS
SaveExploits0References30
Cvelist
Cvelist
added 2024/04/17 10:27 a.m.40 views

CVE-2024-26903 Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: rfcomm: Fix null-ptr-deref in rfcommchecksecurity During our fuzz testing of the connection and disconnection process at the RFCOMM layer, we discovered this bug. By comparing the packets from a normal connection and...

5.8AI score0.00279EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/04/17 10:27 a.m.28 views

CVE-2024-26903 Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: rfcomm: Fix null-ptr-deref in rfcommchecksecurity During our fuzz testing of the connection and disconnection process at the RFCOMM layer, we discovered this bug. By comparing the packets from a normal connection and...

6.7AI score0.00279EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/04/11 10:3 p.m.25 views

CVE-2021-47206

In the Linux kernel, the following vulnerability has been resolved: usb: host: ohci-tmio: check return value after calling platformgetresource It will cause null-ptr-deref if platformgetresource returns NULL, we need check the return value...

4.4CVSS7.2AI score0.00227EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/11 10:2 p.m.21 views

CVE-2021-47181

In the Linux kernel, the following vulnerability has been resolved: usb: musb: tusb6010: check return value after calling platformgetresource It will cause null-ptr-deref if platformgetresource returns NULL, we need check the return value...

4.4CVSS7.2AI score0.00226EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/11 8:50 p.m.24 views

CVE-2021-47217

In the Linux kernel, the following vulnerability has been resolved: x86/hyperv: Fix NULL deref in sethvtscchangecb if Hyper-V setup fails Check for a valid hvvpindex array prior to derefencing hvvpindex when setting Hyper-V's TSC change callback. If Hyper-V setup failed in hypervinit, the kernel...

4.4CVSS6.7AI score0.00235EPSS
SaveExploits0References4
Rows per page
Query Builder