Lucene search
+L

311 matches found

Cvelist
Cvelist
added 2024/04/10 7:1 p.m.21 views

CVE-2021-47217 x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup fails

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

7.1AI score0.00235EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2024/04/04 12:6 a.m.22 views

CVE-2024-26717

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

4.4CVSS7AI score0.0023EPSS
Exploits0References4
NVD
NVD
added 2024/04/03 3:15 p.m.13 views

CVE-2024-26717

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

5.5CVSS7.4AI score0.0023EPSS
Exploits0References5
Cvelist
Cvelist
added 2024/04/03 2:55 p.m.33 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
Exploits0References5
Vulnrichment
Vulnrichment
added 2024/04/03 2:55 p.m.13 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...

6.7AI score0.0023EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2024/04/03 2:55 p.m.22 views

CVE-2024-26717

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

5.5CVSS7AI score0.0023EPSS
Exploits0
CVE
CVE
added 2024/03/25 9:16 a.m.73 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
Exploits0References3Affected 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
Exploits0References3
Cvelist
Cvelist
added 2024/03/25 9:16 a.m.25 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
Exploits0References3
UbuntuCve
UbuntuCve
added 2024/03/25 12:0 a.m.17 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
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/03/15 9:15 p.m.23 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
Exploits0References6
Cvelist
Cvelist
added 2024/03/15 8:14 p.m.15 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
Exploits0References4
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
Exploits0References4
Debian CVE
Debian CVE
added 2024/03/15 8:14 p.m.17 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
Exploits0
CVE
CVE
added 2024/03/15 8:14 p.m.83 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
Exploits0References4Affected Software1
CVE
CVE
added 2024/03/02 9:59 p.m.70 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
Exploits0
Debian CVE
Debian CVE
added 2024/03/02 9:59 p.m.27 views

CVE-2023-52579

Removed by vendor...

5.4AI score
Exploits0
RedhatCVE
RedhatCVE
added 2024/02/29 9:18 a.m.29 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.00236EPSS
Exploits0References4
NVD
NVD
added 2024/02/28 9:15 a.m.22 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...

5.5CVSS6.2AI score0.00236EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.35 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...

5.5CVSS6.4AI score0.00236EPSS
Exploits0
Rows per page
Query Builder