Lucene search
+L

255528 matches found

OSV
OSV
added 2026/07/24 4:16 p.m.8 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.12 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
OSV
OSV
added 2026/07/24 4:16 p.m.7 views

DEBIAN-CVE-2026-64220

In the Linux kernel, the following vulnerability has been resolved: device property: set fwnode-secondary to NULL in fwnodeinit If a firmware node is allocated on the stack for instance: temporary software node whose life-time we control or on the heap - but using a non-zeroing allocation functio...

5.5CVSS5.6AI score0.00123EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/24 4:16 p.m.9 views

CVE-2026-64220

In the Linux kernel, the following vulnerability has been resolved: device property: set fwnode-secondary to NULL in fwnodeinit If a firmware node is allocated on the stack for instance: temporary software node whose life-time we control or on the heap - but using a non-zeroing allocation functio...

5.5CVSS0.00123EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/07/24 4:16 p.m.17 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.8CVSS5.3AI score0.00117EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/24 3:31 p.m.10 views

CVE-2026-64249 fpga: region: fix use-after-free in child_regions_with_firmware()

In the Linux kernel, the following vulnerability has been resolved: fpga: region: fix use-after-free in childregionswithfirmware Move ofnodeputchildregion after the error print to avoid accessing freed memory when prerr references childregion. Yilun: Fix the Fixes tag...

5.7AI score
SaveExploits0References11
CVE
CVE
added 2026/07/24 3:31 p.m.32 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.15 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.42 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
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:31 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...

5.7AI score0.00117EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/07/24 3:23 p.m.34 views

CVE-2026-64220 device property: set fwnode->secondary to NULL in fwnode_init()

In the Linux kernel, the following vulnerability has been resolved: device property: set fwnode-secondary to NULL in fwnodeinit If a firmware node is allocated on the stack for instance: temporary software node whose life-time we control or on the heap - but using a non-zeroing allocation functio...

0.00123EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/24 3:23 p.m.10 views

CVE-2026-64220 device property: set fwnode->secondary to NULL in fwnode_init()

In the Linux kernel, the following vulnerability has been resolved: device property: set fwnode-secondary to NULL in fwnodeinit If a firmware node is allocated on the stack for instance: temporary software node whose life-time we control or on the heap - but using a non-zeroing allocation functio...

5.7AI score
SaveExploits0References10
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:23 p.m.11 views

CVE-2026-64220

In the Linux kernel, the following vulnerability has been resolved: device property: set fwnode-secondary to NULL in fwnodeinit If a firmware node is allocated on the stack for instance: temporary software node whose life-time we control or on the heap - but using a non-zeroing allocation functio...

5.6AI score0.00123EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2026/07/24 3:23 p.m.12 views

EUVD-2026-48628

In the Linux kernel, the following vulnerability has been resolved: device property: set fwnode-secondary to NULL in fwnodeinit If a firmware node is allocated on the stack for instance: temporary software node whose life-time we control or on the heap - but using a non-zeroing allocation functio...

5.7AI score0.00123EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/24 3:23 p.m.21 views

CVE-2026-64220

CVE-2026-64220 — Linux kernel : The issue arises when a firmware node is allocated (stack or heap) with a non-zeroing allocator and initialized via fwnode_init(), leaving fwnode->secondary with uninitialized memory. This can lead to dereferencing a non-NULL, non-ERR pointer (e.g., in dev_to_sw...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References7Affected Software1
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/07/24 6:42 a.m.22 views

Malicious code in subapp-pkg-util (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector ae51b43e9a5110ec02eb9aa1cbf03837b2a560f4b6c8168b1c2d675802a113ae package.json declares a postinstall hook that runs index.js on npm install. index.js collects host identifiers os.hostname, os.userInfo, os.platform,...

5.5AI score
SaveExploits0References1
OSV
OSV
added 2026/07/24 5:17 a.m.13 views

ROOT-APP-NPM-CVE-2026-59875 CVE-2026-59875 in @rootio/tar - Patched by Root

Root has patched CVE-2026-59875 in the @rootio/tar package for Root:npm. Multiple fixed versions available...

5.3CVSS5.2AI score0.00292EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/24 12:00 a.m.19 views

PT-2026-64361

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the linkstation poweroff init function. This occurs because of node putdn is called before of match node, which still requires the node pointer. A...

7.8CVSS5.4AI score0.00117EPSS
SaveExploits0References21
Positive Technologies
Positive Technologies
added 2026/07/24 12:00 a.m.4 views

PT-2026-71714

Name of the Vulnerable Software and Affected Versions node-tar versions prior to 7.5.21 Description The filesFilter in src/list.ts uses a recursive mapHas helper to traverse archive entry paths upward using path.dirname without a segment limit when tar.t... or tar.x... is called with a non-empty...

7.5CVSS5.3AI score0.00379EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/07/24 12:00 a.m.14 views

PT-2026-64335

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the fwnode init function where the secondary pointer of a firmware node is not properly initialized. When a firmware node is allocated on the stack or on the heap usin...

5.5CVSS5.9AI score0.00123EPSS
SaveExploits0
Rows per page
Query Builder