Lucene search
+L

4601 matches found

Github Security Blog
Github Security Blog
added 2026/04/06 11:8 p.m.11 views

go-ipld-prime: DAG-CBOR decoder unbounded memory allocation from CBOR headers

The DAG-CBOR decoder uses collection sizes declared in CBOR headers as Go preallocation hints for maps and lists. The decoder does not cap these size hints or account for their cost in its allocation budget, allowing small payloads to cause excessive memory allocation. A CBOR map or list header c...

6.2CVSS6.1AI score0.00156EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2026/04/06 4:16 p.m.12 views

CVE-2026-34211

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.36, the @nyariv/sandboxjs parser contains unbounded recursion in the restOfExp function and the lispify/lispifyExpr call chain. An attacker can crash any Node.js process that parses untrusted input by supplying deeply nested expressions...

7.5CVSS0.00395EPSS
SaveExploits1References1
CVE
CVE
added 2026/04/06 3:10 p.m.35 views

CVE-2026-34211

The CVE-2026-34211 entry describes an unbounded recursive vulnerability in @nyariv/sandboxjs (restOfExp and lispify/lispifyExpr) that can crash Node.js processes via deeply nested expressions. Connected sources (Rh/CVE-2026-34211, NVD, GHSA advisory) confirm the root cause is uncontrolled recursi...

7.5CVSS5.9AI score0.00395EPSS
SaveExploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/06 3:10 p.m.5 views

CVE-2026-34211 SandboxJS: Stack overflow DoS via deeply nested expressions in recursive descent parser

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.36, the @nyariv/sandboxjs parser contains unbounded recursion in the restOfExp function and the lispify/lispifyExpr call chain. An attacker can crash any Node.js process that parses untrusted input by supplying deeply nested expressions...

6.9CVSS5.9AI score0.00395EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/04/06 12:0 a.m.9 views

PT-2026-30757

Name of the Vulnerable Software and Affected Versions go-ipld-prime versions prior to 0.22.0 Description go-ipld-prime’s DAG-CBOR decoder does not limit the size of preallocations for maps and lists based on CBOR headers, potentially leading to excessive memory allocation from small payloads...

6.2CVSS5.8AI score0.00156EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/04/05 12:0 a.m.4 views

Debian dsa-6194 : python-pyasn1-doc - security update

The remote Debian 13 host has packages installed that are affected by a vulnerability as referenced in the dsa-6194 advisory. - ------------------------------------------------------------------------- Debian Security Advisory DSA-6194-1 [email protected] https://www.debian.org/security/...

7.5CVSS6.8AI score0.00803EPSS
SaveExploits1References4
OSV
OSV
added 2026/04/04 5:33 a.m.3 views

GHSA-5JG4-P4QW-CGFR @stablelib/cbor: Stack exhaustion Denial of Service via deeply nested CBOR arrays, maps, or tags

Summary @stablelib/cbor decodes nested CBOR structures recursively and does not enforce a maximum nesting depth. A sufficiently deep attacker-controlled CBOR payload can therefore crash decoding with RangeError: Maximum call stack size exceeded. Details The decoder processes arrays, maps, and...

8.7CVSS5.8AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/04/03 9:45 p.m.10 views

SandboxJS: Stack overflow DoS via deeply nested expressions in recursive descent parser

Summary The @nyariv/sandboxjs parser contains unbounded recursion in the restOfExp function and the lispify/lispifyExpr call chain. An attacker can crash any Node.js process that parses untrusted input by supplying deeply nested expressions e.g., 2000 nested parentheses, causing a RangeError:...

7.5CVSS6.1AI score0.00395EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/04/03 9:45 p.m.7 views

GHSA-8PFC-JJGW-6G26 SandboxJS: Stack overflow DoS via deeply nested expressions in recursive descent parser

Summary The @nyariv/sandboxjs parser contains unbounded recursion in the restOfExp function and the lispify/lispifyExpr call chain. An attacker can crash any Node.js process that parses untrusted input by supplying deeply nested expressions e.g., 2000 nested parentheses, causing a RangeError:...

6.9CVSS6.1AI score0.00395EPSS
SaveExploits1References3
Debian
Debian
added 2026/04/03 1:15 p.m.10 views

[SECURITY] [DSA 6194-1] pyasn1 security update

------------------------------------------------------------------------- Debian Security Advisory DSA-6194-1 [email protected] https://www.debian.org/security/ Salvatore Bonaccorso April 03, 2026 https://www.debian.org/security/faq -...

7.5CVSS6.7AI score0.00803EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2026/04/03 12:0 a.m.13 views

PT-2026-30273

Summary The @nyariv/sandboxjs parser contains unbounded recursion in the restOfExp function and the lispify/lispifyExpr call chain. An attacker can crash any Node.js process that parses untrusted input by supplying deeply nested expressions e.g., 2000 nested parentheses, causing a RangeError:...

6.9CVSS6.1AI score0.00395EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
added 2026/04/02 8:39 a.m.10 views

SUSE CVE-2026-23404

In the Linux kernel, the following vulnerability has been resolved: apparmor: replace recursive profile removal with iterative approach The profile removal code uses recursion when removing nested profiles, which can lead to kernel stack exhaustion and system crashes. Reproducer: $ pf='a'; for i=...

5.5CVSS5.8AI score0.00177EPSS
SaveExploits0References22
RedhatCVE
RedhatCVE
added 2026/04/01 1:37 p.m.5 views

CVE-2026-23404

A flaw was found in the Linux kernel's AppArmor security module. A local user could trigger a denial of service by initiating a recursive profile removal operation with deeply nested profiles. This recursive process can lead to kernel stack exhaustion, causing the system to crash...

5.5CVSS5.9AI score0.00177EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/04/01 8:36 a.m.46 views

CVE-2026-23404 apparmor: replace recursive profile removal with iterative approach

In the Linux kernel, the following vulnerability has been resolved: apparmor: replace recursive profile removal with iterative approach The profile removal code uses recursion when removing nested profiles, which can lead to kernel stack exhaustion and system crashes. Reproducer: $ pf='a'; for i=...

0.00177EPSS
SaveExploits0References8
Amazon
Amazon
added 2026/04/01 12:0 a.m.18 views

Medium: python-pyasn1

Issue Overview: pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.3, the pyasn1 library is vulnerable to a Denial of Service DoS attack caused by uncontrolled recursion when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing thousands o...

7.5CVSS6.8AI score0.00803EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2026/04/01 12:0 a.m.14 views

Amazon Linux 2 : python-pyasn1, --advisory ALAS2-2026-3215 (ALAS-2026-3215)

It is, therefore, affected by a vulnerability as referenced in the ALAS2-2026-3215 advisory. pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.3, the pyasn1 library is vulnerable to a Denial of Service DoS attack caused by uncontrolled recursion when decoding ASN.1 data with deeply neste...

7.5CVSS6.9AI score0.00803EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2026/03/31 10:58 p.m.7 views

CVE-2026-28505

Tautulli is a Python based monitoring and tracking tool for Plex Media Server. Prior to version 2.17.0, the streval function in notificationhandler.py implements a sandboxed eval for notification text templates. The sandbox attempts to restrict callable names by inspecting code.conames of the...

7.5CVSS5.8AI score0.00476EPSS
SaveExploits1References1
RedHat Linux
RedHat Linux
added 2026/03/31 4:12 p.m.7 views

minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions

A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and...

7.5CVSS5.9AI score0.00472EPSS
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2026/03/31 12:0 a.m.11 views

Azure Linux 3.0 Security Update: CBL-Mariner Releases (CVE-2026-33343)

The version of CBL-Mariner Releases installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2026-33343 advisory. - etcd is a distributed key-value store for the data of a distributed system. Prior to versions...

6.5CVSS6AI score0.0021EPSS
SaveExploits0References1
NVD
NVD
added 2026/03/30 8:16 p.m.18 views

CVE-2026-28505

Tautulli is a Python based monitoring and tracking tool for Plex Media Server. Prior to version 2.17.0, the streval function in notificationhandler.py implements a sandboxed eval for notification text templates. The sandbox attempts to restrict callable names by inspecting code.conames of the...

10CVSS0.00476EPSS
SaveExploits1References2
Rows per page
Query Builder