The vendor explicitly identifies these products as affected by this CVE.
- tang-operator-bundle-container as a component of NBDE Tang Server
- helm.src as a component of OpenShift Developer Tools and Services
- odo.src as a component of OpenShift Developer Tools and Services
- openshift-serverless-clients.src as a component of OpenShift Serverless
- helm.src as a component of Red Hat Ansible Automation Platform 1.2
- openshift-clients.src as a component of Red Hat Ansible Automation Platform 1.2
- redhat-certification-preflight.src as a component of Red Hat Certification for Red Hat Enterprise Linux 8
- redhat-certification-preflight.src as a component of Red Hat Certification Program for Red Hat Enterprise Linux 9
- buildah.src as a component of Red Hat Enterprise Linux 7
- containernetworking-plugins.src as a component of Red Hat Enterprise Linux 7
- host-metering as a component of Red Hat Enterprise Linux 7
- host-metering-selinux as a component of Red Hat Enterprise Linux 7
- Summary
- A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey and ctx. That function uses named return parameters to free pkey and ctx if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the "return nil, nil, fail(...)" pattern, meaning that pkey and ctx will be nil inside the deferred function that should free them.
- Remediation
- Before applying this update, make sure all previously released errata relevant to your system have been applied. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258
