CVE-2025-68156
Last modified
CVE-2025-68156 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.38% chance of exploitation in the next 30 days.
Description
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 environment contains deeply nested or cyclic data structures, these functions may recurse indefinitely until exceed the Go runtime stack limit. This results in a stack overflow panic, causing the host application to crash. While exploitability depends on whether an attacker can influence or inject cyclic or pathologically deep data into the evaluation environment, this behavior represents a denial-of-service (DoS) risk and affects overall library robustness. Instead of returning a recoverable evaluation error, the process may terminate unexpectedly. In affected versions, evaluation of expressions that invoke certain builtin functions on untrusted or insufficiently validated data structures can lead to a process-level crash due to stack exhaustion. This issue is most relevant in scenarios where Expr is used to evaluate expressions against externally supplied or dynamically constructed environments; cyclic references (directly or indirectly) can be introduced into arrays, maps, or structs; and there are no application-level safeguards preventing deeply nested input data. In typical use cases with controlled, acyclic data, the issue may not manifest. However, when present, the resulting panic can be used to reliably crash the application, constituting a denial of service. The issue has been fixed in the v1.17.7 versions of Expr. The patch introduces a maximum recursion depth limit for affected builtin functions. When this limit is exceeded, evaluation aborts gracefully and returns a descriptive error instead of panicking. Additionally, the maximum depth can be customized by users via `builtin.MaxDepth`, allowing applications with legitimate deep structures to raise the limit in a controlled manner. Users are strongly encouraged to upgrade to the patched release, which includes both the recursion guard and comprehensive test coverage to prevent regressions. For users who cannot immediately upgrade, some mitigations are recommended. Ensure that evaluation environments cannot contain cyclic references, validate or sanitize externally supplied data structures before passing them to Expr, and/or wrap expression evaluation with panic recovery to prevent a full process crash (as a last-resort defensive measure). These workarounds reduce risk but do not fully eliminate the issue without the patch.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Expr-Lang | Expr | < 1.17.7 |
References
- https://github.com/expr-lang/expr/pull/870Issue Tracking, Patch
- https://github.com/expr-lang/expr/security/advisories/GHSA-cfpf-hrx2-8rv6Mitigation, Patch, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-68156?
How severe is CVE-2025-68156?
How do I fix CVE-2025-68156?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-68150Parse Server is an open source backend that can be deployed …6.5
- CVE-2025-68151CoreDNS is a DNS server that chains plugins. Prior to versio…7.5
- CVE-2025-68152Juju is an open source application orchestration engine that…4.9
- CVE-2025-68153Juju is an open source application orchestration engine that…6.5
- CVE-2025-68154systeminformation is a System and OS information library for…8.1
- CVE-2025-68155@vitejs/plugin-rs provides React Server Components (RSC) sup…7.5
- CVE-2025-68157Webpack is a module bundler. From version 5.49.0 to before 5…3.7
- CVE-2025-68158Authlib is a Python library which builds OAuth and OpenID Co…8.8
- CVE-2025-6816A vulnerability classified as problematic was found in HDF5 …3.3
- CVE-2025-68160Issue summary: Writing large, newline-free data into a BIO c…4.7
- CVE-2025-68161The Socket Appender in Apache Log4j Core versions 2.0-beta9 …4.8
- CVE-2025-68162In JetBrains TeamCity before 2025.11 maven embedder allowed …2.7
Are you affected by CVE-2025-68156?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
