Lucene search

K
amazonAmazonALAS-2024-2564
HistoryJun 06, 2024 - 8:17 p.m.

Medium: openssl11

2024-06-0620:17:00
alas.aws.amazon.com
tlsv1.3
memory growth
denial of service
server configurations
openssl11
cve-2024-2511

6.6 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

10.4%

Issue Overview:

Issue summary: Some non-default TLS server configurations can cause unbounded
memory growth when processing TLSv1.3 sessions

Impact summary: An attacker may exploit certain server configurations to trigger
unbounded memory growth that would lead to a Denial of Service

This problem can occur in TLSv1.3 if the non-default SSL_OP_NO_TICKET option is
being used (but not if early_data support is also configured and the default
anti-replay protection is in use). In this case, under certain conditions, the
session cache can get into an incorrect state and it will fail to flush properly
as it fills. The session cache will continue to grow in an unbounded manner. A
malicious client could deliberately create the scenario for this failure to
force a Denial of Service. It may also happen by accident in normal operation.

This issue only affects TLS servers supporting TLSv1.3. It does not affect TLS
clients.

The FIPS modules in 3.2, 3.1 and 3.0 are not affected by this issue. OpenSSL
1.0.2 is also not affected by this issue. (CVE-2024-2511)

Affected Packages:

openssl11

Note:

This advisory is applicable to Amazon Linux 2 (AL2) Core repository. Visit this FAQ section for the difference between AL2 Core and AL2 Extras advisories.

Issue Correction:
Run yum update openssl11 to update your system.

New Packages:

aarch64:  
    openssl11-1.1.1g-12.amzn2.0.21.aarch64  
    openssl11-libs-1.1.1g-12.amzn2.0.21.aarch64  
    openssl11-devel-1.1.1g-12.amzn2.0.21.aarch64  
    openssl11-static-1.1.1g-12.amzn2.0.21.aarch64  
    openssl11-debuginfo-1.1.1g-12.amzn2.0.21.aarch64  
  
i686:  
    openssl11-1.1.1g-12.amzn2.0.21.i686  
    openssl11-libs-1.1.1g-12.amzn2.0.21.i686  
    openssl11-devel-1.1.1g-12.amzn2.0.21.i686  
    openssl11-static-1.1.1g-12.amzn2.0.21.i686  
    openssl11-debuginfo-1.1.1g-12.amzn2.0.21.i686  
  
src:  
    openssl11-1.1.1g-12.amzn2.0.21.src  
  
x86_64:  
    openssl11-1.1.1g-12.amzn2.0.21.x86_64  
    openssl11-libs-1.1.1g-12.amzn2.0.21.x86_64  
    openssl11-devel-1.1.1g-12.amzn2.0.21.x86_64  
    openssl11-static-1.1.1g-12.amzn2.0.21.x86_64  
    openssl11-debuginfo-1.1.1g-12.amzn2.0.21.x86_64  

Additional References

Red Hat: CVE-2024-2511

Mitre: CVE-2024-2511