Vulnerability Description
jq is a command-line JSON processor. In 1.8.1 and earlier, the jq bytecode VM's data stack tracks its allocation size in a signed int. When the stack grows beyond ≈1 GiB (via deeply nested generator forks), the doubling arithmetic overflows. The wrapped value is passed to realloc and then used for a memmove with attacker-influenced offsets.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Jqlang | Jq | <= 1.8.1 |
Related Weaknesses (CWE)
References
- https://github.com/jqlang/jq/security/advisories/GHSA-4jm8-m363-4539ExploitMitigationVendor Advisory
- https://github.com/jqlang/jq/security/advisories/GHSA-4jm8-m363-4539ExploitMitigationVendor Advisory
FAQ
What is CVE-2026-41257?
CVE-2026-41257 is a vulnerability with a CVSS score of 5.5 (MEDIUM). jq is a command-line JSON processor. In 1.8.1 and earlier, the jq bytecode VM's data stack tracks its allocation size in a signed int. When the stack grows beyond ≈1 GiB (via deeply nested generator f...
How severe is CVE-2026-41257?
CVE-2026-41257 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-41257?
Check the references section above for vendor advisories and patch information. Affected products include: Jqlang Jq.