Jq · Jq · CVE-2026-40612
**Name of the Vulnerable Software and Affected Versions**
jq versions prior to 1.8.2
**Description**
The `jv contains()` function recurses into nested arrays and objects without a depth limit. When processing a sufficiently nested input structure, this can lead to C stack exhaustion, causing the application to crash.
**Recommendations**
Update to a version later than 1.8.1.
As a temporary workaround, restrict the use of the `jv contains()` function when processing deeply nested JSON structures.