Security Advisories (1)
CVE-2026-11625 (2026-06-26)

Bytes::Random::Secure versions through 0.29 for Perl share internal state across forked processes. When an object is initialised before forking, or when the functional interface is used, then the internal state for the PRNG is shared across processes and identical random streams will be produced. Secrets generated in multiprocess applications are predictable across processes.

Changes for version 0.29 - 2015-07-12

  • Added a shuffle method available via the OO user interface.
  • Added a SEE ALSO POD section that mentions Bytes::Random::Secure::Tiny

Modules

Perl extension to generate cryptographically-secure random bytes.