CVE-2026-32316

Publication date 13 April 2026

Last updated 28 April 2026


Ubuntu priority

Cvss 3 Severity Score

8.2 · High

Score breakdown

Description

jq is a command-line JSON processor. An integer overflow vulnerability exists through version 1.8.1 within the jvp_string_append() and jvp_string_copy_replace_bad functions, where concatenating strings with a combined length exceeding 2^31 bytes causes a 32-bit unsigned integer overflow in the buffer allocation size calculation, resulting in a drastically undersized heap buffer. Subsequent memory copy operations then write the full string data into this undersized buffer, causing a heap buffer overflow classified as CWE-190 (Integer Overflow) leading to CWE-122 (Heap-based Buffer Overflow). Any system evaluating untrusted jq queries is affected, as an attacker can crash the process or potentially achieve further exploitation through heap corruption by crafting queries that produce extremely large strings. The root cause is the absence of string size bounds checking, unlike arrays and objects which already have size limits. The issue has been addressed in commit e47e56d226519635768e6aab2f38f0ab037c09e5.

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 Ignored changes too intrusive

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 8.2 · High
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Scope Unchanged
Confidentiality None
Integrity impact Low
Availability impact High
Vector CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H

Access our resources on patching vulnerabilities