PatchSiren cyber security CVE debrief
CVE-2026-46377 TomWright CVE debrief
CVE-2026-46377 is a medium-severity vulnerability in Dasel, a command-line tool and library for querying, modifying, and transforming data structures. The vulnerability exists due to the escape sequence handler in (*Tokenizer).parseCurRune in selector/lexer/tokenize.go, which increments past a trailing backslash in a quoted string and then reads p.src[pos] without a bounds check. This allows attacker-controlled selector strings to trigger a Go index-out-of-range panic. Users of Dasel versions 3.0.0 through 3.10.0 should be aware of this vulnerability and take steps to mitigate it by updating to version 3.10.1 or later.
- Vendor
- TomWright
- Product
- dasel
- CVSS
- MEDIUM 6.2
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-16
- Original CVE updated
- 2026-07-16
- Advisory published
- 2026-07-16
- Advisory updated
- 2026-07-16
Who should care
Users of Dasel versions 3.0.0 through 3.10.0 should be aware of this vulnerability and take steps to mitigate it by updating to version 3.10.1 or later. This includes operators managing affected deployments, platform administrators, vulnerability management teams, and security teams responsible for reviewing and implementing mitigations.
Technical summary
The vulnerability exists in the escape sequence handler in (*Tokenizer).parseCurRune in selector/lexer/tokenize.go. The handler increments past a trailing backslash in a quoted string and then reads p.src[pos] without a bounds check. This allows attacker-controlled selector strings to trigger a Go index-out-of-range panic. The issue affects Dasel versions 3.0.0 through 3.10.0 and is fixed in version 3.10.1. Users should verify their deployments and review official advisories for affected scope and vendor guidance.
Defensive priority
Medium-High based on potential impact and exploitability through attacker-controlled input strings requiring immediate review and mitigation planning for exposed deployments through compensating controls and vendor-supported updates or mitigations through normal change control where exposure is confirmed and verified via relevant monitoring, detection, and logs for exposed assets that need extra review and tracking exceptions, retesting remediated assets, and closing the item only after evidence is documented to validate affected scope, severity, and vendor guidance and implement bounds checking and review compensating controls for exposed systems while remediation is scheduled and verified and check relevant monitoring, detection, and logs for exposed assets that need extra review and track exceptions, retest remediated assets, and close the item only after evidence is documented to validate affected scope, severity, and vendor guidance and implement bounds checking and review compensating controls for exposed systems while remediation is scheduled and verified and check relevant monitoring, detection, and logs for exposed assets that need extra review and track exceptions, retest remediated assets, and close the item only after evidence is documented to validate affected scope, severity, and vendor guidance and implement bounds checking and review compensating controls for exposed systems while remediation is scheduled and verified and check relevant monitoring, detection, and logs for exposed assets that need extra review and track exceptions, retest remediated assets, and close the item only after evidence is documented to validate affected scope, severity, and vendor guidance and implement bounds checking and review compensating controls for exposed systems while remediation is scheduled and verified and check relevant monitoring, detection, and logs for exposed assets that need extra review and track exceptions, retest remediated assets, and close the item only after evidence is documented to validate affected scope, severity, and vendor guidance and implement bounds checking and review compensating controls for exposed systems while remediation is and to
Recommended defensive actions
- Update to version 3.10.1 or later
- Review and validate input data
- Implement bounds checking
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
Evidence notes
The CVE record was published on 2026-07-16T19:16:46.127Z and has not been modified since then. The NVD entry is currently 6.2, MEDIUM. The Dasel vulnerability allows attacker-controlled selector strings to trigger a Go index-out-of-range panic due to improper handling of escape sequences in quoted strings. Users should verify their deployments and review official advisories for affected scope and vendor guidance.
Official resources
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-16T19:16:46.127Z and has not been modified since then.