CVE-2026-33948

jq is a command-line JSON processor. Commits before 6374ae0bcdfe33a18eb0ae6db28493b1f34a0a5b contain a vulnerability where CLI input parsing allows validation bypass via embedded NUL bytes. When reading JSON from files or stdin, jq uses strlen() to determine buffer length instead of the actual byte count from fgets(), causing it to truncate input at the first NUL byte and parse only the preceding prefix. This enables an attacker to craft input with a benign JSON prefix before a NUL byte followed by malicious trailing data, where jq validates only the prefix as valid JSON while silently discarding the suffix. Workflows relying on jq to validate untrusted JSON before forwarding it to downstream consumers are susceptible to parser differential attacks, as those consumers may process the full input including the malicious trailing bytes. This issue has been patched by commit 6374ae0bcdfe33a18eb0ae6db28493b1f34a0a5b.
Configurations

Configuration 1 (hide)

cpe:2.3:a:jqlang:jq:*:*:*:*:*:*:*:*

History

21 Apr 2026, 23:48

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.3
References () https://github.com/jqlang/jq/commit/6374ae0bcdfe33a18eb0ae6db28493b1f34a0a5b - () https://github.com/jqlang/jq/commit/6374ae0bcdfe33a18eb0ae6db28493b1f34a0a5b - Patch
References () https://github.com/jqlang/jq/security/advisories/GHSA-32cx-cvvh-2wj9 - () https://github.com/jqlang/jq/security/advisories/GHSA-32cx-cvvh-2wj9 - Exploit, Vendor Advisory
First Time Jqlang
Jqlang jq
CPE cpe:2.3:a:jqlang:jq:*:*:*:*:*:*:*:*

14 Apr 2026, 00:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-14 00:16

Updated : 2026-04-21 23:48


NVD link : CVE-2026-33948

Mitre link : CVE-2026-33948

CVE.ORG link : CVE-2026-33948


JSON object : View

Products Affected

jqlang

  • jq
CWE
CWE-20

Improper Input Validation

CWE-170

Improper Null Termination