Bug 108711

Summary: CAN-2003-0900 Perl bad random number seeding
Product: [Fedora] Fedora Reporter: Mark J. Cox <mjc>
Component: perlAssignee: Chip Turner <cturner>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: Security
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-11-07 09:11:55 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:

Description Mark J. Cox 2003-10-31 14:15:18 UTC
Perl 5.8.1 (only) has bad random number initialisation when
forking leading to predictive random numbers, which is bad
for mod_perl and other things. 

Only affects Fedora Core as we haven't shipped 5.8.1 in other distributions.

Comment 1 Chip Turner 2003-10-31 14:41:40 UTC
the 5.8.1 in fedora core 1 is patched against this

perl -le 'fork; print rand'

prints different numbers in fedora, but not stock 5.8.1


Comment 2 Seth Vidal 2003-11-07 06:58:38 UTC
Triage->Close
Looks like it is patched in FC1 and does not affect other releases.


Comment 3 Mark J. Cox 2003-11-07 09:11:55 UTC
agreed