jq is a command-line JSON processor. Version 1.7 is vulnerable to heap-based buffer overflow. Version 1.7.1 contains a patch for this issue.
The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
The product writes data past the end, or before the beginning, of the intended buffer.
Link | Tags |
---|---|
https://github.com/jqlang/jq/security/advisories/GHSA-686w-5m7m-54vc | vendor advisory exploit |
https://github.com/jqlang/jq/commit/71c2ab509a8628dbbad4bc7b3f98a64aa90d3297 | patch |
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=64574 | mailing list |
http://www.openwall.com/lists/oss-security/2023/12/15/10 | patch mailing list third party advisory |