Lucene search
+L

2565 matches found

Github Security Blog
Github Security Blog
added 2026/08/24 8:09 p.m.2 views

django CMS: Plugin move endpoint allows cyclic reparenting (DoS)

Summary The moveplugin admin endpoint does not prevent a plugin from being reparented under itself or one of its own descendants. Doing so creates a cycle in the plugin tree, after which the recursive descendant/ancestor SQL queries loop without terminating, stalling the request worker. Details...

7.1CVSS0.00345EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2026/08/22 4:16 p.m.7 views

CVE-2026-74606

In the Linux kernel, the following vulnerability has been resolved: eventfs: Fix use-after-free in eventfsremoverec eventfsremoverec recursively removes the child at the current loop position. After the recursive call returns, listforeachentry advances by reading list.next from the removed child...

0.00209EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/22 3:31 p.m.5 views

CVE-2026-74606 eventfs: Fix use-after-free in eventfs_remove_rec()

In the Linux kernel, the following vulnerability has been resolved: eventfs: Fix use-after-free in eventfsremoverec eventfsremoverec recursively removes the child at the current loop position. After the recursive call returns, listforeachentry advances by reading list.next from the removed child...

5.8AI score
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:31 p.m.15 views

CVE-2026-74606

CVE-2026-74606 is a use-after-free vulnerability in the Linux kernel 's eventfs (event filesystem) subsystem, specifically in eventfs_remove_rec(). The function recursively removes child entries from a list; after the recursive call returns, list_for_each_entry() advances by reading list.next fro...

5.6AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.22 views

CVE-2026-74606 eventfs: Fix use-after-free in eventfs_remove_rec()

In the Linux kernel, the following vulnerability has been resolved: eventfs: Fix use-after-free in eventfsremoverec eventfsremoverec recursively removes the child at the current loop position. After the recursive call returns, listforeachentry advances by reading list.next from the removed child...

0.00209EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.10 views

PT-2026-79611

In the Linux kernel, the following vulnerability has been resolved: eventfs: Fix use-after-free in eventfs remove rec eventfs remove rec recursively removes the child at the current loop position. After the recursive call returns, list for each entry advances by reading list.next from the removed...

5.5AI score0.00209EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/21 9:34 p.m.29 views

CVE-2026-53531

RaTeX (a KaTeX-compatible math rendering engine in Rust) is affected by an unbounded parser recursion in its ratex-parser crate. The recursive-descent parser (parse_expression → parse_atom → parse_group) has no maximum depth limit , so a ~10 KB input of nested groups (e.g., repeated {, \left, \sq...

6.9CVSS5.4AI score0.00257EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/21 9:34 p.m.10 views

CVE-2026-53531 ratex-parser has unbounded parser recursion that leads to stack overflow (process abort)

RaTeX is a KaTeX-compatible math rendering engine written in Rust. Prior to version 0.1.11, RaTeX’s recursive-descent parser recurses one or more native stack frame per nesting level at , \left, \sqrt, ^, etc, with no maximum depth limit. A short, 10 KB input of nested groups overflows the 8 MB...

6.9CVSS5.6AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/20 6:34 p.m.9 views

Zoo Design Studio: Recursive KCL parsing is vulnerable to denial-of-service

Impact Feeding a KCL program that wraps an expression in deep, unnecessary parentheses triggers the parser’s recursive expression - unnecessarilybracketed - expression path. With enough nesting, the call stack grows until it exceeds the process stack limit, causing a stack overflow...

5.4AI score
SaveExploits0References2Affected Software2
OSV
OSV
added 2026/08/20 6:34 p.m.6 views

GHSA-JGVR-6X5W-HX5W Zoo Design Studio: Recursive KCL parsing is vulnerable to denial-of-service

Impact Feeding a KCL program that wraps an expression in deep, unnecessary parentheses triggers the parser’s recursive expression - unnecessarilybracketed - expression path. With enough nesting, the call stack grows until it exceeds the process stack limit, causing a stack overflow...

6.9CVSS5.5AI score
SaveExploits0References2
NVD
NVD
added 2026/08/20 6:16 p.m.8 views

CVE-2026-54623

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.8, the moveplugin endpoint in cms/admin/placeholderadmin.py accepts an attacker-controlled pluginparent value without rejecting a plugin’s own identifier or a descendant...

7.1CVSS0.00345EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 6:02 p.m.9 views

CVE-2026-54623 django CMS: Plugin move endpoint allows cyclic reparenting (DoS)

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.8, the moveplugin endpoint in cms/admin/placeholderadmin.py accepts an attacker-controlled pluginparent value without rejecting a plugin’s own identifier or a descendant...

7.1CVSS5.4AI score
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/20 5:39 p.m.8 views

CVE-2026-74331

A flaw was found in the Linux kernel's firmware loader. During system suspend or hibernation, a recursive locking deadlock can occur in the power management notification handler. This happens when memory allocation for asynchronous firmware caching fails, causing a synchronous execution path to...

5.5CVSS5.7AI score0.0019EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/20 5:17 p.m.12 views

CVE-2026-40345

deepmerge-ts is a typescript library providing functionality to deep merging of javascript objects. Prior to 8.0.0, the deepmerge, deepmergeCustom, deepmergeInto, and deepmergeIntoCustom APIs do not track visited objects or object pairs when recursively merging records. When two input values...

8.2CVSS0.00561EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2026/08/20 4:33 p.m.7 views

CVE-2026-40345 deepmerge-ts: Stack exhaustion when merging recursive object graphs

deepmerge-ts is a typescript library providing functionality to deep merging of javascript objects. Prior to 8.0.0, the deepmerge, deepmergeCustom, deepmergeInto, and deepmergeIntoCustom APIs do not track visited objects or object pairs when recursively merging records. When two input values...

8.2CVSS5.3AI score0.00561EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2026/08/20 4:33 p.m.39 views

CVE-2026-40345 deepmerge-ts: Stack exhaustion when merging recursive object graphs

deepmerge-ts is a typescript library providing functionality to deep merging of javascript objects. Prior to 8.0.0, the deepmerge, deepmergeCustom, deepmergeInto, and deepmergeIntoCustom APIs do not track visited objects or object pairs when recursively merging records. When two input values...

8.2CVSS0.00561EPSS
SaveExploits1References4
EUVD
EUVD
added 2026/08/20 4:33 p.m.9 views

EUVD-2026-63468

deepmerge-ts is a typescript library providing functionality to deep merging of javascript objects. Prior to 8.0.0, the deepmerge, deepmergeCustom, deepmergeInto, and deepmergeIntoCustom APIs do not track visited objects or object pairs when recursively merging records. When two input values...

8.2CVSS5.2AI score0.00561EPSS
SaveExploits1References4
OSV
OSV
added 2026/08/20 4:33 p.m.18 views

CVE-2026-40345 deepmerge-ts: Stack exhaustion when merging recursive object graphs

deepmerge-ts is a typescript library providing functionality to deep merging of javascript objects. Prior to 8.0.0, the deepmerge, deepmergeCustom, deepmergeInto, and deepmergeIntoCustom APIs do not track visited objects or object pairs when recursively merging records. When two input values...

8.2CVSS5.5AI score
SaveExploits0References6
OSV
OSV
added 2026/08/20 4:18 p.m.11 views

CVE-2026-64846 Nix: Arbitrary file truncation outside the sandbox with recursive-nix experimental feature

Nix is a package manager for Linux and other Unix systems. Prior to 2.35.0, a malicious derivation executed with the recursive-nix experimental feature can exploit a time-of-check/time-of-use race involving final symlink handling in the LocalStore restore path. The race can cause writeFile to...

2.8CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/20 4:18 p.m.25 views

CVE-2026-64846 Nix: Arbitrary file truncation outside the sandbox with recursive-nix experimental feature

Nix is a package manager for Linux and other Unix systems. Prior to 2.35.0, a malicious derivation executed with the recursive-nix experimental feature can exploit a time-of-check/time-of-use race involving final symlink handling in the LocalStore restore path. The race can cause writeFile to...

2.8CVSS0.00087EPSS
SaveExploits0References3
Rows per page
Query Builder