SCA: security update for github.com/opencontainers/runc (GHSA-f3fp-gc8g-vw66)

high Tenable Cloud Security Plugin ID 414225

Description

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

- runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. A bug
was found in runc prior to version 1.1.2 where `runc exec --cap` created processes with non-empty
inheritable Linux process capabilities, creating an atypical Linux environment and enabling programs with
inheritable file capabilities to elevate those capabilities to the permitted set during execve(2). This
bug did not affect the container security sandbox as the inheritable set never contained more capabilities
than were included in the container's bounding set. This bug has been fixed in runc 1.1.2. This fix
changes `runc exec --cap` behavior such that the additional capabilities granted to the process being
executed (as specified via `--cap` arguments) do not include inheritable capabilities. In addition, `runc
spec` is changed to not set any inheritable capabilities in the created example OCI spec (`config.json`)
file. (CVE-2022-29162)

See Also

https://github.com/advisories/GHSA-f3fp-gc8g-vw66

Plugin Details

Severity: High

ID: 414225

Version: Revision 1.4

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.12

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 4.6

Temporal Score: 3.4

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

CVSS Score Source: CVE-2022-29162

CVSS v3

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.8

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/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/24/2022

Vulnerability Publication Date: 5/17/2022

Reference Information

CVE: CVE-2022-29162

cwe: CWE-276