Lucene search
+L

311 matches found

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
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
Debian CVE
Debian CVE
added 2024/05/21 3:3 p.m.45 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
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
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.25 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
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
RedhatCVE
RedhatCVE
added 2024/05/20 6:17 p.m.30 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
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.120 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.22 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
Vulnrichment
Vulnrichment
added 2024/05/20 9:47 a.m.11 views

CVE-2024-35985 sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()

In the Linux kernel, the following vulnerability has been resolved: sched/eevdf: Prevent vlag from going out of bounds in reweighteevdf It was possible to have pickeevdf return NULL, which then causes a NULL-deref. This turned out to be due to entityeligible returning falsely negative because of ...

6.7AI score0.00225EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/05/18 1:4 a.m.30 views

CVE-2024-35851

A vulnerability was found in the Qualcomm Atheros qca Bluetooth driver in the Linux Kernel, where a NULL pointer dereference occurs during non-serdev suspend operations. This issue could cause system crashes or instability. Mitigation Mitigation for this issue is either not available or the...

5.5CVSS8.9AI score0.00234EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/17 3:15 p.m.24 views

CVE-2024-35851

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: fix NULL-deref on non-serdev suspend Qualcomm ROME controllers can be registered from the Bluetooth line discipline and in this case the HCI UART serdev pointer is NULL. Add the missing sanity check to prevent a...

5.5CVSS6.4AI score0.00234EPSS
SaveExploits0References5
NVD
NVD
added 2024/05/17 3:15 p.m.32 views

CVE-2024-35850

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: fix NULL-deref on non-serdev setup Qualcomm ROME controllers can be registered from the Bluetooth line discipline and in this case the HCI UART serdev pointer is NULL. Add the missing sanity check to prevent a...

5.5CVSS6.4AI score0.00234EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/05/17 3:15 p.m.30 views

CVE-2024-35851

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: fix NULL-deref on non-serdev suspend Qualcomm ROME controllers can be registered from the Bluetooth line discipline and in this case the HCI UART serdev pointer is NULL. Add the missing sanity check to prevent a...

5.5CVSS6.4AI score0.00234EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2024/05/17 3:15 p.m.27 views

CVE-2024-35850

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: fix NULL-deref on non-serdev setup Qualcomm ROME controllers can be registered from the Bluetooth line discipline and in this case the HCI UART serdev pointer is NULL. Add the missing sanity check to prevent a...

5.5CVSS6.4AI score0.00234EPSS
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/05/17 2:47 p.m.26 views

CVE-2024-35851 Bluetooth: qca: fix NULL-deref on non-serdev suspend

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: fix NULL-deref on non-serdev suspend Qualcomm ROME controllers can be registered from the Bluetooth line discipline and in this case the HCI UART serdev pointer is NULL. Add the missing sanity check to prevent a...

6.8AI score0.00234EPSS
SaveExploits0References5
Rows per page
Query Builder