Skip to content

runc CVE-2021-43784

Low
arnaldo2792 published GHSA-86p7-cxqj-3p24 Feb 8, 2022

Package

runc (bottlerocket)

Affected versions

< 1.6.0

Patched versions

1.6.0

Description

In runc, netlink is used internally as a serialization system for specifying the relevant container configuration to the C portion of the code (responsible for the based namespace setup of containers). In all versions of runc prior to 1.0.3, the encoder did not handle the possibility of an integer overflow in the 16-bit length field for the byte array attribute type, meaning that a large enough malicious byte array attribute could result in the length overflowing and the attribute contents being parsed as netlink messages for container configuration.

Please refer to GHSA-v95c-p5hm-xq8f for more information.

Severity

Low

CVE ID

CVE-2021-43784

Weaknesses

No CWEs