Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Sdjasj

#41427of 56,328
7.1Total CVSS
Vulnerabilities · 1
PT-2026-51160
7.1
2026-06-09
Jq · Jq · CVE-2026-49839
**Name of the Vulnerable Software and Affected Versions** jq versions prior to 1.8.2 **Description** In assertion-disabled builds, the `jq --rawfile` command can lead to invalid-state reuse and a heap out-of-bounds write. This occurs when the `jv load file(raw=1)` function reads an attacker-controlled file and repeatedly appends chunks to a string accumulator. If the `jv string append buf()` function returns a "String too long" error, the loop continues to append subsequent file chunks to the already invalid object. This invalid object is then incorrectly interpreted as a string object, resulting in a heap-buffer-overflow. **Recommendations** Update to version 1.8.2.