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. The arguments for a number of flags which are non-optional are incorrectly considered optional, allowing disallowed flags to be smuggled through the LDFLAGS sanitization. This affects usage of both the gc and gccgo compilers.
The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
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 | 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 | * |
When a product allows a user’s input to contain code syntax, it might be possible for an attacker to craft the code in such a way that it will alter the intended control flow of the product. Such an alteration could lead to arbitrary code execution. Injection problems encompass a wide variety of issues – all mitigated in very different ways. For this reason, the most effective way to discuss these weaknesses is to note the distinct features which classify them as injection weaknesses. The most important issue to note is that all injection problems share one thing in common – i.e., they allow for the injection of control plane data into the user-controlled data plane. This means that the execution of the process may be altered by sending code in through legitimate data channels, using no other mechanism. While buffer overflows, and many other flaws, involve the use of some further issue to gain execution, injection problems need only for the data to be parsed. The most classic instantiations of this category of weakness are SQL injection and format string vulnerabilities.