SCA: security update for tinytag (GHSA-f4rq-2259-hv29)

medium Tenable Self-Hosted Container Security Plugin ID 439094

Description

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

- tinytag is a Python library for reading audio file metadata. Version 2.2.0 allows an attacker who can
supply MP3 files for parsing to trigger a non-terminating loop while the library parses an ID3v2 SYLT
(synchronized lyrics) frame. In server-side deployments that automatically parse attacker-supplied files,
a single 498-byte MP3 can cause the parsing operation to stop making progress and remain busy until the
worker or process is terminated. The root cause is that _parse_synced_lyrics assumes _find_string_end_pos
always returns a position greater than the current offset. That assumption is false when no string
terminator is present in the remaining frame content. This issue has been fixed in version 2.2.1.
(CVE-2026-32889)

Solution

Update the tinytag library and its related packages to version 2.2.1 or later.

See Also

https://github.com/advisories/GHSA-f4rq-2259-hv29

Plugin Details

Severity: Medium

ID: 439094

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 3/21/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.73

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.1

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

CVSS Score Source: CVE-2026-32889

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.9

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/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-32889

cwe: CWE-835