CVE-2026-62866
6.2 MEDIUMpublic exploit availablePublished 2026-09-21 · Updated 2026-09-21
AI risk analysis
- Summary
- The flaw in Dasel allows an attacker to cause a panic due to index-out-of-range errors by providing input ending in whitespace. This matters because it can lead to service disruption.
- Exploitability
- Exploitation is moderately easy if an attacker can control the input, requiring knowledge of the specific whitespace pattern that triggers the issue.
- Blast radius
- If exploited, this could potentially disrupt services using Dasel, but the impact is limited to those applications and environments where untrusted input is processed without proper validation.
- Prioritized remediation
- Update to Dasel version 3.11.2 or later to mitigate the risk of index-out-of-range panics.
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
NVD description
Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.11.2, selector/lexer/tokenize.go parseCurRune advances the input index across trailing whitespace and then reads the source at the exhausted index without an end-of-input check. A selector ending in whitespace, including input passed through lexer.NewTokenizer(...).Tokenize() or dasel.Query, can therefore cause an index-out-of-range panic and terminate the process. This issue is fixed in version 3.11.2.
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weaknesses
CWE-129
Public exploit & PoC references
All references
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.
Related CVEs
- HIGHCVE-2026-15314
- MEDIUMCVE-2026-17050PoC
- HIGHCVE-2026-24253PoC
- MEDIUMCVE-2026-36468PoC
- MEDIUMCVE-2026-47620PoC
- MEDIUMCVE-2026-47621PoC
- HIGHCVE-2026-55071PoC
- MEDIUMCVE-2026-58270PoC
Related by shared AI tags and CWE weakness class. Browse the full archive.