Lucene search
+L

3176 matches found

CVE
CVE
added 2024/04/03 5:0 p.m.109 views

CVE-2024-26770

CVE-2024-26770 concerns the Linux kernel HID for the Nvidia Shield: a missing null-pointer check in LED initialization (led init path) could dereference NULL after devm_kasprintf() returns NULL. The issue arises during LED initialization within the Nvidia Shield HID handling; the CVSSv3.1 vector ...

5.5CVSS6.5AI score0.00237EPSS
SaveExploits0References3Affected Software1
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
SaveExploits0References5
OSV
OSV
added 2024/04/03 3:15 p.m.1 views

DEBIAN-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.5CVSS5.5AI score0.0023EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/04/03 3:15 p.m.17 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.5CVSS6.2AI score0.0023EPSS
SaveExploits0References18
OSV
OSV
added 2024/04/03 3:15 p.m.4 views

UBUNTU-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.5CVSS6.1AI score0.0023EPSS
SaveExploits0References18
Cvelist
Cvelist
added 2024/04/03 2:55 p.m.34 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
OSV
OSV
added 2024/04/03 2:55 p.m.16 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...

5.5CVSS6AI score0.0023EPSS
SaveExploits0References8
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
SaveExploits0References5
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
SaveExploits0
CVE
CVE
added 2024/04/03 2:55 p.m.204 views

CVE-2024-26717

CVE-2024-26717: Linux kernel HID I2C- HID OF driver fix for NULL pointer dereference on power-up failure. The OF driver did not initialize the client pointer, which is dereferenced when power-up fails, potentially leading to a NULL-deref. The entry documents a resolved issue in the HID i2c-hid-of...

5.5CVSS6.2AI score0.0023EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/03/29 11:7 a.m.11 views

OESA-2024-1346 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: i2c: xiic: fix reference leak when pmruntimegetsync fails The PM reference count is not expected to be incremented on return in xiicxfer and xiici2cremove...

7.8CVSS7.7AI score0.00289EPSS
SaveExploits0References21
OSV
OSV
added 2024/03/29 11:7 a.m.8 views

OESA-2024-1345 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: i2c: xiic: fix reference leak when pmruntimegetsync fails The PM reference count is not expected to be incremented on return in xiicxfer and xiici2cremove...

7.8CVSS8AI score0.0026EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2024/03/19 3:50 a.m.4 views

SUSE 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.5CVSS7.6AI score0.00235EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/03/19 3:50 a.m.4 views

SUSE CVE-2021-47133

In the Linux kernel, the following vulnerability has been resolved: HID: amdsfh: Fix memory leak in amdsfhwork Kmemleak tool detected a memory leak in the amdsfh driver. ==================== unreferenced object 0xffff88810228ada0 size 32: comm "insmod", pid 3968, jiffies 4295056001 age 775.792s h...

5.5CVSS6.5AI score0.00193EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/03/16 6:23 p.m.22 views

CVE-2021-47133

In the Linux kernel, the following vulnerability has been resolved: HID: amdsfh: Fix memory leak in amdsfhwork Kmemleak tool detected a memory leak in the amdsfh driver. ==================== unreferenced object 0xffff88810228ada0 size 32: comm "insmod", pid 3968, jiffies 4295056001 age 775.792s h...

4.4CVSS6.4AI score0.00193EPSS
SaveExploits0References4
NVD
NVD
added 2024/03/15 9:15 p.m.15 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.5CVSS7AI score0.00235EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/15 9:15 p.m.1 views

DEBIAN-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.6AI score0.00235EPSS
SaveExploits0References1
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
SaveExploits0References6
OSV
OSV
added 2024/03/15 9:15 p.m.5 views

UBUNTU-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.6AI score0.00235EPSS
SaveExploits0References7
OSV
OSV
added 2024/03/15 9:15 p.m.4 views

UBUNTU-CVE-2021-47133

In the Linux kernel, the following vulnerability has been resolved: HID: amdsfh: Fix memory leak in amdsfhwork Kmemleak tool detected a memory leak in the amdsfh driver. ==================== unreferenced object 0xffff88810228ada0 size 32: comm "insmod", pid 3968, jiffies 4295056001 age 775.792s h...

5.5CVSS5.7AI score0.00193EPSS
SaveExploits0References5
Rows per page
Query Builder