Bug 2478105 (CVE-2026-8700)

Summary: CVE-2026-8700 perl-Crypt-DSA: perl-Crypt-DSA: Weakening of cryptographic security via predictable seed generation
Product: [Other] Security Response Reporter: OSIDB Bzimport <bzimport>
Component: vulnerabilityAssignee: Product Security DevOps Team <prodsec-dev>
Status: NEW --- QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedKeywords: Security
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
A flaw was found in perl-Crypt-DSA. This vulnerability occurs because the software generates cryptographic seeds using Perl's built-in `rand` function, which is predictable and unsuitable for security-sensitive operations. An attacker could potentially leverage this predictability to weaken the cryptographic security of generated keys, leading to potential information disclosure or other security bypasses.
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: 2479632, 2479633    
Bug Blocks:    

Description OSIDB Bzimport 2026-05-15 23:01:24 UTC
Crypt::DSA versions before 1.20 for Perl generate seeds using rand.

Seeds were generated using Perl's built-in rand function, which is predictable and unsuitable for security usage.