Vulnerability in Red Hat Nbde Tang Server
CVE-2024-1394
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.
EPSS: 0.015 (72.2th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Red Hat Nbde Tang Server
- Red Hat Openshift Developer Tools And Services
- Red Hat Openshift Pipelines
- Red Hat Openshift Serverless
- Red Hat Ansible Automation Platform 1.2
- Red Hat Ansible Automation Platform 2.4 For Rhel 8 — versions 0:1.4.5-1.el8ap
- Red Hat Ansible Automation Platform 2.4 For Rhel 9 — versions 0:1.4.5-1.el9ap
- Red Hat Certification For Enterprise Linux 8
- Red Hat Certification Program For Enterprise Linux 9
- Red Hat Developer Tools — versions 0:1.19.13-6.el7_9
Weakness classification (CWE)
Public proof-of-concept exploits
References
- secalert@redhat.com (x_refsource_REDHAT, vendor-advisory)
- secalert@redhat.com (x_refsource_REDHAT, vendor-advisory)
- secalert@redhat.com (x_refsource_REDHAT, vendor-advisory)
- secalert@redhat.com (x_refsource_REDHAT, vendor-advisory)
- secalert@redhat.com (x_refsource_REDHAT, vendor-advisory)
- secalert@redhat.com (x_refsource_REDHAT, vendor-advisory)
- secalert@redhat.com (x_refsource_REDHAT, vendor-advisory)
- secalert@redhat.com (x_refsource_REDHAT, vendor-advisory)
- secalert@redhat.com (x_refsource_REDHAT, vendor-advisory)
- secalert@redhat.com (x_refsource_REDHAT, vendor-advisory)
Frequently asked questions
- What is CVE-2024-1394?
- CVE-2024-1394 is a high-severity vulnerability in Red Hat Nbde Tang Server, classified under Missing Release of Memory after Effective Lifetime. CVSS score: 7.5/10. Published 2024-03-21.
- How severe is CVE-2024-1394?
- High severity. CVSS v3 base score is 7.5 out of 10.
- Is CVE-2024-1394 known to be exploited?
- 3 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.