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

Fuyu0425

#20662of 56,330
13.6Total CVSS
Vulnerabilities · 2
Medium
2
PT-2026-39721
6.8
2026-05-11
Jq · Jq · CVE-2026-44777
**Name of the Vulnerable Software and Affected Versions** jq versions prior to 1.8.2rc2 **Description** The ordinary module loader in this command-line JSON processor recurses without cycle detection when two valid modules include each other. **Recommendations** Update to a version later than 1.8.2rc1.
PT-2026-47092
6.8
2026-05-08
Jq · Jq · CVE-2026-47770
**Name of the Vulnerable Software and Affected Versions** jq versions prior to 1.8.2 **Description** Comparing two deeply nested arrays using the == operator can lead to a denial of service through stack exhaustion caused by uncontrolled recursion. The issue occurs within the recursive structural comparison code, specifically involving the `jvp array equal()` and `jv equal()` functions in src/jv.c. Additionally, a sort comparator path through the `jv cmp()` function in src/jv aux.c can also cause a stack overflow at a greater nesting depth due to a missing recursion guard. This affects users who perform comparisons on attacker-controlled deeply nested JSON values or embed the software in environments where untrusted data reaches the == comparison path. **Recommendations** Update to version 1.8.2.