You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Deepin Integration]~[v25-Release] fix(libcrypt-cbc-perl): CVE-2025-2814 by deepin-ci-robot@deepin-community/libcrypt-cbc-perl by deepin-community-ci-bot[bot] #13151
Fix CVE-2025-2814: Use Crypt::URandom instead of insecure rand() for
random bytes The _get_random_bytes function was using Perl's rand()
function as a fallback when /dev/urandom is not available. This is
cryptographically insecure. This patch replaces the fallback with
Crypt::URandom which provides cryptographically secure random bytes.
Also adds libcrypt-urandom-perl as a runtime dependency.
Package information | 软件包信息
Package repository address | 软件包仓库地址
Changelog | 更新信息
libcrypt-cbc-perl (3.04-3deepin1) unstable; urgency=medium
random bytes The _get_random_bytes function was using Perl's rand()
function as a fallback when /dev/urandom is not available. This is
cryptographically insecure. This patch replaces the fallback with
Crypt::URandom which provides cryptographically secure random bytes.
Also adds libcrypt-urandom-perl as a runtime dependency.