CVE-2026-33947

Publication date 13 April 2026

Last updated 28 April 2026


Ubuntu priority

Cvss 3 Severity Score

6.2 · Medium

Score breakdown

Description

jq is a command-line JSON processor. In versions 1.8.1 and below, functions jv_setpath(), jv_getpath(), and delpaths_sorted() in jq's src/jv_aux.c use unbounded recursion whose depth is controlled by the length of a caller-supplied path array, with no depth limit enforced. An attacker can supply a JSON document containing a flat array of ~65,000 integers (~200 KB) that, when used as a path argument by a trusted jq filter, exhausts the C call stack and crashes the process with a segmentation fault (SIGSEGV). This bypass works because the existing MAX_PARSING_DEPTH (10,000) limit only protects the JSON parser, not runtime path operations where arrays can be programmatically constructed to arbitrary lengths. The impact is denial of service (unrecoverable crash) affecting any application or service that processes untrusted JSON input through jq's setpath, getpath, or delpaths builtins. This issue has been addressed in commit fb59f1491058d58bdc3e8dd28f1773d1ac690a1f.

Status

Package Ubuntu Release Status
jq 26.04 LTS resolute
Fixed 1.8.1-4ubuntu2
25.10 questing
Fixed 1.8.1-3ubuntu1.1
24.04 LTS noble
Fixed 1.7.1-3ubuntu0.24.04.2
22.04 LTS jammy
Fixed 1.6-2.1ubuntu3.2
20.04 LTS focal
Fixed 1.6-1ubuntu0.20.04.1+esm2
18.04 LTS bionic
Fixed 1.5+dfsg-2ubuntu0.1~esm2
16.04 LTS xenial
Fixed 1.5+dfsg-1ubuntu0.1+esm4
14.04 LTS trusty
Fixed 1.3-1.1ubuntu1.1+esm4

Get expanded security coverage with Ubuntu Pro

Reduce your average CVE exposure time from 98 days to 1 day with expanded CVE patching, ten-years security maintenance and optional support for the full stack of open-source applications. Free for personal use.

Get Ubuntu Pro 30-day free trial

Patch details

For informational purposes only. We recommend not to cherry-pick updates. How can I get the fixes?

Package Patch details
jq

Severity score breakdown

Parameter Value
Base score 6.2 · Medium
Attack vector Local
Attack complexity Low
Privileges required None
User interaction None
Scope Unchanged
Confidentiality None
Integrity impact None
Availability impact High
Vector CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Access our resources on patching vulnerabilities