Bug 2344551

Summary: 389-ds-base: openssl: CVE-2025-0977 / RUSTSEC-2025-0004: ssl::select_next_proto use after free
Product: [Fedora] Fedora Reporter: Fabio Valentini <decathorpe>
Component: 389-ds-baseAssignee: mreynolds
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: abokovoy, jachapma, mreynolds, spichugi, tbordaz, vashirov
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-02-19 15:47:54 UTC 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:    
Bug Blocks: 2343447    

Description Fabio Valentini 2025-02-09 15:13:38 UTC
The version of the "openssl" crate bundled in this package is vulnerable to CVE-2025-0977 / RUSTSEC-2025-0004.

c.f. https://rustsec.org/advisories/RUSTSEC-2025-0004.html

Reproducible: Always

Comment 1 Viktor Ashirov 2025-02-19 15:47:54 UTC
openssl crate is used in 389-ds-base only in pwdchan plugin for hashing
purposes:
https://github.com/389ds/389-ds-base/blob/main/src/plugins/pwdchan/Cargo.toml
https://github.com/389ds/389-ds-base/blob/main/src/plugins/pwdchan/src/lib.rs

Therefore 389-ds-base is not affected by this CVE.