Lucene search
+L

142 matches found

OSV
OSV
added yesterday4 views

UBUNTU-CVE-2026-72179

In the Linux kernel, the following vulnerability has been resolved: riscv: cacheinfo: Fix node reference leak in populatecacheleaves Currently, the while loop drops the reference to prev in each iteration. If the loop terminates early due to a break, the final ofnodeputnp correctly drops the...

5.4AI score0.00206EPSS
SaveExploits0References9
NVD
NVD
added 3 days ago3 views

CVE-2026-72179

In the Linux kernel, the following vulnerability has been resolved: riscv: cacheinfo: Fix node reference leak in populatecacheleaves Currently, the while loop drops the reference to prev in each iteration. If the loop terminates early due to a break, the final ofnodeputnp correctly drops the...

0.00206EPSS
SaveExploits0References6
EUVD
EUVD
added 3 days ago11 views

EUVD-2026-58937

In the Linux kernel, the following vulnerability has been resolved: riscv: cacheinfo: Fix node reference leak in populatecacheleaves Currently, the while loop drops the reference to prev in each iteration. If the loop terminates early due to a break, the final ofnodeputnp correctly drops the...

5.4AI score0.00206EPSS
SaveExploits0References6
Cvelist
Cvelist
added 3 days ago18 views

CVE-2026-72179 riscv: cacheinfo: Fix node reference leak in populate_cache_leaves

In the Linux kernel, the following vulnerability has been resolved: riscv: cacheinfo: Fix node reference leak in populatecacheleaves Currently, the while loop drops the reference to prev in each iteration. If the loop terminates early due to a break, the final ofnodeputnp correctly drops the...

0.00206EPSS
SaveExploits0References6
CVE
CVE
added 3 days ago11 views

CVE-2026-72179

The CVE-2026-72179 entry concerns the Linux kernel (riscv) cacheinfo: populate_cache_leaves. A node reference leak occurs because the final of_node_put(np) can leak the last valid node when the loop finishes with np == NULL. The fix, as documented in multiple sources, changes the final call from ...

5.4AI score0.00206EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 3 days ago11 views

PT-2026-72367

In the Linux kernel, the following vulnerability has been resolved: riscv: cacheinfo: Fix node reference leak in populate cache leaves Currently, the while loop drops the reference to prev in each iteration. If the loop terminates early due to a break, the final of node putnp correctly drops the...

5.4AI score0.00206EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/28 2:16 p.m.12 views

CVE-2026-66921

Pivotick’s Markdown node-reference renderer failed to HTML-escape the attacker-controlled nodeName value before interpolating it into both the data-node-name attribute and the body of a generated element. Because the node-reference tokenizer rejected only square brackets, a crafted node name coul...

6.3CVSS0.00277EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/28 1:5 p.m.10 views

EUVD-2026-49844

Pivotick’s Markdown node-reference renderer failed to HTML-escape the attacker-controlled nodeName value before interpolating it into both the data-node-name attribute and the body of a generated element. Because the node-reference tokenizer rejected only square brackets, a crafted node name coul...

6.3CVSS6.1AI score0.00277EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/28 1:5 p.m.8 views

CVE-2026-66921

Pivotick’s Markdown node-reference renderer failed to HTML-escape the attacker-controlled nodeName value before interpolating it into both the data-node-name attribute and the body of a generated element. Because the node-reference tokenizer rejected only square brackets, a crafted node name coul...

6.3CVSS6.1AI score0.00277EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/25 4:46 p.m.7 views

SUSE CVE-2026-64301

In the Linux kernel, the following vulnerability has been resolved: regulator: scmi: fix ofnode refcount leak in scmiregulatorprobe scmiregulatorprobe calls offindnodebyname which takes a reference on the returned device node. On the error path where processscmiregulatorofnode fails, the function...

5.8AI score0.00206EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.13 views

CVE-2026-64301

In the Linux kernel, the following vulnerability has been resolved: regulator: scmi: fix ofnode refcount leak in scmiregulatorprobe scmiregulatorprobe calls offindnodebyname which takes a reference on the returned device node. On the error path where processscmiregulatorofnode fails, the function...

5.2AI score0.00206EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/07/25 8:49 a.m.9 views

EUVD-2026-49013

In the Linux kernel, the following vulnerability has been resolved: regulator: scmi: fix ofnode refcount leak in scmiregulatorprobe scmiregulatorprobe calls offindnodebyname which takes a reference on the returned device node. On the error path where processscmiregulatorofnode fails, the function...

5.8AI score0.00206EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-64301

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - regulator: scmi: fix ofnode refcount leak in scmiregulatorprobe scmiregulatorprobe calls offindnodebyname which takes a reference on the returned device node. O...

5.4AI score0.00206EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.19 views

PT-2026-64522

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A reference count leak occurs in the scmi regulator probe function. This happens because the function calls of find node by name, which increments the reference count of the returned...

5.3AI score0.00206EPSS
SaveExploits0References20
OSV
OSV
added 2026/07/24 4:16 p.m.7 views

DEBIAN-CVE-2026-64246

In the Linux kernel, the following vulnerability has been resolved: power: reset: linkstation-poweroff: fix use-after-free in the linkstationpoweroffinit Move ofnodeputdn after the ofmatchnode call, which still needs the node pointer. The node reference is correctly released after use...

7.8CVSS5.7AI score0.00117EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/24 4:16 p.m.11 views

CVE-2026-64246

In the Linux kernel, the following vulnerability has been resolved: power: reset: linkstation-poweroff: fix use-after-free in the linkstationpoweroffinit Move ofnodeputdn after the ofmatchnode call, which still needs the node pointer. The node reference is correctly released after use...

7.8CVSS0.00117EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/07/24 4:16 p.m.15 views

CVE-2026-64246

In the Linux kernel, the following vulnerability has been resolved: power: reset: linkstation-poweroff: fix use-after-free in the linkstationpoweroffinit Move ofnodeputdn after the ofmatchnode call, which still needs the node pointer. The node reference is correctly released after use...

5.3AI score0.00117EPSS
SaveExploits0References9
CVE
CVE
added 2026/07/24 3:31 p.m.30 views

CVE-2026-64246

CVE-2026-64246 affects the Linux kernel: a use-after-free in power: reset handling for linkstation-poweroff. The bug is due to moving of_node_put(dn) after the of_match_node() call, with the node reference not released until after use. Public reports confirm a patch, and several OS/vendor advisor...

7.8CVSS5.7AI score0.00117EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/07/24 3:31 p.m.14 views

EUVD-2026-48655

In the Linux kernel, the following vulnerability has been resolved: power: reset: linkstation-poweroff: fix use-after-free in the linkstationpoweroffinit Move ofnodeputdn after the ofmatchnode call, which still needs the node pointer. The node reference is correctly released after use...

5.7AI score0.00117EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/24 3:31 p.m.41 views

CVE-2026-64246 power: reset: linkstation-poweroff: fix use-after-free in the linkstation_poweroff_init()

In the Linux kernel, the following vulnerability has been resolved: power: reset: linkstation-poweroff: fix use-after-free in the linkstationpoweroffinit Move ofnodeputdn after the ofmatchnode call, which still needs the node pointer. The node reference is correctly released after use...

0.00117EPSS
SaveExploits0References7
Rows per page
Query Builder