๐Ÿ” CVE Alert

CVE-2026-59168

MEDIUM 6.2

Dasel: Unbounded recursion in JSON and XML readers causes unrecoverable stack-overflow DoS

CVSS Score
6.2
EPSS Score
0.0%
EPSS Percentile
0th

Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.11.1, parsing/json/json_reader.go decodeValue, decodeObject, and decodeArray, and parsing/xml/reader.go parseElement, recurse once per input nesting level without a depth guard. Deeply nested attacker-controlled JSON or XML supplied through parsing.Format(...).NewReader(...).Read(data), the command-line interface, or the parse selector function can exhaust the Go goroutine stack and raise an unrecoverable fatal error that terminates the entire process. The XML input-size limit does not prevent depth exhaustion, and defer or recover cannot intercept the failure. This issue is fixed in version 3.11.1.

CWE CWE-674
Vendor tomwright
Product dasel
Published Sep 21, 2026
Stay Ahead of the Next One

Get instant alerts for tomwright dasel

Be the first to know when new medium vulnerabilities affecting tomwright dasel are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

TomWright / dasel
>= 3.0.0, < 3.11.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/TomWright/dasel/security/advisories/GHSA-cqxr-jxr2-85pq github.com: https://github.com/TomWright/dasel/commit/4c91d0d02dc59ce8404709b1bfed7a6fabe62f68 github.com: https://github.com/TomWright/dasel/releases/tag/v3.11.1