Vulnerability 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.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/froxlor/froxlor/commit/52a43fb826bb9a058faf9c39feeef7ac4444ce
- https://github.com/froxlor/froxlor/commit/8667fa3a4d77d6e322b7b8f7b9edbc1613ab57
- https://github.com/froxlor/froxlor/releases/tag/2.3.8
- https://github.com/froxlor/froxlor/security/advisories/GHSA-7788-ghfq-c6mh
- https://github.com/froxlor/froxlor/security/advisories/GHSA-7788-ghfq-c6mh
FAQ
What is CVE-2026-62988?
CVE-2026-62988 is a vulnerability with a CVSS score of 9.0 (CRITICAL). 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/...
How severe is CVE-2026-62988?
CVE-2026-62988 has been rated CRITICAL with a CVSS base score of 9.0/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-62988?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.