Lucene search
+L

819 matches found

RedhatCVE
RedhatCVE
added 2026/09/11 9:04 p.m.6 views

CVE-2026-89504

A flaw was found in the Linux kernel's regulator subsystem. This vulnerability arises from a programming error where a device tree node pointer is released too early, creating a "dangling pointer"—a reference to memory that is no longer valid. This can lead to system instability, potentially...

8.4CVSS0.00144EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 8:19 p.m.4 views

AZL-100187 CVE-2026-89504 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: regulator: as3722getregulatordtdata: fix premature ofnodeput leaving dangling ofnode pointer In as3722getregulatordtdata, ofgetchildbyname acquires a reference on np, which is then assigned to pdev-dev.ofnode. The function...

8.4CVSS0.00144EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/11 8:19 p.m.4 views

DEBIAN-CVE-2026-89504

In the Linux kernel, the following vulnerability has been resolved: regulator: as3722getregulatordtdata: fix premature ofnodeput leaving dangling ofnode pointer In as3722getregulatordtdata, ofgetchildbyname acquires a reference on np, which is then assigned to pdev-dev.ofnode. The function...

8.4CVSS0.00144EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/11 8:19 p.m.5 views

CVE-2026-89504

In the Linux kernel, the following vulnerability has been resolved: regulator: as3722getregulatordtdata: fix premature ofnodeput leaving dangling ofnode pointer In as3722getregulatordtdata, ofgetchildbyname acquires a reference on np, which is then assigned to pdev-dev.ofnode. The function...

8.4CVSS0.00144EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:43 p.m.7 views

EUVD-2026-76410

In the Linux kernel, the following vulnerability has been resolved: regulator: as3722getregulatordtdata: fix premature ofnodeput leaving dangling ofnode pointer In as3722getregulatordtdata, ofgetchildbyname acquires a reference on np, which is then assigned to pdev-dev.ofnode. The function...

0.00144EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.7 views

CVE-2026-89504

In the Linux kernel, the following vulnerability has been resolved: regulator: as3722getregulatordtdata: fix premature ofnodeput leaving dangling ofnode pointer In as3722getregulatordtdata, ofgetchildbyname acquires a reference on np, which is then assigned to pdev-dev.ofnode. The function...

8.4CVSS0.00144EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:43 p.m.10 views

CVE-2026-89504

CVE-2026-89504 is a use-after-free (dangling pointer) vulnerability in the Linux kernel's regulator subsystem , specifically in the as3722 driver. In as3722_get_regulator_dt_data(), a device tree node reference acquired via of_get_child_by_name() is prematurely released by an immediate of_node_pu...

8.4CVSS0.00144EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/09/05 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-80750

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - pmdomain: mediatek: fix remaining %pOF after ofnodeput scpsysgetbusprotectionlegacy looks up several legacy bus protection regmaps from device-tree nodes. Two...

8.4CVSS6.2AI score0.0018EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/09/04 4:48 p.m.12 views

CVE-2026-80874

In the Linux kernel, the following vulnerability has been resolved: arm64: dts: renesas: ironhide: Describe inline ECC carveouts The DBSC5 DRAM controller protects DRAM content using inline ECC. The inline ECC utilizes areas of DRAM for its operation, which are in the DRAM address range, but must...

5.8AI score0.00145EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2026/09/04 12:00 a.m.9 views

CVE-2026-80750

In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: fix remaining %pOF after ofnodeput scpsysgetbusprotectionlegacy looks up several legacy bus protection regmaps from device-tree nodes. Two error paths put the device node before checking whether the regmap...

8.4CVSS5.4AI score0.0018EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2026/09/04 12:00 a.m.8 views

The vulnerability of the `of_unittest_changeset()` function in the `drivers/of/unittest.c` module of the Linux operating system’s device and open-source driver tree allows a attacker to compromise the confidentiality, integrity, and accessibility of protected information.

The vulnerability of the ofunittestchangeset function in the drivers/of/unittest.c module of the Linux device and open-source kernel tree driver framework is related to the reutilization of previously freed memory. Exploiting this vulnerability could allow an attacker to compromise the...

8.4CVSS7.7AI score0.0014EPSS
SaveExploits0References8Affected Software2
RedhatCVE
RedhatCVE
added 2026/08/31 11:15 a.m.10 views

CVE-2026-80723

A flaw was found in the of: reservedmem component of the Linux kernel. When the device tree defines more dynamic regions than the MAXRESERVEDREGIONS array can hold, the fdtscanreservedmem function performs an out-of-bounds write. This vulnerability can lead to memory corruption, potentially...

8.4CVSS5.8AI score0.00134EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/31 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-80723

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - of: reservedmem: prevent OOB when too many dynamic regions are defined On boot, fdtscanreservedmem saves each dynamically-placed /reserved-memory subnode into a...

8.4CVSS5.4AI score0.00134EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/28 8:16 a.m.12 views

CVE-2026-80723

In the Linux kernel, the following vulnerability has been resolved: of: reservedmem: prevent OOB when too many dynamic regions are defined On boot, fdtscanreservedmem saves each dynamically-placed /reserved-memory subnode into a local array of size MAXRESERVEDREGIONS. If the device tree defines...

8.4CVSS0.00134EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/28 8:16 a.m.12 views

CVE-2026-80723

In the Linux kernel, the following vulnerability has been resolved: of: reservedmem: prevent OOB when too many dynamic regions are defined On boot, fdtscanreservedmem saves each dynamically-placed /reserved-memory subnode into a local array of size MAXRESERVEDREGIONS. If the device tree defines...

8.4CVSS5.8AI score0.00134EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/28 8:16 a.m.7 views

UBUNTU-CVE-2026-80723

In the Linux kernel, the following vulnerability has been resolved: of: reservedmem: prevent OOB when too many dynamic regions are defined On boot, fdtscanreservedmem saves each dynamically-placed /reserved-memory subnode into a local array of size MAXRESERVEDREGIONS. If the device tree defines...

8.4CVSS5.8AI score0.00134EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/28 6:53 a.m.38 views

CVE-2026-80723 of: reserved_mem: prevent OOB when too many dynamic regions are defined

In the Linux kernel, the following vulnerability has been resolved: of: reservedmem: prevent OOB when too many dynamic regions are defined On boot, fdtscanreservedmem saves each dynamically-placed /reserved-memory subnode into a local array of size MAXRESERVEDREGIONS. If the device tree defines...

8.4CVSS0.00134EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/28 6:53 a.m.39 views

CVE-2026-80723

CVE-2026-80723 affects the Linux kernel in the of: reserved_mem subsystem. During boot, the function fdt_scan_reserved_mem() stores each dynamically-placed /reserved-memory subnode into a local array of fixed size MAX_RESERVED_REGIONS. When the device tree defines more dynamically-placed regions ...

8.4CVSS5.8AI score0.00134EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/28 6:53 a.m.13 views

CVE-2026-80723 of: reserved_mem: prevent OOB when too many dynamic regions are defined

In the Linux kernel, the following vulnerability has been resolved: of: reservedmem: prevent OOB when too many dynamic regions are defined On boot, fdtscanreservedmem saves each dynamically-placed /reserved-memory subnode into a local array of size MAXRESERVEDREGIONS. If the device tree defines...

8.4CVSS5.8AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/28 6:53 a.m.8 views

EUVD-2026-67458

In the Linux kernel, the following vulnerability has been resolved: of: reservedmem: prevent OOB when too many dynamic regions are defined On boot, fdtscanreservedmem saves each dynamically-placed /reserved-memory subnode into a local array of size MAXRESERVEDREGIONS. If the device tree defines...

5.8AI score0.00134EPSS
SaveExploits0References4
Rows per page
Query Builder