Improper Validation of Array Index Affecting vale package, versions <3.22.0-r1


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.19% (8th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-WOLFILATEST-VALE-20066600
  • published24 Sept 2026
  • disclosed21 Sept 2026

Introduced: 21 Sep 2026

NewCVE-2026-62866  (opens in a new tab)
CWE-129  (opens in a new tab)

How to fix?

Upgrade Wolfi vale to version 3.22.0-r1 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream vale package and not the vale package as distributed by Wolfi. See How to fix? for Wolfi relevant fixed versions and status.

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.