CVE Catalog

CVE-2026-46378

MediumCVSS 6.2
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.11%

2th percentile - higher than 2% of all known CVEs

Summary

A vulnerability in Dasel versions 3.0.0 through 3.10.1 causes an infinite loop when tokenizing an unterminated regex literal (e.g., r/). An attacker can exploit a crafted selector string to exhaust CPU resources.

Risk Assessment

The risk is a potential Denial of Service (DoS) attack by sending a specially crafted selector, leading to high CPU consumption and service disruption.

Recommendation

Upgrade Dasel to version 3.10.1 or later, which includes a fix for the infinite loop issue.

Other vulnerabilities in Dasel

See all
Original NVD description (English source)

Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the selector lexer matchRegexPattern closure in (*Tokenizer).parseCurRune in selector/lexer/tokenize.go loops while tokenizing an unterminated regex literal such as r/ because peekRuneEqual returns false after the end of input, allowing attacker-controlled selector strings to consume CPU indefinitely. This issue is fixed in version 3.10.1.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS