CVE-2024-1394

Updated: 2025-05-02 13:36:04.438785

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
CVSS Version 3.x HIGH 7.5

Status

OS name Project name Version Score Severity Status Errata Last updated

Statement

AlmaLinux 9.2 ESU buildah 1.29.1 7.5 HIGH Not Vulnerable 2025-05-21 01:40:54
AlmaLinux 9.2 ESU grafana 9.0.9 7.5 HIGH Needs Triage 2025-05-08 02:47:03
AlmaLinux 9.2 ESU golang 1.19.13 7.5 HIGH Not Vulnerable 2025-05-14 04:50:49
AlmaLinux 9.2 ESU podman 4.4.1 7.5 HIGH Needs Triage 2025-05-16 22:43:09