---
cve: "CVE-2026-59168"
severity: "MEDIUM"
cvss: 6.2
epss: "0.1%"
vendor: "TomWright"
kev: false
exploited: false
published: "2026-09-21 17:17:36"
tags: [cve, security, medium]
source: tsecurity.de CVE-Dossier
exported: "2026-09-24T16:20:41+02:00"
---

# CVE-2026-59168

> 6.2 MEDIUM · 🧪 PoC

## Beschreibung

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.

## CVSS-Vektor

```
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Lokal | good |
| AC Komplexität | Gering | bad |
| PR Privilegien | Keine | bad |
| UI Interaktion | Keine | bad |
| S Scope | Unverändert | good |
| C Vertraulichkeit | Keine | good |
| I Integrität | Keine | good |
| A Verfügbarkeit | Hoch | bad |

## Patch verfügbar (OSV)

- 4c91d0d02dc59ce8404709b1bfed7a6fabe62f68 (Commit)
- 5d609b8982d4f23a12f40e5d47009ba2a1bda218 (Commit)

## Referenzen

- <https://github.com/TomWright/dasel/security/advisories/GHSA-cqxr-jxr2-85pq>
- <https://github.com/TomWright/dasel/commit/4c91d0d02dc59ce8404709b1bfed7a6fabe62f68>
- <https://github.com/TomWright/dasel/releases/tag/v3.11.1>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-59168) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
