SEPTEMBER 13, 2026
Live Feed
Back to database
Case File

CVE-2026-61500

CRITICAL · CVSS 9.8 EPSS 0.75% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-13 · Last synced 2026-08-12

CyberRota Analysis

AI-Generated

Rejetto HFS versions 3.0.0 to 3.2.0 are vulnerable due to the use of a non-cryptographic random number generator for session-cookie signing, which exposes its outputs to unauthenticated users during login. This flaw allows remote attackers to collect login responses, reconstruct the generator's state, and forge a valid administrator session cookie, potentially leading to full administrative access and remote code execution. Organizations using affected versions should prioritize this vulnerability to mitigate the risk of unauthorized access and exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-61500
Severity
CRITICAL
CVSS
9.8
EPSS
0.75%

Original NVD Description

Rejetto HFS 3.0.0 through 3.2.0 derives its session-cookie signing key from the non-cryptographic Math.random() generator and discloses outputs of the same generator to unauthenticated clients during login. A remote attacker can collect a small number of login responses, reconstruct the generator's state, recover the signing key, and forge a valid administrator session cookie, leading to full administrative access and remote code execution via the server_code configuration feature.