Lucene search
+L

788 matches found

OSV
OSV
added 2025/12/09 4:17 p.m.6 views

UBUNTU-CVE-2023-53856

In the Linux kernel, the following vulnerability has been resolved: of: overlay: Call ofchangesetinit early When ofoverlayfdtapply fails, the changeset may be partially applied, and the caller is still expected to call ofoverlayremove to clean up this partial state. However, ofoverlayapply calls...

5.6AI score0.00224EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/09 4:17 p.m.10 views

UBUNTU-CVE-2023-53834

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ina2xx: avoid NULL pointer dereference on OF device match The affected lines were resulting in a NULL pointer dereference on our platform because the device tree contained the following list of compatible strings:...

5.7AI score0.00241EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/09 3:31 a.m.7 views

EUVD-2023-60119

In the Linux kernel, the following vulnerability has been resolved: regulator: da9063: fix null pointer deref with partial DT config When some of the da9063 regulators do not have corresponding DT nodes a null pointer dereference occurs on boot because such regulators have no initdata causing the...

5.8AI score0.00182EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/09 1:29 a.m.9 views

CVE-2023-53834 iio: adc: ina2xx: avoid NULL pointer dereference on OF device match

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ina2xx: avoid NULL pointer dereference on OF device match The affected lines were resulting in a NULL pointer dereference on our platform because the device tree contained the following list of compatible strings:...

6.3AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.6 views

CVE-2023-53834

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ina2xx: avoid NULL pointer dereference on OF device match The affected lines were resulting in a NULL pointer dereference on our platform because the device tree contained the following list of compatible strings:...

5.2AI score0.00241EPSS
SaveExploits0
CVE
CVE
added 2025/12/09 1:29 a.m.23 views

CVE-2023-53834

CVE-2023-53834: In the Linux kernel, the iio: adc: ina2xx driver could NULL-deref during OF device match when a device-Tree used a compatible chain like ti,ina232, ti,ina231. The fix uses the already populated type variable and adds a generic name to ina2xx_config to ensure proper board-info popu...

6AI score0.00241EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.38 views

CVE-2023-53834 iio: adc: ina2xx: avoid NULL pointer dereference on OF device match

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ina2xx: avoid NULL pointer dereference on OF device match The affected lines were resulting in a NULL pointer dereference on our platform because the device tree contained the following list of compatible strings:...

0.00241EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/09 1:16 a.m.9 views

CVE-2023-53787

In the Linux kernel, the following vulnerability has been resolved: regulator: da9063: fix null pointer deref with partial DT config When some of the da9063 regulators do not have corresponding DT nodes a null pointer dereference occurs on boot because such regulators have no initdata causing the...

0.00182EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/09 1:16 a.m.2 views

DEBIAN-CVE-2023-53787

In the Linux kernel, the following vulnerability has been resolved: regulator: da9063: fix null pointer deref with partial DT config When some of the da9063 regulators do not have corresponding DT nodes a null pointer dereference occurs on boot because such regulators have no initdata causing the...

5.2AI score0.00182EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 1:16 a.m.10 views

CVE-2022-50641

In the Linux kernel, the following vulnerability has been resolved: HSI: omapssi: Fix refcount leak in ssiprobe When returning or breaking early from a foreachavailablechildofnode loop, we need to explicitly call ofnodeput on the child node to possibly release the node...

0.00233EPSS
SaveExploits0References9
NVD
NVD
added 2025/12/09 1:16 a.m.10 views

CVE-2022-50631

In the Linux kernel, the following vulnerability has been resolved: RISC-V: kexec: Fix memory leak of fdt buffer This is reported by kmemleak detector: unreferenced object 0xff60000082864000 size 9588: comm "kexec", pid 146, jiffies 4294900634 age 64.788s hex dump first 32 bytes: d0 0d fe ed 00 0...

0.00193EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/09 1:16 a.m.7 views

UBUNTU-CVE-2023-53787

In the Linux kernel, the following vulnerability has been resolved: regulator: da9063: fix null pointer deref with partial DT config When some of the da9063 regulators do not have corresponding DT nodes a null pointer dereference occurs on boot because such regulators have no initdata causing the...

5.7AI score0.00182EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/09 1:16 a.m.6 views

UBUNTU-CVE-2023-53818

In the Linux kernel, the following vulnerability has been resolved: ARM: zynq: Fix refcount leak in zynqearlyslcrinit offindcompatiblenode returns a node pointer with refcount incremented, we should use ofnodeput on error path. Add missing ofnodeput to avoid refcount leak...

5.7AI score0.00193EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/12/09 12:31 a.m.5 views

SUSE CVE-2022-50616

In the Linux kernel, the following vulnerability has been resolved: regulator: core: Use different devices for resource allocation and DT lookup Following by the below discussion, there's the potential UAF issue between regulator and mfd...

6.4CVSS6.5AI score0.00193EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/09 12:0 a.m.24 views

CVE-2023-53787

CVE-2023-53787 affects the Linux kernel regulator da9063. A null pointer dereference could occur on boot when some regulators have no matching DT nodes; the fix is to avoid dereferencing those regulators. The provided sources confirm the issue and the kernel patch to address partial DT config, bu...

5.9AI score0.00182EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/09 12:0 a.m.7 views

CVE-2023-53787 regulator: da9063: fix null pointer deref with partial DT config

In the Linux kernel, the following vulnerability has been resolved: regulator: da9063: fix null pointer deref with partial DT config When some of the da9063 regulators do not have corresponding DT nodes a null pointer dereference occurs on boot because such regulators have no initdata causing the...

6.2AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/09 12:0 a.m.35 views

CVE-2023-53787 regulator: da9063: fix null pointer deref with partial DT config

In the Linux kernel, the following vulnerability has been resolved: regulator: da9063: fix null pointer deref with partial DT config When some of the da9063 regulators do not have corresponding DT nodes a null pointer dereference occurs on boot because such regulators have no initdata causing the...

0.00182EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/12/09 12:0 a.m.7 views

CVE-2023-53787

In the Linux kernel, the following vulnerability has been resolved: regulator: da9063: fix null pointer deref with partial DT config When some of the da9063 regulators do not have corresponding DT nodes a null pointer dereference occurs on boot because such regulators have no initdata causing the...

5.2AI score0.00182EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/12/09 12:0 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from a null pointer dereference issue caused by some DT configurations...

6.2AI score0.00182EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2023-53757

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - irqchip/irq-mvebu-gicp: Fix refcount leak in mvebugicpprobe ofirqfindparent returns a node pointer with refcount incremented, We should use ofnodeput on it when...

5.7AI score0.00191EPSS
SaveExploits0References2
Rows per page
Query Builder