CVE-2026-43896 PUBLISHED

jq: Stack Overflow in Recursive Object Merge

Assigner: GitHub_M
Reserved: 04.05.2026 Published: 11.05.2026 Updated: 11.05.2026

jq is a command-line JSON processor. In 1.8.1 and earlier, unbounded recursion in jv_object_merge_recursive() allows a crafted jq program to crash the process with a segfault. The function is reachable through the * operator when both operands are objects.

Metrics

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

Product Status

Vendor jqlang
Product jq
Versions
  • Version <= 1.8.1 is affected

References

Problem Types

  • CWE-674: Uncontrolled Recursion CWE