CVE-2026-8503

medium
Published 2026-05-15 · Modified 2026-05-18
CVSS v3
6.5
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
CVSS v2
VIR risk
6.5

Description

Apache::Session::Generate::SHA256 versions before 1.3.19 for Perl create insecure session ids. Apache::Session::Generate::SHA256 generated session ids insecurely. The default session id generator returns a SHA-256 hash of the built-in rand() function, the epoch time, and the PID, that is hashed again. These are predictable, low-entropy sources. Predicable session ids could allow an attacker to gain access to systems. Note that version 1.3.19 has a fallback without warning to use insecure session generation method if the call to Crypt::URandom::urandom fails. However, this is unlikely as Crypt::URandom is a hardcoded requirement of the module. This issue is similar to CVE-2025-40931 for Apache::Session::Generate::MD5.

Predictions

Exploit likelihood
75%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2026-8503

vendor Authored 2026-05-27

Vendor advisory: 9b29abf9-4ab0-4765-b253-1875cd9b441e — https://metacpan.org/release/GUIMARD/Apache-Session-Browseable-1.3.19/changes

vendor Authored 2026-05-27

Vendor advisory: 9b29abf9-4ab0-4765-b253-1875cd9b441e — https://github.com/LemonLDAPNG/Apache-Session-Browseable/commit/cc915cbbd266776eec3dd8bf4748b15fa827dbd0.patch

OS impact

OSVersionStatusFixed in
debian debianbookwormaffected
debian debianbullseyeaffected
debian debianforkyfixed1.3.19-1
debian debiansidfixed1.3.19-1
debian debiantrixieaffected

Application impact

VendorProductVersionsFixed
guimardapache\{"endExcluding":"1.3.19"}1.3.19

References

CWEs

CWE-338 CWE-340

Verify integrity in audit chain (admin only). AS-IS.