CVE-2024-1394

CVE Details

Release Date:2024-03-20

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.

See more information about CVE-2024-1394 from MITRE CVE dictionary and NIST NVD


CVSS v3.0 metrics


NOTE: The following CVSS v3.0 metrics and score provided are preliminary and subject to review.

Base Score: 7.5 Base Metrics: AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Access Vector: Network Attack Complexity: Low
Privileges Required: None User Interaction: None
Scope: Unchanged Confidentiality Impact: None
Integrity Impact: None Availability Impact: High

Errata information


PlatformErrataRelease Date
Oracle Linux version 8 (delve)ELSA-2024-14722024-03-22
Oracle Linux version 8 (go-toolset)ELSA-2024-14722024-03-22
Oracle Linux version 8 (golang)ELSA-2024-14722024-03-22
Oracle Linux version 8 (grafana)ELSA-2024-16462024-04-03
Oracle Linux version 8 (grafana-pcp)ELSA-2024-16442024-04-03
Oracle Linux version 9 (golang)ELSA-2024-14622024-03-21
Oracle Linux version 9 (grafana)ELSA-2024-15012024-03-26
Oracle Linux version 9 (grafana-pcp)ELSA-2024-15022024-03-26



This page is generated automatically and has not been checked for errors or omissions. For clarification or corrections please contact the Oracle Linux ULN team

software.hardware.complete