Bug 2458085 (CVE-2026-33948) - CVE-2026-33948 jq: jq: Input validation bypass via embedded NUL bytes allows parser differential attacks
Summary: CVE-2026-33948 jq: jq: Input validation bypass via embedded NUL bytes allows ...
Keywords:
Status: NEW
Alias: CVE-2026-33948
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2458354
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-04-14 00:01 UTC by OSIDB Bzimport
Modified: 2026-04-14 18:07 UTC (History)
10 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-04-14 00:01:31 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.