Lucene search
+L

143 matches found

OSV
OSV
•added 2025/09/18 9:21 a.m.•9 views

CVE-2025-30187 Denial of service via crafted DoH exchange in PowerDNS DNSdist

In some circumstances, when DNSdist is configured to use the nghttp2 library to process incoming DNS over HTTPS queries, an attacker might be able to cause a denial of service by crafting a DoH exchange that triggers an unbounded I/O read loop, causing an unexpected consumption of CPU resources...

3.7CVSS6AI score
SaveExploits0References6
Tenable Nessus
Tenable Nessus
•added 2025/08/27 12:00 a.m.•11 views

Linux Distros Unpatched Vulnerability : CVE-2021-23351

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The package github.com/pires/go-proxyproto before 0.5.0 are vulnerable to Denial of Service DoS via the parseVersion1 function. The reader in this package is a...

4.9CVSS5.7AI score0.01871EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2025/08/27 12:00 a.m.•10 views

Linux Distros Unpatched Vulnerability : CVE-2018-16949

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An issue was discovered in OpenAFS before 1.6.23 and 1.8.x before 1.8.2. Several data types used as RPC input variables were implemented as unbounded array type...

7.5CVSS7.1AI score0.03075EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2025/08/19 12:00 a.m.•6 views

Linux Distros Unpatched Vulnerability : CVE-2025-29786

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Expr is an expression language and expression evaluation for Go. Prior to version 1.17.0, if the Expr expression parser is given an unbounded input string, it...

7.5CVSS7AI score0.00612EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
•added 2025/05/13 5:18 p.m.•14 views

github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input

A flaw was found in Expr. This vulnerability allows excessive memory usage and potential out-of-memory OOM crashes via unbounded input strings, where a malicious or inadvertent large expression can cause the parser to construct an extremely large Abstract Syntax Tree AST, consuming excessive memo...

7.5CVSS5.8AI score0.00612EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
•added 2025/05/13 1:53 p.m.•16 views

github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input

A flaw was found in Expr. This vulnerability allows excessive memory usage and potential out-of-memory OOM crashes via unbounded input strings, where a malicious or inadvertent large expression can cause the parser to construct an extremely large Abstract Syntax Tree AST, consuming excessive memo...

7.5CVSS5.8AI score0.00612EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
•added 2025/03/27 3:00 p.m.•17 views

github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input

A flaw was found in Expr. This vulnerability allows excessive memory usage and potential out-of-memory OOM crashes via unbounded input strings, where a malicious or inadvertent large expression can cause the parser to construct an extremely large Abstract Syntax Tree AST, consuming excessive memo...

7.5CVSS5.8AI score0.00612EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
•added 2025/03/17 9:26 p.m.•31 views

Memory Exhaustion in Expr Parser with Unrestricted Input

Impact If the Expr expression parser is given an unbounded input string, it will attempt to compile the entire string and generate an Abstract Syntax Tree AST node for each part of the expression. In scenarios where input size isn’t limited, a malicious or inadvertent extremely large expression c...

7.5CVSS6.6AI score0.00612EPSS
SaveExploits0References5Affected Software1
OSV
OSV
•added 2025/03/17 2:15 p.m.•16 views

AZL-58857 CVE-2025-29786 affecting package ig for versions less than 0.37.0-3

Expr is an expression language and expression evaluation for Go. Prior to version 1.17.0, if the Expr expression parser is given an unbounded input string, it will attempt to compile the entire string and generate an Abstract Syntax Tree AST node for each part of the expression. In scenarios wher...

7.5CVSS7AI score0.00612EPSS
SaveExploits0References1
OSV
OSV
•added 2025/03/17 2:15 p.m.•13 views

AZL-58872 CVE-2025-29786 affecting package coredns for versions less than 1.11.4-5

Expr is an expression language and expression evaluation for Go. Prior to version 1.17.0, if the Expr expression parser is given an unbounded input string, it will attempt to compile the entire string and generate an Abstract Syntax Tree AST node for each part of the expression. In scenarios wher...

7.5CVSS7AI score0.00612EPSS
SaveExploits0References1
Snyk
Snyk
•added 2025/03/17 1:43 p.m.•9 views

Allocation of Resources Without Limits or Throttling

Overview Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the parseExpression function in parser.go, due to the unrestricted size of input strings, which can cause the generation of large Abstract Syntax Trees ASTs. An attacker can crash...

8.7CVSS7AI score0.00612EPSS
SaveExploits0References2
Snyk
Snyk
•added 2025/03/17 1:43 p.m.•7 views

Allocation of Resources Without Limits or Throttling

Overview Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the parseExpression function in parser.go, due to the unrestricted size of input strings, which can cause the generation of large Abstract Syntax Trees ASTs. An attacker can crash...

8.7CVSS7AI score0.00612EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2025/03/17 1:15 p.m.•30 views

CVE-2025-29786 Memory Exhaustion in Expr Parser with Unrestricted Input

Expr is an expression language and expression evaluation for Go. Prior to version 1.17.0, if the Expr expression parser is given an unbounded input string, it will attempt to compile the entire string and generate an Abstract Syntax Tree AST node for each part of the expression. In scenarios wher...

7.5CVSS0.00612EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
•added 2024/10/14 6:01 p.m.•19 views

braces: fails to limit the number of characters it can handle

A flaw was found in the NPM package braces. It fails to limit the number of characters it can handle, which could lead to memory exhaustion. In lib/parse.js, if a malicious user sends "imbalanced braces" as input, the parsing will enter a loop, causing the program to start allocating heap memory...

7.5CVSS7.2AI score0.01471EPSS
SaveExploits1References7
OSV
OSV
•added 2024/08/19 3:15 p.m.•12 views

UBUNTU-CVE-2024-43380

fugit contains time tools for flor and the floraison group. The fugit "natural" parser, that turns "every wednesday at 5pm" into "0 17 3", accepted any length of input and went on attempting to parse it, not returning promptly, as expected. The parse call could hold the thread with no end in sigh...

7.5CVSS7.1AI score0.00792EPSS
SaveExploits0References10
Code423n4
Code423n4
•added 2023/06/14 12:00 a.m.•16 views

Transaction failed to deploy strategies

Lines of code Vulnerability details deployStrategies function in LlamaCore.sol takes the argument of array, It should put an upper bound on the length of the input, otherwise the transaction will run out of gas due to too much loop runs. Assessed type DoS --- The text was updated successfully, bu...

6.9AI score
SaveExploits0
OSV
OSV
•added 2023/03/22 8:15 p.m.•10 views

UBUNTU-CVE-2023-28119

The crewjam/saml go library contains a partial implementation of the SAML standard in golang. Prior to version 0.4.13, the package's use of flate.NewReader does not limit the size of the input. The user can pass more than 1 MB of data in the HTTP request to the processing functions, which will be...

7.5CVSS7.3AI score0.00957EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2023/03/22 12:00 a.m.•16 views

PT-2023-21576 · Saml +1 · Saml +1

Name of the Vulnerable Software and Affected Versions: github.com/crewjam/saml versions prior to 0.4.13 Description: The issue arises from the package's use of flate.NewReader without limiting the size of the input. This allows a user to pass more than 1 MB of data in an HTTP request to the...

9.8CVSS7.4AI score0.85404EPSS
SaveExploits5References89
CNNVD
CNNVD
•added 2023/03/22 12:00 a.m.•19 views

Crewjam Saml 安全漏洞

Crewjam Saml is a Go-based implementation of a codebase that interacts with Saml format files by the individual developers of Crewjam. A security vulnerability exists in Crewjam Saml versions prior to 0.4.13, which stems from not limiting the size of input to flate.NewReader...

7.5CVSS7.2AI score0.00957EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
•added 2023/03/01 9:45 p.m.•12 views

moment: inefficient parsing algorithm resulting in DoS

A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service ReDoS attacks...

7.5CVSS6.8AI score0.05551EPSS
SaveExploits1References5
Rows per page
Query Builder