Lucene search
+L

19 matches found

OSV
OSV
added 2026/07/24 3:23 p.m.8 views

CVE-2026-64227 ACPI: driver: Check ACPI_COMPANION() against NULL during probe

In the Linux kernel, the following vulnerability has been resolved: ACPI: driver: Check ACPICOMPANION against NULL during probe Since every platform driver can be forced to match a device that doesn't match its list of device IDs because of devicematchdriveroverride, platform drivers that rely on...

5.8AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:23 p.m.12 views

CVE-2026-64227

In the Linux kernel, the following vulnerability has been resolved: ACPI: driver: Check ACPICOMPANION against NULL during probe Since every platform driver can be forced to match a device that doesn't match its list of device IDs because of devicematchdriveroverride, platform drivers that rely on...

5.8AI score0.00168EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/05/27 3:33 p.m.14 views

EUVD-2026-32340

In the Linux kernel, the following vulnerability has been resolved: phy: freescale: imx8qm-hsio: fix NULL pointer dereference During the probe the refclkpad pointer is set to NULL if the 'fsl,refclk-pad-mode' property is not defined in the devicetree node. But in imxhsioconfigureclkpad this point...

5.8AI score0.00155EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: backlight: hx8357: Fixed potential NULL pointer dereferencing issues. The “im” pins are optional. Added a missing check in the hx8357probe function...

5.5CVSS6AI score0.00193EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/24 2:33 p.m.5 views

CVE-2026-31549 i2c: cp2615: fix serial string NULL-deref at probe

In the Linux kernel, the following vulnerability has been resolved: i2c: cp2615: fix serial string NULL-deref at probe The cp2615 driver uses the USB device serial string as the i2c adapter name but does not make sure that the string exists. Verify that the device has a serial number before...

5.9AI score
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2026/02/16 6:54 a.m.8 views

CVE-2026-23206

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: prevent ZEROSIZEPTR dereference when numifs is zero The driver allocates arrays for ports, FDBs, and filter blocks using kcalloc with ethsw-swattr.numifs as the element count. When the device reports zero interfaces...

6.2CVSS5.1AI score0.00114EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:0 a.m.4 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992713)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992713 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/bridge: megachips: Fix a null pointer dereference bug When removing the module we will get th...

5.5CVSS6.7AI score0.00146EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/11/13 4:44 p.m.6 views

CVE-2025-40156

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: mtk-cci: Fix potential error pointer dereference in probe The drv-sramreg pointer could be set to ERRPTR-EPROBEDEFER which would lead to a error pointer dereference. Use ISERRORNULL to check that the pointer is vali...

5.5AI score0.00183EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.11 views

EUVD-2022-55538

Malicious code in bioql PyPI...

7.6AI score0.00146EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/15 3:15 p.m.7 views

UBUNTU-CVE-2022-50317

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: megachips: Fix a null pointer dereference bug When removing the module we will get the following warning: 31.911505 i2c-core: driver stdp2690-ge-b850v3-fw unregistered 31.912484 general protection fault, probably for...

5.5CVSS5.7AI score0.00146EPSS
SaveExploits0References11
OSV
OSV
added 2025/09/15 2:48 p.m.9 views

CVE-2022-50317 drm/bridge: megachips: Fix a null pointer dereference bug

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: megachips: Fix a null pointer dereference bug When removing the module we will get the following warning: 31.911505 i2c-core: driver stdp2690-ge-b850v3-fw unregistered 31.912484 general protection fault, probably for...

6.7AI score
SaveExploits0References11
NVD
NVD
added 2025/08/22 4:15 p.m.7 views

CVE-2025-38648

In the Linux kernel, the following vulnerability has been resolved: spi: stm32: Check for cfg availability in stm32spiprobe The stm32spiprobe function now includes a check to ensure that the pointer returned by ofdevicegetmatchdata is not NULL before accessing its members. This resolves a warning...

5.5CVSS0.00155EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/08/07 12:0 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2025-37793

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix null-ptr-deref in avscomponentprobe devmkasprintf returns NULL when...

5.5CVSS5.9AI score0.00176EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/19 6:15 p.m.10 views

UBUNTU-CVE-2024-53078

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix NULL vs ISERR check in probe The iommupagingdomainalloc function doesn't return NULL pointers, it returns error pointers. Update the check to match...

5.5CVSS5.7AI score0.00186EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/11/19 5:31 p.m.5 views

CVE-2024-53078 drm/tegra: Fix NULL vs IS_ERR() check in probe()

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix NULL vs ISERR check in probe The iommupagingdomainalloc function doesn't return NULL pointers, it returns error pointers. Update the check to match...

5.8AI score0.00186EPSS
SaveExploits0References2
OSV
OSV
added 2024/06/25 3:15 p.m.4 views

DEBIAN-CVE-2024-39466

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/qcom/lmh: Check for SCM availability at probe Up until now, the necessary scm availability check has not been performed, leading to possible null pointer dereferences which did happen for me on RB1. Fix that...

5.5CVSS5AI score0.00213EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/25 3:15 p.m.12 views

UBUNTU-CVE-2024-39466

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/qcom/lmh: Check for SCM availability at probe Up until now, the necessary scm availability check has not been performed, leading to possible null pointer dereferences which did happen for me on RB1. Fix that...

5.5CVSS5.8AI score0.00213EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.6 views

SUSE CVE-2024-27071

In the Linux kernel, the following vulnerability has been resolved: backlight: hx8357: Fix potential NULL pointer dereference The "im" pins are optional. Add missing check in the hx8357probe...

5.5CVSS7.7AI score0.00193EPSS
SaveExploits0References7
OSV
OSV
added 2024/05/01 1:15 p.m.11 views

UBUNTU-CVE-2024-27071

In the Linux kernel, the following vulnerability has been resolved: backlight: hx8357: Fix potential NULL pointer dereference The "im" pins are optional. Add missing check in the hx8357probe...

5.5CVSS6.2AI score0.00193EPSS
SaveExploits0References10
Rows per page
Query Builder