CVE-2026-47770
Last modified
CVE-2026-47770 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. jq is a command-line JSON processor. Prior to 1.8.2, comparing two sufficiently deeply nested arrays with the == operator exhausts the C stack on jq's ordinary command-line surface, resulting in denial of service via stack exhaustion (uncontrolled recursion). EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
jq is a command-line JSON processor. Prior to 1.8.2, comparing two sufficiently deeply nested arrays with the == operator exhausts the C stack on jq's ordinary command-line surface, resulting in denial of service via stack exhaustion (uncontrolled recursion). The crash occurs in jq's recursive structural comparison code, with the recursion repeating through jvp_array_equal() and jv_equal() in src/jv.c when comparing deeply nested arrays; a nearby sort comparator path through jv_cmp() in src/jv_aux.c overflows the stack at a larger nesting depth from the same missing recursion guard. Anyone running jq comparisons on attacker-controlled deeply nested JSON values, or embedding jq in a context where untrusted data can reach the == comparison path, is affected. This vulnerability is fixed in 1.8.2.
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Jqlang | Jq | < 1.8.2 |
References
- https://github.com/jqlang/jq/security/advisories/GHSA-3pgx-frr7-3jxpExploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-47770?
How severe is CVE-2026-47770?
How do I fix CVE-2026-47770?
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 2026
- CVE-2026-47764pdm is a Python package and dependency manager supporting th…8.4
- CVE-2026-47765Frappe is a full-stack web application framework. Prior to 1…7.1
- CVE-2026-47767Symfony is a PHP framework for web and console applications …9.8
- CVE-2026-47768nebula-mesh is a self-hosted control plane for Slack Nebula …5.5
- CVE-2026-47769APIFold reads an OpenAPI 3.x or Swagger 2.x specification an…5.3
- CVE-2026-4777A security flaw has been discovered in SourceCodester Sales …6.5
- CVE-2026-47774Envoy is an open source edge and service proxy designed for …7.5
- CVE-2026-47775Envoy is an open source edge and service proxy designed for …6.8
- CVE-2026-47777Mastodon is a free, open-source social network server based …7.5
- CVE-2026-47778Envoy is an open source edge and service proxy designed for …4.4
- CVE-2026-4778A weakness has been identified in SourceCodester Sales and I…6.5
- CVE-2026-47781PDM is a Python package and dependency manager. In versions …8.4
Are you affected by CVE-2026-47770?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
