Lucene search
+L

55 matches found

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.7 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/18 5:17 p.m.3 views

CVE-2026-69220

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.1, src/main/java/com/rabbitmq/client/impl/ValueReader.java permits ValueReader.readTable and ValueReader.readArray to call ValueReader.readFieldValue recursively f...

8.7CVSS0.00399EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/18 4:25 p.m.53 views

CVE-2026-69220

In RabbitMQ Java client

8.7CVSS5.3AI score0.00399EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/08/18 4:25 p.m.12 views

CVE-2026-69220

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.1, src/main/java/com/rabbitmq/client/impl/ValueReader.java permits ValueReader.readTable and ValueReader.readArray to call ValueReader.readFieldValue recursively f...

8.7CVSS5.3AI score0.00399EPSS
SaveExploits0References7Affected Software1
Positive Technologies
Positive Technologies
added 2026/08/18 12:00 a.m.12 views

PT-2026-77214

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.1, src/main/java/com/rabbitmq/client/impl/ValueReader.java permits ValueReader.readTable and ValueReader.readArray to call ValueReader.readFieldValue recursively f...

8.7CVSS5.3AI score0.00399EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/16 2:16 p.m.11 views

CVE-2026-74783

Scriban versions 6.6.0 through 7.2.0 contain a non-enforcing ExpressionDepthLimit guard that fails to stop recursive descent parsing of deeply nested expressions. Attackers can supply templates with deeply nested parentheses, array initializers, object initializers, or unary operators to trigger ...

8.7CVSS0.00278EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/16 1:14 p.m.7 views

EUVD-2026-59949

Scriban versions 6.6.0 through 7.2.0 contain a non-enforcing ExpressionDepthLimit guard that fails to stop recursive descent parsing of deeply nested expressions. Attackers can supply templates with deeply nested parentheses, array initializers, object initializers, or unary operators to trigger ...

8.7CVSS5.3AI score0.00278EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/14 6:17 a.m.6 views

CVE-2026-19617

A flaw was found in libdm. A local attacker could craft a malicious Logical Volume Manager LVM metadata configuration with deeply nested structures. This could lead to uncontrolled recursion in the libdm configuration file parser, exhausting the stack and causing any LVM command reading the...

5.5CVSS0.00105EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/14 6:17 a.m.6 views

DEBIAN-CVE-2026-19617

A flaw was found in libdm. A local attacker could craft a malicious Logical Volume Manager LVM metadata configuration with deeply nested structures. This could lead to uncontrolled recursion in the libdm configuration file parser, exhausting the stack and causing any LVM command reading the...

5.5CVSS5.5AI score0.00105EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/14 5:59 a.m.8 views

CVE-2026-19617

A flaw was found in libdm. A local attacker could craft a malicious Logical Volume Manager LVM metadata configuration with deeply nested structures. This could lead to uncontrolled recursion in the libdm configuration file parser, exhausting the stack and causing any LVM command reading the...

5.5CVSS5.4AI score0.00105EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/14 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-19617

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A flaw was found in libdm. A local attacker could craft a malicious Logical Volume Manager LVM metadata configuration with deeply nested structures. This could...

5.5CVSS5.6AI score0.00105EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/13 10:17 p.m.4 views

DEBIAN-CVE-2026-56859

Previously, DecodeElement would reset the depth counter causing it to never fire; this could lead to stack exhaustion...

7.5CVSS5.4AI score0.00568EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/13 10:17 p.m.6 views

UBUNTU-CVE-2026-56859

Previously, DecodeElement would reset the depth counter causing it to never fire; this could lead to stack exhaustion...

7.5CVSS5.5AI score0.00568EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/13 12:00 a.m.5 views

PT-2026-71894

Name of the Vulnerable Software and Affected Versions The product name cannot be determined affected versions not specified Description Stack exhaustion can occur during the parsing of deeply-nested, recursive structures due to the lack of a recursion limit in the Unmarshal function...

7.5CVSS5.4AI score0.00568EPSS
SaveExploits0References18
OSV
OSV
added 2026/08/07 7:36 p.m.9 views

CVE-2026-62295 HAPI FHIR: JSON utility parser unbounded recursion causes StackOverflow denial of service

HAPI FHIR is a complete implementation of the HL7 FHIR standard for healthcare interoperability in Java. Prior to 6.9.11, the JSON utility parser in org.hl7.fhir.utilities.json.parser.JsonParser enforces no maximum nesting depth for arrays or objects. As a result, a small but deeply nested,...

7.5CVSS5.4AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/07/14 6:45 p.m.10 views

CVE-2026-45133 Symfony: [Yaml] Harden the parser when handling untrusted input

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 5.4.52, 6.4.40, 7.4.12, and 8.0.12, when the parser is exposed to attacker-controlled input, deeply nested mappings or sequences cause both the block-level Parser::parseBlock and inline...

8.2CVSS6.1AI score0.0063EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/07 4:03 p.m.11 views

PYSEC-2026-1561 LlamaIndex affected by a Denial of Service (DOS) in JSONReader

A denial of service vulnerability exists in the JSONReader component of the run-llama/llamaindex repository, specifically in version v0.12.37. The vulnerability is caused by uncontrolled recursion when parsing deeply nested JSON files, which can lead to Python hitting its maximum recursion depth...

8.6CVSS7.2AI score0.00283EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/02 12:00 a.m.45 views

CVE-2026-38970

pdfcpu through v0.11.1 contains an uncontrolled-recursion denial-of-service issue in pkg/pdfcpu/model/parse.go. The parser descends recursively through nested PDF objects, including arrays, via ParseObjectContext and parseArray without enforcing a maximum nesting depth...

0.0063EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/05/02 12:00 a.m.10 views

SUSE SLED15 / SLES15 Security Update : protobuf (SUSE-SU-2026:1653-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:1653-1 advisory. Refresh fixes: - CVE-2025-4565: parsing of untrusted Protocol Buffers data containing an arbitrary number of...

8.2CVSS5.9AI score0.00688EPSS
SaveExploits0References8
Rows per page
Query Builder