Lucene search
K

297 matches found

debiancve
debiancve
added 2024/05/21 3:22 p.m.16 views

CVE-2023-52708

In the Linux kernel, the following vulnerability has been resolved: mmc: mmcspi: fix error handling in mmcspiprobe If mmcaddhost fails, it doesn't need to call mmcremovehost, or it will cause null-ptr-deref, because of deleting a not added device in mmcremovehost. To fix this, goto label...

5.5CVSS6.8AI score0.0025EPSS
Exploits0
nvd
nvd
added 2024/05/21 3:15 p.m.20 views

CVE-2021-47409

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

5.5CVSS6.5AI score0.00244EPSS
Exploits0References6
nvd
nvd
added 2024/05/21 3:15 p.m.19 views

CVE-2021-47397

In the Linux kernel, the following vulnerability has been resolved: sctp: break out if skbheaderpointer returns NULL in sctprcvootb We should always check if skbheaderpointer's return is NULL before using it, otherwise it may cause null-ptr-deref, as syzbot reported: KASAN: null-ptr-deref in rang...

5.5CVSS6.5AI score0.00251EPSS
Exploits0References6
osv
osv
added 2024/05/21 3:15 p.m.18 views

CVE-2021-47397

In the Linux kernel, the following vulnerability has been resolved: sctp: break out if skbheaderpointer returns NULL in sctprcvootb We should always check if skbheaderpointer's return is NULL before using it, otherwise it may cause null-ptr-deref, as syzbot reported: KASAN: null-ptr-deref in rang...

5.5CVSS6.9AI score
Exploits0References6
osv
osv
added 2024/05/21 3:15 p.m.20 views

CVE-2021-47333

In the Linux kernel, the following vulnerability has been resolved: misc: alcorpci: fix null-ptr-deref when there is no PCI bridge There is an issue with the ASPMoptional capability checking function. A device might be attached to root complex directly, in this case, bus-selfbridge will be NULL,...

5.5CVSS6.2AI score
Exploits0References5
ubuntucve
ubuntucve
added 2024/05/21 3:15 p.m.20 views

CVE-2021-47409

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

5.5CVSS5.8AI score0.00244EPSS
Exploits0References8
ubuntucve
ubuntucve
added 2024/05/21 3:15 p.m.33 views

CVE-2021-47397

In the Linux kernel, the following vulnerability has been resolved: sctp: break out if skbheaderpointer returns NULL in sctprcvootb We should always check if skbheaderpointer's return is NULL before using it, otherwise it may cause null-ptr-deref, as syzbot reported: KASAN: null-ptr-deref in rang...

5.5CVSS6.2AI score0.00251EPSS
Exploits0References8
vulnrichment
vulnrichment
added 2024/05/21 3:3 p.m.18 views

CVE-2021-47397 sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootb

In the Linux kernel, the following vulnerability has been resolved: sctp: break out if skbheaderpointer returns NULL in sctprcvootb We should always check if skbheaderpointer's return is NULL before using it, otherwise it may cause null-ptr-deref, as syzbot reported: KASAN: null-ptr-deref in rang...

6.7AI score0.00251EPSS
Exploits0References6
cve
cve
added 2024/05/21 2:35 p.m.89 views

CVE-2021-47333

CVE-2021-47333 (Linux kernel) affects the misc: alcor_pci path. In configurations where a device is connected directly to the root complex, bus->self (bridge) can be NULL, leading to priv->parent_pdev being NULL. The vulnerability stems from alcor_pci_init_check_aspm(priv->parent_pdev) r...

5.5CVSS6.9AI score0.00239EPSS
Exploits0References5Affected Software1
vulnrichment
vulnrichment
added 2024/05/21 2:20 p.m.15 views

CVE-2021-47279 usb: misc: brcmstb-usb-pinmap: check return value after calling platform_get_resource()

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

6.9AI score0.00193EPSS
Exploits0References2
cve
cve
added 2024/05/21 2:20 p.m.62 views

CVE-2021-47279

CVE-2021-47279 affects the Linux kernel in the USB subsystem (usb: misc: brcmstb-usb-pinmap). The root cause is missing validation of the resource pointer returned by platform_get_resource(), which can lead to a null-ptr-deref. The vulnerability is resolved in the kernel by adding a check of the ...

5.5CVSS6.7AI score0.00193EPSS
Exploits0References2Affected Software1
redhatcve
redhatcve
added 2024/05/20 1:45 p.m.17 views

CVE-2024-35874

A vulnerability was found in the Linux kernel that causes a NULL pointer dereference in the aiocomplete function during a wakeup operation. The issue arises because finishwait may skip locking if it encounters an empty list head. This leads to a NULL pointer dereference when attempting a wakeup...

5.5CVSS8.5AI score0.00193EPSS
Exploits0References4
ubuntucve
ubuntucve
added 2024/05/19 9:15 a.m.16 views

CVE-2024-35874

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,...

5.5CVSS5.8AI score0.00193EPSS
Exploits0References9
vulnrichment
vulnrichment
added 2024/05/19 8:34 a.m.18 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,...

6.7AI score0.00193EPSS
Exploits0References2
cvelist
cvelist
added 2024/05/13 10:24 a.m.39 views

CVE-2024-27399 Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: l2cap: fix null-ptr-deref in l2capchantimeout There is a race condition between l2capchantimeout and l2capchandel. When we use l2capchandel to delete the channel, the chan-conn will be set to null. But the conn could b...

6.3AI score0.00301EPSS
Exploits0References8
debiancve
debiancve
added 2024/05/13 10:24 a.m.30 views

CVE-2024-27399

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: l2cap: fix null-ptr-deref in l2capchantimeout There is a race condition between l2capchantimeout and l2capchandel. When we use l2capchandel to delete the channel, the chan-conn will be set to null. But the conn could b...

5.5CVSS7.2AI score0.00301EPSS
Exploits0
oraclelinux
oraclelinux
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
Exploits4
redhatcve
redhatcve
added 2024/04/17 5:54 p.m.30 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
Exploits0References4
nvd
nvd
added 2024/04/17 11:15 a.m.23 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
Exploits0References11
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
Exploits0References30
Rows per page
Query Builder