CVE-2026-11702

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
26/06/2026
Last modified:
01/07/2026

Description

Bytes::Random::Secure::Tiny versions through 1.011 for Perl share internal state across forked processes.<br /> <br /> 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.<br /> <br /> Secrets generated in multiprocess applications are predictable across processes.