CVE-2026-43895 PUBLISHED

jq: Embedded NUL in jq import paths causes local redaction-policy bypass and preserves sensitive fields in published artifacts

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, jq accepts embedded NUL bytes in import paths at the jq-language level, but later resolves those paths through C string operations during module and data-file lookup. This creates a mismatch between the logical import string that policy or audit code may validate and the on-disk path that jq actually opens.

Metrics

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

Product Status

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

References

Problem Types

  • CWE-20: Improper Input Validation CWE
  • CWE-158: Improper Neutralization of Null Byte or NUL Character CWE