CVE-2024-1394

Updated: 2025-08-20 00:05:50.387704

Description:

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.


Links NIST CIRCL RHEL Ubuntu

Severity

Severity Score
CVSS Version 2.x NONE 0.0
CVSS Version 3.x HIGH 7.5

Status

OS name Project name Version Score Severity Status Errata Last updated

Statement

AlmaLinux 9.2 ESU golang 1.19.13 7.5 HIGH Not Vulnerable 2025-05-14 04:50:49 Not vulnerable
AlmaLinux 9.2 ESU buildah 1.29.1 7.5 HIGH Not Vulnerable 2025-05-21 01:40:54 Not vulnerable
AlmaLinux 9.2 ESU osbuild-composer 76 7.5 HIGH Not Vulnerable 2025-12-05 21:55:34 Not vulnerable
AlmaLinux 9.2 ESU grafana 9.0.9 7.5 HIGH Not Vulnerable 2025-07-11 01:43:19 Not vulnerable
AlmaLinux 9.2 ESU podman 4.4.1 7.5 HIGH Not Vulnerable 2025-06-13 04:11:22 Not vulnerable
AlmaLinux 9.2 ESU grafana-pcp 5.1.1 7.5 HIGH Not Vulnerable 2025-11-05 15:53:20 Not vulnerable
AlmaLinux 9.2 ESU skopeo 1.11.2 7.5 HIGH Not Vulnerable 2025-12-05 21:54:59 Not vulnerable
AlmaLinux 9.2 ESU containernetworking-plugins 1.2.0 7.5 HIGH Not Vulnerable 2025-11-27 10:37:23 Not vulnerable
AlmaLinux 9.2 ESU runc 1.1.4 7.5 HIGH Not Vulnerable 2025-11-27 10:35:48 Not vulnerable