Lucene search
+L

517 matches found

CVE
CVE
added 2026/09/04 3:12 p.m.5 views

CVE-2026-80783

CVE-2026-80783 affects the Linux kernel's HID magicmouse driver. The function magicmouse_raw_event() handles DOUBLE_REPORT_ID (0xf7) packets by splitting them and recursing on each half. The only guard was a size

5.7AI score0.00195EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/04 3:12 p.m.4 views

EUVD-2026-71426

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: prevent unbounded recursion in magicmouserawevent magicmouserawevent handles DOUBLEREPORTID 0xf7 packets, which pack two touch reports into one, by splitting the packet and calling itself on each half. The only...

5.7AI score0.00195EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/04 3:12 p.m.6 views

CVE-2026-80783

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: prevent unbounded recursion in magicmouserawevent magicmouserawevent handles DOUBLEREPORTID 0xf7 packets, which pack two touch reports into one, by splitting the packet and calling itself on each half. The only...

5.7AI score0.00195EPSS
SaveExploits0
OSV
OSV
added 2026/09/04 3:12 p.m.2 views

CVE-2026-80783 HID: magicmouse: prevent unbounded recursion in magicmouse_raw_event()

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: prevent unbounded recursion in magicmouserawevent magicmouserawevent handles DOUBLEREPORTID 0xf7 packets, which pack two touch reports into one, by splitting the packet and calling itself on each half. The only...

5.9AI score
SaveExploits0References11
NVD
NVD
added 2026/09/03 9:17 p.m.7 views

CVE-2026-77465

toml-node is a TOML parser for Node.js and the browser. Prior to 4.2.0, toml.parse uses a Peggy 5.1.0 generated recursive-descent parser in lib/parser.js whose peg$parsevalue, peg$parsearray, and peg$parseinlinetableentry functions recurse through nested arrays and inline tables without a depth...

7.5CVSS0.00358EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/03 2:00 a.m.7 views

CVE-2026-39376

CVE-2026-39376 CVE-2026-39376(通过 meta-refresh 链实现无限重定向循环 DoS) 摘要 当 parse 获取一个返回包含 标签的 HTML 页面的 URL 时,它会使用重定向 URL 递归调用自身——没有深度限制、没有已访问 URL 去重、也没有重定向次数上限。攻击者控制的服务器返回无限链的 HTML meta-refresh 响应,会导致无界递归,耗尽 Python 调用栈并使进程崩溃。此漏洞还可以与配套的 SSRF 问题链式利用,在绕过初始 URL 检查后访问内部网络目标。 详情 parse 在 XML 解析失败时捕获 ValueError,...

7.5CVSS5.9AI score0.00328EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2026/09/03 12:00 a.m.8 views

PT-2026-85248

Name of the Vulnerable Software and Affected Versions toml-node versions prior to 4.2.0 Description A remote unauthenticated attacker can cause a denial of service in Node.js applications by providing a specially crafted TOML document. The toml.parse function uses a recursive-descent parser that...

7.5CVSS5.4AI score0.00358EPSS
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/02 11:10 p.m.6 views

CVE-2026-26903-PoC

CVE-2026-26903 PoC TanStack Query 的replaceEqualDeep 函数中因无界递归导致的拒绝服务 单个精心构造的、包含深度嵌套对象的查询更新即可无限期冻结 JavaScript 线程 ,导致应用程序完全无响应。无需任何身份验证或特殊权限。 受影响版本 此漏洞已在 @tanstack/[email protected] 中通过 PR 10032 修复,该版本于 2026 年 1 月 14 日发布。 包名| 受影响版本| 修复版本 ---|---|--- @tanstack/query-core|...

6AI score
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/09/02 2:33 p.m.11 views

NLTK: Uncontrolled resource consumption in RecursiveDescentParser via ambiguous or left-recursive grammars

nltk.parse.RecursiveDescentParser and SteppingRecursiveDescentParser enumerate parses top-down with no bound on the number of recursive steps. A small, crafted context-free grammar makes a short input consume unbounded CPU and/or exhaust the Python recursion stack, pinning a process indefinitely ...

5.8AI score
SaveExploits0References5Affected Software1
SUSE CVE
SUSE CVE
added 2026/09/02 11:31 a.m.8 views

SUSE CVE-2026-81928

Net::DNS versions before 1.57 for Perl allow memory exhaustion via unbounded recursion in sigdata when re-encoding a message with a misplaced TSIG record. sigdata signs a message by re-encoding it, and removes TSIG records only from the additional section. A TSIG decoded into the answer or...

7.5CVSS5.9AI score0.00485EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/02 12:31 a.m.8 views

EUVD-2026-69727

Net::DNS versions before 1.57 for Perl allow memory exhaustion via unbounded recursion in sigdata when re-encoding a message with a misplaced TSIG record. sigdata signs a message by re-encoding it, and removes TSIG records only from the additional section. A TSIG decoded into the answer or...

5.9AI score0.00485EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/02 12:18 a.m.7 views

CVE-2026-81928

Net::DNS versions before 1.57 for Perl allow memory exhaustion via unbounded recursion in sigdata when re-encoding a message with a misplaced TSIG record. sigdata signs a message by re-encoding it, and removes TSIG records only from the additional section. A TSIG decoded into the answer or...

7.5CVSS0.00485EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/02 12:18 a.m.5 views

DEBIAN-CVE-2026-81928

Net::DNS versions before 1.57 for Perl allow memory exhaustion via unbounded recursion in sigdata when re-encoding a message with a misplaced TSIG record. sigdata signs a message by re-encoding it, and removes TSIG records only from the additional section. A TSIG decoded into the answer or...

7.5CVSS5.9AI score0.00485EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/09/02 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-81928

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Net::DNS versions before 1.57 for Perl allow memory exhaustion via unbounded recursion in sigdata when re-encoding a message with a misplaced TSIG record. sigda...

7.5CVSS5.5AI score0.00485EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/01 11:14 p.m.43 views

CVE-2026-81928 Net::DNS versions before 1.57 for Perl allow memory exhaustion via unbounded recursion in sig_data when re-encoding a message with a misplaced TSIG record

Net::DNS versions before 1.57 for Perl allow memory exhaustion via unbounded recursion in sigdata when re-encoding a message with a misplaced TSIG record. sigdata signs a message by re-encoding it, and removes TSIG records only from the additional section. A TSIG decoded into the answer or...

0.00485EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/01 11:14 p.m.14 views

CVE-2026-81928

Net::DNS versions before 1.57 for Perl are vulnerable to memory exhaustion via unbounded recursion in the sig_data function. The root cause: when re-encoding a decoded DNS message containing a misplaced TSIG record (in the answer or authority section rather than the additional section) with an em...

7.5CVSS5.9AI score0.00485EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/01 11:14 p.m.6 views

CVE-2026-81928

Net::DNS versions before 1.57 for Perl allow memory exhaustion via unbounded recursion in sigdata when re-encoding a message with a misplaced TSIG record. sigdata signs a message by re-encoding it, and removes TSIG records only from the additional section. A TSIG decoded into the answer or...

7.5CVSS5.9AI score0.00485EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/09/01 11:10 p.m.7 views

php: PHP: Denial of Service via circular symbolic links in phar archives

A flaw was found in PHP. When processing a specially crafted PHP Archive phar file containing circular symbolic links, the PHP process can enter an uncontrolled loop. This unbounded recursion exhausts the program's memory stack, causing the PHP application to crash. This vulnerability could allow...

8.1CVSS5.8AI score0.00114EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 9:52 a.m.8 views

php: PHP: Denial of Service via circular symbolic links in phar archives

A flaw was found in PHP. When processing a specially crafted PHP Archive phar file containing circular symbolic links, the PHP process can enter an uncontrolled loop. This unbounded recursion exhausts the program's memory stack, causing the PHP application to crash. This vulnerability could allow...

8.1CVSS5.8AI score0.00114EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/01 12:00 a.m.12 views

PT-2026-84543

Net::DNS versions before 1.57 for Perl allow memory exhaustion via unbounded recursion in sig data when re-encoding a message with a misplaced TSIG record. sig data signs a message by re-encoding it, and removes TSIG records only from the additional section. A TSIG decoded into the answer or...

5.9AI score0.00485EPSS
SaveExploits0References6
Rows per page
Query Builder