vulnti.work

WebDyne::Session versions before 3.003_704 for Perl generate the session id insecurely. The session handler generates the session id from an MD5 hash seeded with a call to the built-in rand() functi…

Medium CVSS 6.5
CVECVE-2026-5084
First seen2026-08-02 11:15 UTC
Disclosed2026-05-11 08:16 UTC
Last updated2026-08-02 11:15 UTC
Channel statusauto

Summary

WebDyne::Session versions before 3.003_704 for Perl generate the session id insecurely. The session handler generates the session id from an MD5 hash seeded with a call to the built-in rand() function. The rand function is passed a maximum value based on the process id, the epoch time and the reference address of the object, but this information will have no effect on the overall quality of the seed of the message digest. The rand function is seeded by 32-bits and is predictable. It is consid…

In-depth triage · Auto channel

No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).

Lint boundary warnings (3)

The following non-blocking warnings were raised during the lint phase of this triage (e.g. reference URLs not yet on the allowlist). They do not affect entry usability and are disclosed for transparency (see DR-002).

  • REF_URL_NOT_ALLOWLISTED url not in allowlist: https://metacpan.org/release/ASPEER/WebDyne-2.075/source/lib/WebDyne/Session.pm#L120
  • REF_URL_NOT_ALLOWLISTED url not in allowlist: https://security.metacpan.org/docs/guides/random-data-for-security.html
  • REF_URL_NOT_ALLOWLISTED url not in allowlist: https://webdyne.org

Sources

  • NVD DATABASE

Original Links

Timeline

  1. nvd_ingest NVD