SCA: security update for github.com/eat-pray-ai/yutu (GHSA-2c7f-fxww-6w6c)

high Tenable Self-Hosted Container Security Plugin ID 444723

Description

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

- yutu is an AI-powered toolkit for managing and growing YouTube channels. Prior to 0.10.9, the caption-
download MCP tool accepts a caller-controlled file parameter through cmd/caption/download.go and passes it
to Caption.Download() in pkg/caption/caption.go, where os.Create() creates or truncates that path without
using the pkg.Root confinement boundary backed by YUTU_ROOT. A principal able to invoke caption-download,
including a local HTTP client when the MCP server runs with its default authentication-disabled
configuration, can write downloaded caption bytes to any path writable by the yutu process outside
YUTU_ROOT. This can overwrite application files, configuration, shell startup files, logs, or data and can
cause persistent code execution or denial of service depending on the selected writable target. Live
caption retrieval also requires usable service credentials and an accessible caption identifier. This
issue is fixed in version 0.10.9. (CVE-2026-50158)

Solution

Update the github.com/eat-pray-ai/yutu library and its related packages to version 0.10.9-dev1 or later.

See Also

https://github.com/advisories/GHSA-2c7f-fxww-6w6c

Plugin Details

Severity: High

ID: 444723

Version: Revision 1.3

Type: Local

Family: SCA Checks

Published: 7/15/2026

Updated: 9/18/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.3

Percentile: 53.69

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 6.6

Temporal Score: 4.9

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

CVSS Score Source: CVE-2026-50158

CVSS v3

Risk Factor: High

Base Score: 7.7

Temporal Score: 6.7

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 7/14/2026

Vulnerability Publication Date: 7/14/2026

Reference Information

CVE: CVE-2026-50158

cwe: CWE-73