Lucene search
+L

67258 matches found

CVE
CVE
added 2026/06/08 3:41 p.m.47 views

CVE-2026-46288

CVE-2026-46288 (Linux kernel). The issue is a use-after-free in unittest changeset handling of device-tree nodes: a pointer (parent) shares the same struct device_node as nchangeset, and of_node_put(nchangeset) can drop the refcount to zero while code still uses parent to inspect properties, lead...

8.4CVSS5.5AI score0.0014EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/06/08 3:41 p.m.6 views

CVE-2026-46288 of: unittest: fix use-after-free in of_unittest_changeset()

In the Linux kernel, the following vulnerability has been resolved: of: unittest: fix use-after-free in ofunittestchangeset The variable 'parent' is assigned the value of 'nchangeset' earlier in the function, meaning both point to the same struct devicenode. The call to ofnodeputnchangeset can...

8.4CVSS5.8AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/06/08 3:41 p.m.11 views

CVE-2026-46285

In the Linux kernel, the following vulnerability has been resolved: mtd: docg3: fix use-after-free in docg3release In docg3release, the docg3 pointer is obtained from cascade-floors0-priv before the loop that calls docreleasedevice on each floor. docreleasedevice frees the docg3 struct via...

5.3AI score0.00126EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2026/06/08 3:41 p.m.16 views

EUVD-2026-35150

In the Linux kernel, the following vulnerability has been resolved: mtd: docg3: fix use-after-free in docg3release In docg3release, the docg3 pointer is obtained from cascade-floors0-priv before the loop that calls docreleasedevice on each floor. docreleasedevice frees the docg3 struct via...

5.4AI score0.00126EPSS
SaveExploits0References8
CVE
CVE
added 2026/06/08 3:41 p.m.64 views

CVE-2026-46285

CVE-2026-46285 : In the Linux kernel, the mtd/docg3 release path has a use-after-free: docg3 is obtained from cascade->floors[0]->priv, then freed by doc_release_device() before the loop completes, and later code dereferences docg3 via docg3->cascade->bch. The root cause is using a fr...

7.8CVSS5.4AI score0.00126EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/06/08 3:41 p.m.48 views

CVE-2026-46285 mtd: docg3: fix use-after-free in docg3_release()

In the Linux kernel, the following vulnerability has been resolved: mtd: docg3: fix use-after-free in docg3release In docg3release, the docg3 pointer is obtained from cascade-floors0-priv before the loop that calls docreleasedevice on each floor. docreleasedevice frees the docg3 struct via...

0.00126EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/06/08 3:41 p.m.28 views

CVE-2026-46285

In the Linux kernel, the following vulnerability has been resolved: mtd: docg3: fix use-after-free in docg3release In docg3release, the docg3 pointer is obtained from cascade-floors0-priv before the loop that calls docreleasedevice on each floor. docreleasedevice frees the docg3 struct via...

7.8CVSS5.3AI score0.00126EPSS
SaveExploits0
OSV
OSV
added 2026/06/08 3:41 p.m.7 views

CVE-2026-46285 mtd: docg3: fix use-after-free in docg3_release()

In the Linux kernel, the following vulnerability has been resolved: mtd: docg3: fix use-after-free in docg3release In docg3release, the docg3 pointer is obtained from cascade-floors0-priv before the loop that calls docreleasedevice on each floor. docreleasedevice frees the docg3 struct via...

5.8AI score
SaveExploits0References11
CVE
CVE
added 2026/06/08 3:41 p.m.40 views

CVE-2026-46277

CVE-2026-46277 in the Linux kernel fixes a use-after-free-like condition in mm/zone_device where a device folio can change after calling folio_free(), risking invalid extraction of the pgmap if touched again. The issue arises because a folio may be reallocated by a driver with a different order, ...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/06/08 3:41 p.m.7 views

CVE-2026-46277 mm/zone_device: do not touch device folio after calling ->folio_free()

In the Linux kernel, the following vulnerability has been resolved: mm/zonedevice: do not touch device folio after calling -foliofree The contents of a device folio can immediately change after calling -foliofree, as the folio may be reallocated by a driver with a different order. Instead of...

7.8CVSS6.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/06/08 3:41 p.m.55 views

CVE-2026-46277 mm/zone_device: do not touch device folio after calling ->folio_free()

In the Linux kernel, the following vulnerability has been resolved: mm/zonedevice: do not touch device folio after calling -foliofree The contents of a device folio can immediately change after calling -foliofree, as the folio may be reallocated by a driver with a different order. Instead of...

7.8CVSS0.0012EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/06/08 3:41 p.m.23 views

EUVD-2026-35142

In the Linux kernel, the following vulnerability has been resolved: mm/zonedevice: do not touch device folio after calling -foliofree The contents of a device folio can immediately change after calling -foliofree, as the folio may be reallocated by a driver with a different order. Instead of...

5.4AI score0.0012EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/06/08 3:41 p.m.19 views

CVE-2026-46277

In the Linux kernel, the following vulnerability has been resolved: mm/zonedevice: do not touch device folio after calling -foliofree The contents of a device folio can immediately change after calling -foliofree, as the folio may be reallocated by a driver with a different order. Instead of...

5.3AI score0.0012EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2026/06/08 3:41 p.m.24 views

CVE-2026-46277

In the Linux kernel, the following vulnerability has been resolved: mm/zonedevice: do not touch device folio after calling -foliofree The contents of a device folio can immediately change after calling -foliofree, as the folio may be reallocated by a driver with a different order. Instead of...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0
EUVD
EUVD
added 2026/06/08 3:25 p.m.26 views

EUVD-2026-35103

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to version 3.1.2, a mass assignment vulnerability exists in the variable update endpoint of FlowiseAI. The endpoint allows authenticated users to modify server-controlled properties such as workspaceId,...

7.6CVSS5.5AI score0.00254EPSS
SaveExploits1References2
CVE
CVE
added 2026/06/08 3:25 p.m.98 views

CVE-2026-42861

Summary: CVE-2026-42861 affects Flowise (pre-3.1.2) with a mass assignment flaw in the variable update endpoint. What’s vulnerable: the PUT /api/v1/variables/{variableId} endpoint allows authenticated users to modify server-controlled fields (workspaceId, createdDate, updatedDate) by submitting t...

9.6CVSS5.5AI score0.00254EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2026/06/08 3:25 p.m.54 views

CVE-2026-42861 Flowise: Mass Assignment in Variable Update Endpoint Allows Cross-Workspace Resource Reassignment

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to version 3.1.2, a mass assignment vulnerability exists in the variable update endpoint of FlowiseAI. The endpoint allows authenticated users to modify server-controlled properties such as workspaceId,...

7.6CVSS0.00254EPSS
SaveExploits1References2
OSV
OSV
added 2026/06/08 3:25 p.m.12 views

CVE-2026-42861 Flowise: Mass Assignment in Variable Update Endpoint Allows Cross-Workspace Resource Reassignment

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to version 3.1.2, a mass assignment vulnerability exists in the variable update endpoint of FlowiseAI. The endpoint allows authenticated users to modify server-controlled properties such as workspaceId,...

7.6CVSS6AI score
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/06/08 3:25 p.m.10 views

CVE-2026-42861

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to version 3.1.2, a mass assignment vulnerability exists in the variable update endpoint of FlowiseAI. The endpoint allows authenticated users to modify server-controlled properties such as workspaceId,...

7.6CVSS5.5AI score0.00254EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/06/08 3:25 p.m.19 views

CVE-2026-42861 Flowise: Mass Assignment in Variable Update Endpoint Allows Cross-Workspace Resource Reassignment

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to version 3.1.2, a mass assignment vulnerability exists in the variable update endpoint of FlowiseAI. The endpoint allows authenticated users to modify server-controlled properties such as workspaceId,...

7.6CVSS5.5AI score0.00254EPSS
SaveExploits1References2
Rows per page
Query Builder