Lucene search
+L

326 matches found

Cvelist
Cvelist
added 2024/04/03 2:55 p.m.49 views

CVE-2024-26717 HID: i2c-hid-of: fix NULL-deref on failed power up

In the Linux kernel, the following vulnerability has been resolved: HID: i2c-hid-of: fix NULL-deref on failed power up A while back the I2C HID implementation was split in an ACPI and OF part, but the new OF driver never initialises the client pointer which is dereferenced on power-up failures...

7.6AI score0.0023EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/03/25 9:16 a.m.37 views

CVE-2021-47164 net/mlx5e: Fix null deref accessing lag dev

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix null deref accessing lag dev It could be the lag dev is null so stop processing the event. In bondenslave the active/backup slave being set before setting the upper dev so first event is without an upper dev. After...

5.6AI score0.00232EPSS
SaveExploits0References3
CVE
CVE
added 2024/03/25 9:16 a.m.86 views

CVE-2021-47164

CVE-2021-47164 is a Linux kernel vulnerability fixed by correcting a NULL dereference in net/mlx5e related to lag device handling. Explanation: in bond_enslave(), the active/backup slave was set before the upper dev is assigned; a second event with an upper dev can occur, and if lag dev is NULL a...

5.5CVSS6AI score0.00232EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/03/25 9:16 a.m.20 views

CVE-2021-47164 net/mlx5e: Fix null deref accessing lag dev

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix null deref accessing lag dev It could be the lag dev is null so stop processing the event. In bondenslave the active/backup slave being set before setting the upper dev so first event is without an upper dev. After...

6.8AI score0.00232EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/03/25 12:00 a.m.21 views

CVE-2021-47164

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix null deref accessing lag dev It could be the lag dev is null so stop processing the event. In bondenslave the active/backup slave being set before setting the upper dev so first event is without an upper dev. After...

5.5CVSS6.4AI score0.00232EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/03/15 9:15 p.m.26 views

CVE-2021-47120

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: fix NULL-deref on disconnect Commit 9d7b18668956 "HID: magicmouse: add support for Apple Magic Trackpad 2" added a sanity check for an Apple trackpad but returned success instead of -ENODEV when the check failed...

5.5CVSS6.4AI score0.00235EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/03/15 8:14 p.m.16 views

CVE-2021-47120 HID: magicmouse: fix NULL-deref on disconnect

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: fix NULL-deref on disconnect Commit 9d7b18668956 "HID: magicmouse: add support for Apple Magic Trackpad 2" added a sanity check for an Apple trackpad but returned success instead of -ENODEV when the check failed...

6.6AI score0.00235EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/03/15 8:14 p.m.20 views

CVE-2021-47120

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: fix NULL-deref on disconnect Commit 9d7b18668956 "HID: magicmouse: add support for Apple Magic Trackpad 2" added a sanity check for an Apple trackpad but returned success instead of -ENODEV when the check failed...

5.5CVSS5.7AI score0.00235EPSS
SaveExploits0
CVE
CVE
added 2024/03/15 8:14 p.m.97 views

CVE-2021-47120

CVE-2021-47120 : Linux kernel HID issue where Apple Magic Trackpad/Mouse disconnect could dereference an uninitialized driver pointer due to a faulty disconnect path. The patch added a sanity check but returned success instead of -ENODEV when the check failed, causing a potential NULL-deref on dr...

5.5CVSS6.2AI score0.00235EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/03/15 8:14 p.m.21 views

CVE-2021-47120 HID: magicmouse: fix NULL-deref on disconnect

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: fix NULL-deref on disconnect Commit 9d7b18668956 "HID: magicmouse: add support for Apple Magic Trackpad 2" added a sanity check for an Apple trackpad but returned success instead of -ENODEV when the check failed...

6.4AI score0.00235EPSS
SaveExploits0References4
CVE
CVE
added 2024/03/02 9:59 p.m.73 views

CVE-2023-52579

CVE-2023-52579 is linked to the Linux kernel IPv4 path, specifically a null-dereference in ipv4_link_failure. Red Hat and SUSE reference a kernel flaw in ipv4_link_failure; multiple sources note withdrawal/rejected status, but technical details in connected documents describe the issue as a null-...

6.8AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/03/02 9:59 p.m.34 views

CVE-2023-52579

Removed by vendor...

5.4AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/02/29 9:18 a.m.34 views

CVE-2021-46983

A flaw was found in an error-handling function in the Linux kernel's NVMe driver. This flaw allows an attacker with control over NVMe links to cause a denial of service. Mitigation Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a...

4.4CVSS6AI score0.00627EPSS
SaveExploits0References4
NVD
NVD
added 2024/02/28 9:15 a.m.29 views

CVE-2021-46983

In the Linux kernel, the following vulnerability has been resolved: nvmet-rdma: Fix NULL deref when SEND is completed with error When running some traffic and taking down the link on peer, a retry counter exceeded error is received. This leads to nvmetrdmaerrorcomp which tried accessing the...

7.5CVSS6.2AI score0.00627EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.52 views

CVE-2021-46983

In the Linux kernel, the following vulnerability has been resolved: nvmet-rdma: Fix NULL deref when SEND is completed with error When running some traffic and taking down the link on peer, a retry counter exceeded error is received. This leads to nvmetrdmaerrorcomp which tried accessing the...

7.5CVSS6.4AI score0.00627EPSS
SaveExploits0
NVD
NVD
added 2024/02/26 4:27 p.m.21 views

CVE-2021-46905

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix NULL-deref on disconnect regression Commit 8a12f8836145 "net: hso: fix null-ptr-deref during tty device unregistration" fixed the racy minor allocation reported by syzbot, but introduced an unconditional NULL-pointe...

5.5CVSS6.1AI score0.00261EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/02/26 12:00 a.m.38 views

CVE-2021-46905

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix NULL-deref on disconnect regression Commit 8a12f8836145 "net: hso: fix null-ptr-deref during tty device unregistration" fixed the racy minor allocation reported by syzbot, but introduced an unconditional NULL-pointe...

5.5CVSS6.4AI score0.00261EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/02/25 2:03 p.m.26 views

CVE-2021-46905 net: hso: fix NULL-deref on disconnect regression

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix NULL-deref on disconnect regression Commit 8a12f8836145 "net: hso: fix null-ptr-deref during tty device unregistration" fixed the racy minor allocation reported by syzbot, but introduced an unconditional NULL-pointe...

6.8AI score0.00261EPSS
SaveExploits0References9
CVE
CVE
added 2024/02/25 2:03 p.m.1208 views

CVE-2021-46905

CVE-2021-46905 : Linux kernel vulnerability where a NULL-pointer dereference was introduced in net: hso during tty device unregistration after a minor was released. The issue arose because the serial device table could be accessed post-release of the minor by hso_serial_tty_unregister(), leading ...

5.5CVSS6.2AI score0.00261EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2024/02/25 2:03 p.m.34 views

CVE-2021-46905 net: hso: fix NULL-deref on disconnect regression

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix NULL-deref on disconnect regression Commit 8a12f8836145 "net: hso: fix null-ptr-deref during tty device unregistration" fixed the racy minor allocation reported by syzbot, but introduced an unconditional NULL-pointe...

6.4AI score0.00261EPSS
SaveExploits0References9
Rows per page
Query Builder