CVE-2026-47770

MEDIUMNVD 5.55.5
EchelonGraph scoreMEDIUM confidence

This medium-severity CVE scores 5.5 under NVD CVSS v3. EPSS exploit probability: 0.1%, top 98% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: epss, nvd
Trending — 3 sources updated this week
5.5
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS: 0%CVSS: 5.5Exploit: NoneExposed: 0

A fix is available — apply it.

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.

CVSS v3
5.5
EG Score
5.5(medium)
EPSS
1.6%
KEV
Not listed

Published

June 25, 2026

Last Modified

June 26, 2026

Advisory Details (1)

Auto-updated Jun 25, 2026
🔬 Proof of concept available. Patch available. Sources: github.
github Patch Available🟡 PoC Available

stack overflow in deep structural equality · Advisory · jqlang/jq · GitHub

https://github.com/jqlang/jq/security/advisories/GHSA-3pgx-frr7-3jxp

Vendor Advisories for CVE-2026-47770(2)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Patch Availability(1)

Vendor / EcosystemFixed in / PatchReleasedSource
redhatjq-main-1.8.2-0.1.hum12026-06-25redhat

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 18× in last 7d / 32× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-06 16:27 UTCEPSS rescore
  2. 2026-07-06 10:28 UTCEG score recompute
  3. 2026-07-06 10:28 UTCVendor advisory
  4. 2026-07-06 02:23 UTCEPSS rescore
  5. 2026-07-05 08:59 UTCEG score recompute
  6. 2026-07-05 08:59 UTCVendor advisory
  7. 2026-07-05 02:30 UTCEPSS rescore
  8. 2026-07-04 07:29 UTCEG score recompute
  9. 2026-07-04 07:29 UTCVendor advisory
  10. 2026-07-04 06:31 UTCEPSS rescore
  11. 2026-07-03 06:02 UTCEG score recompute
  12. 2026-07-03 06:02 UTCVendor advisory
  13. 2026-07-02 04:33 UTCEG score recompute
  14. 2026-07-02 04:33 UTCVendor advisory
  15. 2026-07-01 15:07 UTCEPSS rescore
  16. 2026-07-01 03:06 UTCEG score recompute
  17. 2026-07-01 03:06 UTCVendor advisory
  18. 2026-06-30 23:22 UTCEPSS rescore
  19. 2026-06-30 01:39 UTCEG score recompute
  20. 2026-06-30 01:39 UTCVendor advisory
  21. 2026-06-29 00:11 UTCEG score recompute
  22. 2026-06-29 00:11 UTCVendor advisory
  23. 2026-06-28 14:07 UTCEPSS rescore
  24. 2026-06-28 04:56 UTCEPSS rescore
  25. 2026-06-28 04:56 UTCEPSS rescore
Show 7 more
  1. 2026-06-27 22:44 UTCEG score recompute
  2. 2026-06-27 22:44 UTCVendor advisory
  3. 2026-06-27 03:08 UTCEPSS rescore
  4. 2026-06-26 21:17 UTCEG score recompute 1.30
  5. 2026-06-26 19:41 UTCNVD updateCVSS v3 → 5.5
  6. 2026-06-25 19:50 UTCEG score recompute
  7. 2026-06-25 19:49 UTCNVD updatefirst tracked

Frequently asked(5)

What is CVE-2026-47770?
CVE-2026-47770 is a medium vulnerability published on June 25, 2026. 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…
When was CVE-2026-47770 disclosed?
CVE-2026-47770 was first published in the National Vulnerability Database on June 25, 2026, with the most recent update on June 26, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-47770 actively exploited?
CVE-2026-47770 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 1.6% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-47770?
CVE-2026-47770 has a CVSS v3 base score of 5.5 (NVD).
How do I remediate CVE-2026-47770?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-47770, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-47770

Explore →

Is Your Infrastructure Affected by CVE-2026-47770?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.