CVE Vulnerabilities

CVE-2023-29405

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

Published: Jun 08, 2023 | Modified: Dec 06, 2024
CVSS 3.x
9.8
CRITICAL
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS 2.x
RedHat/V2
RedHat/V3
7.5 IMPORTANT
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
Ubuntu
LOW

The go command may execute arbitrary code at build time when using cgo. This may occur when running go get on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a #cgo LDFLAGS directive. Flags containing embedded spaces are mishandled, allowing disallowed flags to be smuggled through the LDFLAGS sanitization by including them in the argument of another flag. This only affects usage of the gccgo compiler.

Weakness

The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Affected Software

Name Vendor Start Version End Version
Go Golang * 1.19.10 (excluding)
Go Golang 1.20.0 (including) 1.20.5 (excluding)
Red Hat Ceph Storage 5.3 RedHat rhceph/keepalived-rhel8:2.1.5-42 *
Red Hat Ceph Storage 5.3 RedHat rhceph/rhceph-5-dashboard-rhel8:5-87 *
Red Hat Ceph Storage 5.3 RedHat rhceph/rhceph-5-rhel8:5-519 *
Red Hat Ceph Storage 5.3 RedHat rhceph/rhceph-haproxy-rhel8:2.2.19-35 *
Red Hat Ceph Storage 5.3 RedHat rhceph/snmp-notifier-rhel8:1.2.1-69 *
Red Hat Developer Tools RedHat go-toolset-1.19-0:1.19.10-1.el7_9 *
Red Hat Developer Tools RedHat go-toolset-1.19-golang-0:1.19.10-1.el7_9 *
Red Hat Enterprise Linux 8 RedHat go-toolset:rhel8-8080020230627164522.6b4b45d8 *
Red Hat Enterprise Linux 9 RedHat golang-0:1.19.10-1.el9_2 *
Red Hat Enterprise Linux 9 RedHat go-toolset-0:1.19.10-1.el9_2 *
Golang Ubuntu bionic *
Golang Ubuntu trusty *
Golang Ubuntu xenial *
Golang-1.10 Ubuntu bionic *
Golang-1.10 Ubuntu trusty *
Golang-1.10 Ubuntu trusty/esm *
Golang-1.10 Ubuntu xenial *
Golang-1.13 Ubuntu bionic *
Golang-1.13 Ubuntu kinetic *
Golang-1.13 Ubuntu xenial *
Golang-1.16 Ubuntu bionic *
Golang-1.16 Ubuntu trusty *
Golang-1.16 Ubuntu xenial *
Golang-1.17 Ubuntu jammy *
Golang-1.17 Ubuntu trusty *
Golang-1.17 Ubuntu xenial *
Golang-1.18 Ubuntu bionic *
Golang-1.18 Ubuntu esm-apps/bionic *
Golang-1.18 Ubuntu esm-apps/xenial *
Golang-1.18 Ubuntu focal *
Golang-1.18 Ubuntu jammy *
Golang-1.18 Ubuntu trusty *
Golang-1.18 Ubuntu xenial *
Golang-1.19 Ubuntu kinetic *
Golang-1.19 Ubuntu lunar *
Golang-1.19 Ubuntu trusty *
Golang-1.19 Ubuntu xenial *
Golang-1.20 Ubuntu lunar *
Golang-1.20 Ubuntu mantic *
Golang-1.20 Ubuntu trusty *
Golang-1.20 Ubuntu xenial *
Golang-1.6 Ubuntu trusty *
Golang-1.6 Ubuntu xenial *
Golang-1.8 Ubuntu bionic *
Golang-1.9 Ubuntu bionic *

Potential Mitigations

References