Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-5084
PUBLISHED
More InfoOfficial Page
Assigner-CPANSec
Assigner Org ID-9b29abf9-4ab0-4765-b253-1875cd9b441e
View Known Exploited Vulnerability (KEV) details
Published At-11 May, 2026 | 06:37
Updated At-11 May, 2026 | 06:37
Rejected At-
▼CVE Numbering Authority (CNA)
WebDyne::Session versions through 2.075 for Perl generates the session id insecurely

WebDyne::Session versions through 2.075 for Perl generates 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 considered unsuitable for cryptographic purposes. Predictable session ids could allow an attacker to gain access to systems. Note that WebDyne::Session versions 1.042 and earlier appear to be in separate distributions from WebDyne.

Affected Products
Vendor
ASPEER
Product
WebDyne::Session
Collection URL
https://cpan.org/modules
Package Name
WebDyne
Repo
https://github.com/aspeer/WebDyne
Program Files
  • lib/WebDyne/Session.pm
Program Routines
  • WebDyne::Session::handler
Default Status
unaffected
Versions
Affected
  • From 0 through 2.075 (custom)
Problem Types
TypeCWE IDDescription
CWECWE-340CWE-340 Generation of Predictable Numbers or Identifiers
CWECWE-338CWE-338 Use of Cryptographically Weak Pseudo-Random Number Generator
Type: CWE
CWE ID: CWE-340
Description: CWE-340 Generation of Predictable Numbers or Identifiers
Type: CWE
CWE ID: CWE-338
Description: CWE-338 Use of Cryptographically Weak Pseudo-Random Number Generator
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
CAPEC-102CAPEC-102 Session Sidejacking
CAPEC ID: CAPEC-102
Description: CAPEC-102 Session Sidejacking
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://metacpan.org/release/ASPEER/WebDyne-2.075/source/lib/WebDyne/Session.pm#L120
N/A
https://webdyne.org
N/A
https://security.metacpan.org/docs/guides/random-data-for-security.html
technical-description
Hyperlink: https://metacpan.org/release/ASPEER/WebDyne-2.075/source/lib/WebDyne/Session.pm#L120
Resource: N/A
Hyperlink: https://webdyne.org
Resource: N/A
Hyperlink: https://security.metacpan.org/docs/guides/random-data-for-security.html
Resource:
technical-description
Details not found