Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-33947

23
FAUCET Score

CVE-2026-33947 is a denial-of-service vulnerability affecting jq (command-line JSON processor) versions 1.8.1 and below. The flaw exists in three path manipulation functions—jv_setpath(), jv_getpath(), and delpaths_sorted()—which employ unbounded recursion controlled by attacker-supplied path array lengths. An adversary can craft a JSON document containing a flat array of approximately 65,000 integers that exhausts the C call stack when processed through vulnerable jq filters, resulting in a segmentation fault and process crash. The vulnerability carries a CVSS 3.1 score of 5.5 (Medium severity) with a local attack vector, low complexity, and no special privileges required. The impact is limited to denial of service with no confidentiality or integrity compromise. The underlying cause is that jq's existing MAX_PARSING_DEPTH limit only protects JSON parsing, not runtime path operations where arrays can be programmatically constructed to arbitrary lengths. Currently, there is no evidence of active exploitation in the wild. The vulnerability is not listed on the Known Exploited Vulnerabilities (KEV) catalog, and community attention remains minimal as indicated by low EPSS and FAUCET risk scores. The issue has been remediated in a recent commit, and affected organizations should prioritize updating jq to patched versions, particularly those processing untrusted JSON input through the vulnerable builtin functions.

Impacted Technologies

VendorProductVersion(s)CPE
<= 1.8.1CPE matchmatch criteria
cpe:2.3:a:jqlang:jq:*:*:*:*:*:*:*:*

CVSS Data

CVSS version used by this source: 3.1

6.2MEDIUM

CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
NONE
Integrity Impact
NONE
Availability Impact
HIGH
Exploitability Score
2.5
Impact Score
3.6
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.23%
Probability of exploitation in next 30 days
EPSS Percentile
14.5%
Percentile rank of EPSS score among Peer Group
As of 2026-07-28
Model: v2026.06.15
This CVE's current EPSS score of 0.0023 is in the 63rd percentile among its peer group of 15,940 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.0 Bluesky, 0.0 Mastodon, and 0.1 GitHub mentions.

Media Mentions

The average CVE in this peer group has 0.1 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (5)

github_advisorypatch availablevia nvd_reference
View patch
microsoftpatch availablevia msrc
Product: 20607-17086Fixed in: 1.6-6
microsoftpatch availablevia msrc
Product: cbl2 jq 1.6-5 on CBL Mariner 2.0Fixed in: 1.6-6
microsoftpatch availablevia msrc
Product: azl3 jq 1.7.1-4 on Azure Linux 3.0Fixed in: 1.7.1-5
microsoftpatch availablevia msrc
Product: 19612-17084Fixed in: 1.7.1-5

Vendor Advisories (1)

microsoft2026-Apr/CVE-2026-33947Moderate

jq: Unbounded Recursion in jv_setpath(), jv_getpath() and delpaths_sorted()

Apr 14, 2026

References

openwall.com / lists/oss-security/2026/04/16/1
Mailing List
github.com / jqlang/jq/commit/fb59f1491058d58bdc3e8dd28f1773d1ac690a1f
Patch
github.com / jqlang/jq/security/advisories/GHSA-xwrw-4f8h-rjvg
ExploitVendor Advisory