CVE-2024-1394
CVSS V2 None
CVSS V3 None
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.
Overview
- CVE ID
- CVE-2024-1394
- Assigner
- redhat
- Vulnerability Status
- PUBLISHED
- Published Version
- 2024-03-21T12:16:38.790Z
- Last Modified Date
- 2024-06-11T20:17:11.716Z
Weakness Enumerations
References
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2024-1394 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-1394 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-06-26 05:58:54 | Added to TrackCVE |