CVE-2026-11625
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| DAVIDO | Bytes::Random::Secure | 0 <= 0.29 | affected |
Weaknesses
- CWE-335: CWE-335 Incorrect Usage of Seeds in Pseudo-Random Number Generator (PRNG)
Workarounds
Apply the patch.
Otherwise, only use the object-oriented interface and ensure that the object is only instantiated in a child process after forking.
Alternatively, use a different module such as Crypt::PRNG, Crypt::SysRandom or Crypt::URandom.
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: yes
- Technical Impact: partial
References
- https://github.com/daoswald/Bytes-Random-Secure/issues/3
- https://github.com/daoswald/Bytes-Random-Secure/pull/4
- https://security.metacpan.org/patches/B/Bytes-Random-Secure/0.29/CVE-2026-11625-r1.patch
- https://www.cve.org/CVERecord?id=CVE-2026-11702
- https://www.cve.org/CVERecord?id=CVE-2026-41564
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.