[go: up one dir, main page]

Bug 1241141 (CVE-2025-2814) - VUL-0: CVE-2025-2814: perl-Crypt-CBC versions between 1.21 and 3.04 for Perl may use insecure rand() function for cryptographic functions
Summary: VUL-0: CVE-2025-2814: perl-Crypt-CBC versions between 1.21 and 3.04 for Perl ...
Status: NEW
Alias: CVE-2025-2814
Product: openSUSE Distribution
Classification: openSUSE
Component: Security (show other bugs)
Version: Leap 15.6
Hardware: Other Other
: P3 - Medium : Normal (vote)
Target Milestone: ---
Assignee: Daniel Lovasko
QA Contact: Security Team bot
URL: https://smash.suse.de/issue/450229/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-14 08:25 UTC by SMASH SMASH
Modified: 2025-04-14 09:18 UTC (History)
1 user (show)

See Also:
Found By: Security Response Team
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SMASH SMASH 2025-04-14 08:25:46 UTC
Crypt::CBC versions between 1.21 and 3.04 for Perl may use the rand() function as the default source of entropy, which is not cryptographically secure, for cryptographic functions.

This issue affects operating systems where "/dev/urandom'" is unavailable.  In that case, Crypt::CBC will fallback to use the insecure rand() function.

References:
https://perldoc.perl.org/functions/rand
https://security.metacpan.org/docs/guides/random-data-for-security.html
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2025-2814
https://www.cve.org/CVERecord?id=CVE-2025-2814
https://metacpan.org/dist/Crypt-CBC/source/lib/Crypt/CBC.pm#L777
https://bugzilla.redhat.com/show_bug.cgi?id=2359259