Unknown · Net::Easytcp · CVE-2024-56830
**Name of the Vulnerable Software and Affected Versions**
Net::EasyTCP versions 0.15 through 0.26
**Description**
The issue arises because the Net::EasyTCP package for Perl utilizes Perl's built-in `rand()` function when no strong randomization module is present. This can lead to insecure randomization.
**Recommendations**
For versions 0.15 through 0.26, consider using a strong randomization module to mitigate the risk of insecure randomization. As a temporary workaround, restrict the use of the `rand()` function in the Net::EasyTCP package until a patch is available.