Lucene search
K

17 matches found

Veracode
Veracode
added 2026/03/24 8:32 a.m.5 views

Denial Of Service (DoS)

github.com/expr-lang/expr is vulnerable to denial of service DoS. The vulnerability is due to missing recursion depth limits in certain builtin functions, which allows an attacker to supply deeply nested or cyclic data structures and trigger infinite recursion leading to stack overflow and...

7.5CVSS7.2AI score0.0004EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2025/12/22 6:15 p.m.1 views

GO-2025-4245 Expr has Denial of Service via Unbounded Recursion in Builtin Functions in github.com/expr-lang/expr

Expr has Denial of Service via Unbounded Recursion in Builtin Functions in github.com/expr-lang/expr...

7.5CVSS6.5AI score0.0004EPSS
Exploits0References2
Microsoft CVE
Microsoft CVE
added 2025/12/19 9:2 a.m.4 views

Expr has Denial of Service via Unbounded Recursion in Builtin Functions

...

7.5CVSS7AI score0.0004EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/12/19 12:26 a.m.2 views

SUSE CVE-2025-68156

Expr is an expression language and expression evaluation for Go. Prior to version 1.17.7, several builtin functions in Expr, including flatten, min, max, mean, and median, perform recursive traversal over user-provided data structures without enforcing a maximum recursion depth. If the evaluation...

7.5CVSS7.1AI score0.0004EPSS
Exploits0References9
OSV
OSV
added 2025/12/16 10:34 p.m.2 views

GHSA-CFPF-HRX2-8RV6 Expr has Denial of Service via Unbounded Recursion in Builtin Functions

Several builtin functions in Expr, including flatten, min, max, mean, and median, perform recursive traversal over user-provided data structures without enforcing a maximum recursion depth. If the evaluation environment contains deeply nested or cyclic data structures, these functions may recurse...

7.5CVSS7AI score0.0004EPSS
Exploits0References4
OSV
OSV
added 2025/12/16 7:16 p.m.2 views

DEBIAN-CVE-2025-68156

Expr is an expression language and expression evaluation for Go. Prior to version 1.17.7, several builtin functions in Expr, including flatten, min, max, mean, and median, perform recursive traversal over user-provided data structures without enforcing a maximum recursion depth. If the evaluation...

7.5CVSS7AI score0.0004EPSS
Exploits0References1
CVE
CVE
added 2025/12/16 6:24 p.m.16 views

CVE-2025-68156

Expr (Go library) contains a DoS risk in builtins such as flatten, min, max, mean, and median due to potential unbounded recursion on deeply nested or cyclic data. A fix was released in v1.17.7 introducing a maximum recursion depth limit; users can customize it via builtin.MaxDepth. The CVE conte...

7.5CVSS6.6AI score0.0004EPSS
Exploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/12/16 6:24 p.m.2 views

CVE-2025-68156

Expr is an expression language and expression evaluation for Go. Prior to version 1.17.7, several builtin functions in Expr, including flatten, min, max, mean, and median, perform recursive traversal over user-provided data structures without enforcing a maximum recursion depth. If the evaluation...

7.5CVSS7.5AI score0.0004EPSS
Exploits0
Cvelist
Cvelist
added 2025/12/16 6:24 p.m.21 views

CVE-2025-68156 Expr has Denial of Service via Unbounded Recursion in Builtin Functions

Expr is an expression language and expression evaluation for Go. Prior to version 1.17.7, several builtin functions in Expr, including flatten, min, max, mean, and median, perform recursive traversal over user-provided data structures without enforcing a maximum recursion depth. If the evaluation...

7.5CVSS0.0004EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2025/12/16 6:24 p.m.3 views

CVE-2025-68156 Expr has Denial of Service via Unbounded Recursion in Builtin Functions

Expr is an expression language and expression evaluation for Go. Prior to version 1.17.7, several builtin functions in Expr, including flatten, min, max, mean, and median, perform recursive traversal over user-provided data structures without enforcing a maximum recursion depth. If the evaluation...

7.5CVSS6.6AI score0.0004EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2016-0779

Malware in sbrugna...

8.8CVSS8.8AI score0.00713EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2023-0267

Malicious code in bioql PyPI...

5.3CVSS5.4AI score0.00087EPSS
Exploits1References6
Veracode
Veracode
added 2023/09/05 9:3 a.m.18 views

Business Logic Errors

vyper is vulnerable to Business Logic Errors. The vulnerability exists because the order of evaluation of the arguments of the builtin functions uint256addmod, uint256mulmod, ecadd and ecmul does not follow source order, which can be exploited by an attacker to create contracts that behave...

5.3CVSS6.8AI score0.00087EPSS
Exploits1References4Affected Software1
CVE
CVE
added 2023/09/04 5:36 p.m.50 views

CVE-2023-41052

Vyper CVE-2023-41052 affects the Pythonic smart contract language Vyper. In affected versions, the evaluation order of arguments to builtins uint256_addmod, uint256_mulmod, ecadd, and ecmul does not follow source order, which can cause side effects in one argument to be relied upon by others. The...

5.3CVSS4.7AI score0.00087EPSS
Exploits1References2Affected Software1
Positive Technologies
Positive Technologies
added 2023/09/04 12:0 a.m.2 views

PT-2023-27764 · Vyper · Vyper

Name of the Vulnerable Software and Affected Versions: Vyper affected versions not specified Description: The order of evaluation of the arguments of the builtin functions uint256 addmod, uint256 mulmod, ecadd, and ecmul does not follow source order. This behavior is problematic when the evaluati...

6.9CVSS5AI score0.00087EPSS
Exploits1References11
Tenable Nessus
Tenable Nessus
added 2015/10/29 12:0 a.m.27 views

SUSE SLED12 / SLES12 Security Update : gcc48 (SUSE-SU-2015:1833-1)

This update for GCC 4.8 provides the following fixes : - Fix C++11 std::randomdevice short read issue that could lead to predictable randomness. CVE-2015-5276, bsc945842 - Fix linker segmentation fault when building SLOF on ppc64le. bsc949000 - Fix noinstrumentfunction attribute handling on PPC64...

5CVSS7.3AI score0.00448EPSS
Exploits0References8
RedHat Linux
RedHat Linux
added 2012/06/27 3:43 p.m.1 views

php: zend_strndup() NULL pointer dereference may cause DoS

PHP 5.3.8 does not always check the return value of the zendstrndup function, which might allow remote attackers to cause a denial of service NULL pointer dereference and application crash via crafted input to an application that performs strndup operations on untrusted string data, as demonstrat...

5CVSS7.5AI score0.06262EPSS
Exploits9References4
Rows per page
Query Builder