Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
Apache::API::Password versions through 0.5.2 for Perl can generate insecure random values for salts
Vulnerability Description
Apache::API::Password versions through 0.5.2 for Perl can generate insecure random values for salts. The _make_salt and _make_salt_bcrypt methods will attept to load Crypt::URandom and then Bytes::Random::Secure to generate random bytes for the salt. If those modules are unavailable, it will simply return 16 bytes generated with Perl's built-in rand function. The rand function is unsuitable for cryptographic use. These salts are used for password hashing.
CVSS Information
N/A
Vulnerability Type
使用具有密码学弱点缺陷的PRNG
Vulnerability Title
Apache::API::Password 安全漏洞
Vulnerability Description
Apache::API::Password是Apache基金会的一个密码管理模块。 Apache::API::Password v0.5.2及之前版本存在安全漏洞,该漏洞源于生成盐值时使用不安全的随机数生成器,可能导致密码哈希安全性降低。
CVSS Information
N/A
Vulnerability Type
N/A