SCA: security update for github.com/moby/moby/v2 (GHSA-x86f-5xw2-fm2r)

high Tenable Cloud Security Plugin ID 442038

Description

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

- Moby is an open source container framework. In versions prior to 29.5.1 and in moby/moby v2 prior to
v2.0.0-beta.14, when a compressed archive is uploaded to a container via `PUT /containers/{id}/archive` or
piped through `docker cp -`, the daemon resolves decompression binaries (such as `xz` or `unpigz`) from
the container's filesystem rather than the host's due to incorrect ordering of operations. A malicious
container image containing a trojanized decompression binary can achieve arbitrary code execution with
full daemon privileges, including host root UID and unrestricted capabilities, when a user uploads a
compressed (xz or gzip) archive into that container. This issue is fixed in Docker Engine 29.5.1 and
moby/moby v2.0.0-beta.14. Workarounds include only running containers from trusted images, using
authorization plugins to restrict access to the `PUT /containers/{id}/archive` endpoint, and avoiding
piping compressed archives into containers created from untrusted images (CVE-2026-41567)

Solution

Update the github.com/moby/moby/v2 library and its related packages to version 2.0.0-beta.14 or later.

See Also

https://github.com/advisories/GHSA-x86f-5xw2-fm2r

Plugin Details

Severity: High

ID: 442038

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 5/18/2026

Updated: 6/30/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.8

Percentile: 57.74

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 5.5

Temporal Score: 4.1

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

CVSS Score Source: CVE-2026-41567

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

Vector: CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:C/C:H/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: 5/18/2026

Vulnerability Publication Date: 5/18/2026

Reference Information

CVE: CVE-2026-41567

cwe: CWE-427