CVE 6.4 MEDIUM

jq: Signed-int overflow in `stack_reallocate` (jq VM stack)_CVE-2026-41257

6.4 / 10
MEDIUM
CVSS:4.0/AV:L/AC:H/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P

Description

jq is a command-line JSON processor. In 1.8.1 and earlier, the jq bytecode VM's data stack tracks its allocation size in a signed int. When the stack grows beyond ≈1 GiB (via deeply nested generator forks), the doubling arithmetic overflows. The wrapped value is passed to realloc and then used for a memmove with attacker-influenced offsets.

Basic Information

ID CVE-2026-41257
Source GitHub_M
Published May 11, 2026 at 17:14

Affected Product

Vendor jqlang
Product jq
Version <= 1.8.1
Affected Versions jqlang jq <= 1.8.1

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.