Bug 2272883 (CVE-2024-28836)

Summary: CVE-2024-28836 Mbed-TLS: Denial of Service
Product: [Other] Security Response Reporter: Avinash Hanwate <ahanwate>
Component: vulnerabilityAssignee: Product Security <prodsec-ir-bot>
Status: NEW --- QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedKeywords: Security
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2272884, 2272885    
Bug Blocks:    

Description Avinash Hanwate 2024-04-03 04:58:51 UTC
An issue was discovered in Mbed TLS 3.5.x before 3.6.0. When negotiating the TLS version on the server side, it can fall back to the TLS 1.2 implementation of the protocol if it is disabled. If the TLS 1.2 implementation was disabled at build time, a TLS 1.2 client could put a TLS 1.3-only server into an infinite loop processing a TLS 1.2 ClientHello, resulting in a denial of service. If the TLS 1.2 implementation was disabled at runtime, a TLS 1.2 client can successfully establish a TLS 1.2 connection with the server.

https://github.com/Mbed-TLS/mbedtls/releases/tag/v3.6.0
https://mbed-tls.readthedocs.io/en/latest/tech-updates/security-advisories/

Comment 1 Avinash Hanwate 2024-04-03 04:59:09 UTC
Created mbedtls tracking bugs for this issue:

Affects: epel-all [bug 2272885]
Affects: fedora-all [bug 2272884]