SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-62988

CRITICAL · CVSS 9 EPSS 0.68% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-18 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Froxlor versions 2.3.7 to 2.3.8 are vulnerable due to API commands that expose sensitive data, including password hashes and TOTP seeds, without proper sanitization. This critical vulnerability allows authenticated users to retrieve sensitive information, potentially leading to account takeovers and bypassing two-factor authentication. Hosting providers and organizations using Froxlor should prioritize upgrading to version 2.3.8 to mitigate this risk.

Public Exploit Signal

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

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

CVE
CVE-2026-62988
Severity
CRITICAL
CVSS
9
EPSS
0.68%

Original NVD Description

Froxlor is open source server administration software. From 2.3.7 until 2.3.8, the Customers.get, Customers.listing, Admins.get, Admins.listing, Ftps.get, and Ftps.listing API commands in lib/Froxlor/Api/Commands/Customers.php, lib/Froxlor/Api/Commands/Admins.php, and lib/Froxlor/Api/Commands/Ftps.php retrieve full database rows and return them without removing password and data_2fa fields. An authenticated API caller with permission to use these endpoints can obtain customer, administrator, and FTP password hashes as well as Base32-encoded TOTP seeds for administrator and customer accounts. Password hashes can be cracked offline, and TOTP seeds can generate valid second-factor codes until two-factor authentication is reset. Exposure of both values for an account can enable takeover of the hosting panel or hosted resources and can defeat both authentication factors. This issue is fixed in version 2.3.8.