Search Results (2 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-11625 1 Davido 1 Bytes::random::secure 2026-06-29 7.5 High
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.
CVE-2026-11702 1 Davido 1 Bytes::random::secure::tiny 2026-06-29 7.5 High
Bytes::Random::Secure::Tiny versions through 1.011 for Perl share internal state across forked processes. When an object is initialised before forking, 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.