Lucene search
+L

248 matches found

Github Security Blog
Github Security Blog
added 2025/12/16 10:34 p.m.13 views

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.5CVSS7.1AI score0.00428EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/12/16 7:16 p.m.12 views

AZL-72733 CVE-2025-68156 affecting package coredns for versions less than 1.11.4-12

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.7AI score0.00428EPSS
SaveExploits0References1
CVE
CVE
added 2025/12/16 6:24 p.m.65 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.00428EPSS
SaveExploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2025/12/02 9:26 p.m.8 views

CVE-2025-59789

Uncontrolled recursion in the json2pb component in Apache bRPC version 1.15.0 on all platforms allows remote attackers to make the server crash via sending deep recursive json data. Root Cause: The bRPC json2pb component uses rapidjson to parse json data from the network. The rapidjson parser use...

7.5CVSS7.2AI score0.01576EPSS
SaveExploits2References1
EUVD
EUVD
added 2025/12/01 12:30 p.m.10 views

EUVD-2025-199979

Uncontrolled recursion in the json2pb component in Apache bRPC version 1.15.0 on all platforms allows remote attackers to make the server crash via sending deep recursive json data. Root Cause: The bRPC json2pb component uses rapidjson to parse json data from the network. The rapidjson parser use...

7.5CVSS6.7AI score0.01576EPSS
SaveExploits2References3
NVD
NVD
added 2025/12/01 11:15 a.m.9 views

CVE-2025-59789

Uncontrolled recursion in the json2pb component in Apache bRPC version 1.15.0 on all platforms allows remote attackers to make the server crash via sending deep recursive json data. Root Cause: The bRPC json2pb component uses rapidjson to parse json data from the network. The rapidjson parser use...

7.5CVSS0.01576EPSS
SaveExploits2References2
Cvelist
Cvelist
added 2025/12/01 10:22 a.m.23 views

CVE-2025-59789 Apache bRPC: Stack Exhaustion via Unbounded Recursion in JSON Parser

Uncontrolled recursion in the json2pb component in Apache bRPC version 1.15.0 on all platforms allows remote attackers to make the server crash via sending deep recursive json data. Root Cause: The bRPC json2pb component uses rapidjson to parse json data from the network. The rapidjson parser use...

0.01576EPSS
SaveExploits2References1
SUSE CVE
SUSE CVE
added 2025/11/28 12:22 a.m.10 views

SUSE CVE-2025-64333

Suricata is a network IDS, IPS and NSM engine developed by the OISF Open Information Security Foundation and the Suricata community. Prior to versions 7.0.13 and 8.0.2, a large HTTP content type, when logged can cause a stack overflow crashing Suricata. This issue has been patched in versions...

7.5CVSS6.8AI score0.0032EPSS
SaveExploits0References3
CVE
CVE
added 2025/11/26 10:57 p.m.33 views

CVE-2025-64333

CVE-2025-64333 : Suricata before 7.0.13 and 8.0.2 can stack overflow when logging a large HTTP content type; patched in 7.0.13/8.0.2. Workarounds include limiting stream.reassembly.depth to less than half the stack size; increasing process stack size reduces trigger likelihood.

7.5CVSS6.4AI score0.0032EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2025/11/26 10:57 p.m.15 views

CVE-2025-64333 Suricata is vulnerable to a stack overflow from big content-type

Suricata is a network IDS, IPS and NSM engine developed by the OISF Open Information Security Foundation and the Suricata community. Prior to versions 7.0.13 and 8.0.2, a large HTTP content type, when logged can cause a stack overflow crashing Suricata. This issue has been patched in versions...

7.5CVSS0.0032EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2025/11/12 12:40 a.m.10 views

kernel: eventpoll: Fix semi-unbounded recursion

In the Linux kernel, the following vulnerability has been resolved: eventpoll: Fix semi-unbounded recursion Ensure that epoll instances can never form a graph deeper than EPMAXNESTS+1 links. Currently, eploopcheckproc ensures that the graph is loop-free and does some recursion depth checks, but...

7.8CVSS5.7AI score0.00172EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/11/06 12:00 a.m.13 views

PT-2025-48206

Name of the Vulnerable Software and Affected Versions Suricata versions prior to 7.0.13 Suricata versions prior to 8.0.2 Description Suricata, a network IDS, IPS and NSM engine, is susceptible to a stack overflow when logging large HTTP content types. This can lead to Suricata crashing. A...

7.8CVSS6.8AI score0.01172EPSS
SaveExploits3References59
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.6 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: eventpoll: Fixed semi-unbounded recursion. Ensured that epoll instances never form a graph with more than EPMAXNESTS+1 links. Currently, eploopcheckproc ensures that the graph is free of loops and performs some recursion depth...

7.8CVSS6.5AI score0.00172EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/10/20 10:01 a.m.9 views

kernel: eventpoll: Fix semi-unbounded recursion

In the Linux kernel, the following vulnerability has been resolved: eventpoll: Fix semi-unbounded recursion Ensure that epoll instances can never form a graph deeper than EPMAXNESTS+1 links. Currently, eploopcheckproc ensures that the graph is loop-free and does some recursion depth checks, but...

7.8CVSS5.7AI score0.00172EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2018-20850

Malware in sbrugna...

7.5CVSS7.6AI score0.02301EPSS
SaveExploits1References7
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2018-17115

Malware in sbrugna...

7.5CVSS7.6AI score0.02692EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/03 8:07 p.m.9 views

EUVD-2024-54289

Malicious code in bioql PyPI...

5.7CVSS6.6AI score0.00341EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.6 views

EUVD-2025-25367

Malicious code in bioql PyPI...

6.3AI score0.00172EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/09/30 12:00 a.m.6 views

PT-2025-40041

Finance.js v4.1.0 contains a Denial of Service DoS vulnerability via the IRR function’s depth parameter. Improper handling of the recursion/iteration limit can lead to excessive CPU usage, causing application stalls or crashes...

7.5CVSS6.9AI score0.00496EPSS
SaveExploits0References6
Veracode
Veracode
added 2025/09/23 9:54 a.m.8 views

Query Depth Restriction Bypass

@escape.tech/graphql-armor-max-depth is vulnerable to query depth restriction bypass. The vulnerability is due to the ignoreIntrospection option being enabled by default, which allows an attacker to bypass the max-depth restriction by naming a query or fragment schema...

7AI score
SaveExploits0References3Affected Software1
Rows per page
Query Builder