製品・ソフトウェアに関する情報
JDEGUEST (Jacques Deguest)のApache::API::Passwordにおける暗号の脆弱な PRNG の使用に関する脆弱性
Title JDEGUEST (Jacques Deguest)のApache::API::Passwordにおける暗号の脆弱な PRNG の使用に関する脆弱性
Summary

Apache::API::Passwordのバージョン0.5.2までのPerl版では、ソルトのために安全でないランダム値が生成される可能性があります。_make_saltおよび_make_salt_bcryptメソッドは、ソルトのランダムバイトを生成するためにCrypt::URandomおよびBytes::Random::Secureをロードしようとします。これらのモジュールが利用できない場合は、単にPerlの組み込みrand関数で生成された16バイトを返します。rand関数は暗号用途には不適切です。これらのソルトはパスワードのハッシュ化に使用されます。

Possible impacts 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアは停止しません。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
Solution

正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

Publication Date April 15, 2026, midnight
Registration Date May 8, 2026, 12:09 p.m.
Last Update May 8, 2026, 12:09 p.m.
CVSS3.0 : 重要
Score 7.5
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Affected System
JDEGUEST (Jacques Deguest)
Apache::API::Password 0.5.3 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2026年05月08日]
  掲載
May 8, 2026, 12:09 p.m.

NVD Vulnerability Information
CVE-2026-5088
Summary

Apache::API::Password versions through v0.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.

Publication Date April 15, 2026, 5:16 p.m.
Registration Date April 17, 2026, 4:11 a.m.
Last Update April 18, 2026, 12:38 a.m.
Related information, measures and tools
Common Vulnerabilities List