Lucene search
+L

817 matches found

Debian CVE
Debian CVE
added 2024/05/21 3:3 p.m.25 views

CVE-2021-47407

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Handle SRCU initialization failure during page track init Check the return of initsrcustruct, which can fail due to OOM, when initializing the page track mechanism. Lack of checking leads to a NULL pointer deref found b...

5.5CVSS6.7AI score0.0025EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 3:3 p.m.19 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
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/05/21 3:3 p.m.18 views

CVE-2021-47369 s390/qeth: fix NULL deref in qeth_clear_working_pool_list()

In the Linux kernel, the following vulnerability has been resolved: s390/qeth: fix NULL deref in qethclearworkingpoollist When qethsetonline calls qethclearworkingpoollist to roll back after an error exit from qethhardsetupcard, we are at risk of accessing card-qdio.inq before it was allocated by...

7AI score0.00239EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/21 3:3 p.m.42 views

CVE-2021-47369

In the Linux kernel, the following vulnerability has been resolved: s390/qeth: fix NULL deref in qethclearworkingpoollist When qethsetonline calls qethclearworkingpoollist to roll back after an error exit from qethhardsetupcard, we are at risk of accessing card-qdio.inq before it was allocated by...

5.5CVSS6.9AI score0.00239EPSS
SaveExploits0
CVE
CVE
added 2024/05/21 3:3 p.m.86 views

CVE-2021-47369

CVE-2021-47369 — Linux kernel (s390/qeth): The issue is a NULL dereference in qeth_clear_working_pool_list() triggered when qeth_set_online() rolls back after an error in qeth_hardsetup_card(), before card->qdio.in_q has been allocated by qeth_alloc_qdio_queues() via qeth_mpc_initialize(). Thi...

5.5CVSS7.2AI score0.00239EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2024/05/21 2:35 p.m.93 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
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.16 views

CVE-2021-47307 cifs: prevent NULL deref in cifs_compose_mount_options()

In the Linux kernel, the following vulnerability has been resolved: cifs: prevent NULL deref in cifscomposemountoptions The optional @ref parameter might contain an NULL nodename, so prevent dereferencing it in cifscomposemountoptions. Addresses-Coverity: 1476408 "Explicit null dereferenced"...

6.8AI score0.00235EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/21 2:35 p.m.98 views

CVE-2021-47307

CVE-2021-47307 affects the Linux kernel CIFS code; a NULL pointer dereference in cifs_compose_mount_options() could occur when the optional ref parameter contains a NULL node_name. The issue has been resolved in the kernel, with fixes committed in stable updates (references point to kernel commit...

5.5CVSS6.7AI score0.00235EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.15 views

CVE-2021-47307 cifs: prevent NULL deref in cifs_compose_mount_options()

In the Linux kernel, the following vulnerability has been resolved: cifs: prevent NULL deref in cifscomposemountoptions The optional @ref parameter might contain an NULL nodename, so prevent dereferencing it in cifscomposemountoptions. Addresses-Coverity: 1476408 "Explicit null dereferenced"...

6.5AI score0.00235EPSS
SaveExploits0References4
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
SaveExploits0References2
CVE
CVE
added 2024/05/21 2:20 p.m.64 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
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 2:19 p.m.23 views

CVE-2021-47257 net: ieee802154: fix null deref in parse dev addr

In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: fix null deref in parse dev addr Fix a logic error that could result in a null deref if the user sets the mode incorrectly for the given addr type...

6.8AI score0.00226EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.24 views

CVE-2021-47257 net: ieee802154: fix null deref in parse dev addr

In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: fix null deref in parse dev addr Fix a logic error that could result in a null deref if the user sets the mode incorrectly for the given addr type...

6.4AI score0.00226EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.5 views

SUSE 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.5CVSS7.6AI score0.00193EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/05/20 6:17 p.m.29 views

CVE-2024-36008

In the Linux kernel, the following vulnerability has been resolved: ipv4: check for NULL idev in iprouteusehint syzbot was able to trigger a NULL deref in fibvalidatesource in an old tree 1. It appears the bug exists in latest trees. All calls to indevgetrcu must be checked for a NULL result. 1...

5.5CVSS5.2AI score0.00214EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/20 4:38 p.m.22 views

CVE-2024-35985

A vulnerability was found in the Linux kernel's sched/eevdf code, specifically in the reweighteevdf function. The issue arises when the vlag variable overflows due to improper scaling in the computation, which leads to incorrect behavior in the vruntime. This causes a NULL dereference in the...

5.5CVSS8.8AI score0.00225EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/20 1:45 p.m.18 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
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/20 9:48 a.m.28 views

CVE-2024-36008 ipv4: check for NULL idev in ip_route_use_hint()

In the Linux kernel, the following vulnerability has been resolved: ipv4: check for NULL idev in iprouteusehint syzbot was able to trigger a NULL deref in fibvalidatesource in an old tree 1. It appears the bug exists in latest trees. All calls to indevgetrcu must be checked for a NULL result. 1...

6.6AI score0.00214EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/20 9:48 a.m.119 views

CVE-2024-36008

CVE-2024-36008 affects the Linux kernel; connected sources confirm a vulnerability in IPv4 path involving NULL idev handling in ip_route_use_hint() and a NULL-deref in fib_validate_source(). The issue arises in older trees and was addressed by ensuring __in_dev_get_rcu() results are checked for N...

5.5CVSS6.4AI score0.00214EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/05/20 9:48 a.m.21 views

CVE-2024-36008 ipv4: check for NULL idev in ip_route_use_hint()

In the Linux kernel, the following vulnerability has been resolved: ipv4: check for NULL idev in iprouteusehint syzbot was able to trigger a NULL deref in fibvalidatesource in an old tree 1. It appears the bug exists in latest trees. All calls to indevgetrcu must be checked for a NULL result. 1...

5.5CVSS5.8AI score0.00214EPSS
SaveExploits0References12
Rows per page
Query Builder