SCA: security update for github.com/tomwright/dasel/v3 (GHSA-4fcp-jxh7-23x8)

medium Tenable Cloud Security Plugin ID 439007

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Dasel is a command-line tool and library for querying, modifying, and transforming data structures.
Starting in version 3.0.0 and prior to version 3.3.1, Dasel's YAML reader allows an attacker who can
supply YAML for processing to trigger extreme CPU and memory consumption. The issue is in the library's
own `UnmarshalYAML` implementation, which manually resolves alias nodes by recursively following
`yaml.Node.Alias` pointers without any expansion budget, bypassing go-yaml v4's built-in alias expansion
limit. Version 3.3.2 contains a patch for the issue. (CVE-2026-33320)

Solution

Update the github.com/tomwright/dasel/v3 library and its related packages to version 3.3.2 or later.

See Also

https://github.com/advisories/GHSA-4fcp-jxh7-23x8

Plugin Details

Severity: Medium

ID: 439007

Version: Revision 1.8

Type: Local

Family: SCA Checks

Published: 3/19/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.52

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 4.9

Temporal Score: 3.8

Vector: CVSS2#AV:L/AC:L/Au:N/C:N/I:N/A:C

CVSS Score Source: CVE-2026-33320

CVSS v3

Risk Factor: Medium

Base Score: 6.2

Temporal Score: 5.6

Vector: CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 3/19/2026

Vulnerability Publication Date: 3/19/2026

Reference Information

CVE: CVE-2026-33320

cwe: CWE-674