Bug 2469193 (CVE-2026-41256) - CVE-2026-41256 jq: embedded NUL truncates top-level jq programs loaded with -f
Summary: CVE-2026-41256 jq: embedded NUL truncates top-level jq programs loaded with -f
Keywords:
Status: NEW
Alias: CVE-2026-41256
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2477522
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-11 18:02 UTC by OSIDB Bzimport
Modified: 2026-06-02 08:28 UTC (History)
23 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-11 18:02:52 UTC
jq is a command-line JSON processor. In 1.8.1 and earlier, Top-level jq programs loaded from a file with -f are truncated at the first embedded NUL byte on current upstream HEAD. A crafted filter file such as . followed by \x00 and arbitrary suffix compiles and executes as only the prefix before the NUL. This leaves jq with a post-CVE-2026-33948 prefix/full-buffer mismatch on the compilation path even though the JSON parser path has already been fixed.


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