Severity by source
AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
7DescriptionGitHub Advisory
Froxlor is open source server administration software. Prior to version 2.3.6, DataDump.add() constructs the export destination path from user-supplied input without passing the $fixed_homedir parameter to FileDir::makeCorrectDir(), bypassing the symlink validation that was added to all other customer-facing path operations (likely as the fix for CVE-2023-6069). When the ExportCron runs as root, it executes chown -R on the resolved symlink target, allowing a customer to take ownership of arbitrary directories on the system. Version 2.3.6 contains an updated fix.
AnalysisAI
Symlink-based privilege escalation in Froxlor versions prior to 2.3.6 allows authenticated customers to gain ownership of arbitrary system directories. When the ExportCron executes as root, it performs 'chown -R' on user-controlled export paths that bypass symlink validation (introduced to fix CVE-2023-6069), enabling attackers to place symbolic links and hijack ownership of critical system files. This is a regression of the CVE-2023-6069 fix where DataDump.add() failed to apply the same symlink protections used elsewhere. EPSS data unavailable; no evidence of active exploitation (not in CISA KEV), but the specific vulnerability class (symlink following in privileged operations) has well-known exploitation patterns. Patch available in version 2.3.6.
Technical ContextAI
Froxlor is a server administration panel for managing web hosting resources. The vulnerability exists in the DataDump.add() function which constructs export destination paths from customer input. The code fails to pass the $fixed_homedir parameter to FileDir::makeCorrectDir(), a symlink validation mechanism that was added to other customer-facing path operations as remediation for CVE-2023-6069 (a prior path traversal/symlink vulnerability). CWE-59 (Improper Link Resolution Before File Access, 'Link Following') describes this class of Time-of-Check-Time-of-Use (TOCTOU) race conditions where an attacker creates symbolic links pointing to sensitive locations. When Froxlor's ExportCron scheduled task runs with root privileges to perform data exports, it executes 'chown -R' (recursive ownership change) on the path constructed from user input. Because symlink validation was bypassed, the chown operation follows the symlink to its target, changing ownership of whatever directory the customer's symlink points to-potentially /etc, /root, /var/www, or other critical system paths.
RemediationAI
Upgrade immediately to Froxlor version 2.3.6, released with the fix documented in commit 2987b0e8806ef12b532410050ad76d13d673a87d (https://github.com/froxlor/froxlor/commit/2987b0e8806ef12b532410050ad76d13d673a87d). The patch properly passes the $fixed_homedir parameter to FileDir::makeCorrectDir() to enforce symlink validation in DataDump.add(), closing the gap left by the CVE-2023-6069 remediation. Release notes and changelog available at https://github.com/froxlor/froxlor/releases/tag/2.3.6. If immediate patching is not feasible, implement compensating controls: disable the ExportCron feature entirely (blocks all data export functionality-impacts backup workflows), run ExportCron under a restricted service account rather than root (reduces impact to that account's permissions but may break legitimate file operations requiring elevated access), implement mandatory access controls (SELinux/AppArmor) to prevent ownership changes of system directories (adds operational complexity and requires policy development), or restrict customer access to export functionality through configuration (may not be enforceable if customers have panel access). Each workaround has significant operational trade-offs; vendor patch is the only complete solution.
Command Injection in GitHub repository froxlor/froxlor prior to 2.0.8. Rated high severity (CVSS 8.8), this vulnerabilit
Improper Restriction of Excessive Authentication Attempts in GitHub repository froxlor/froxlor prior to 2.0.20. Rated cr
Authentication Bypass by Primary Weakness in GitHub repository froxlor/froxlor prior to 2.0.13. Rated critical severity
Froxlor through 0.10.29.1 allows SQL injection in Database/Manager/DbManagerMySQL.php via a custom DB name. Rated critic
Command injection in Froxlor server admin before 2.3.4 due to typo (== instead of =) disabling input validation entirely
Improper Link Resolution Before File Access in GitHub repository froxlor/froxlor prior to 2.1.0. Rated high severity (CV
Unrestricted Upload of File with Dangerous Type in GitHub repository froxlor/froxlor prior to 2.0.14. Rated high severit
Cross-Site Request Forgery (CSRF) in GitHub repository froxlor/froxlor prior to 2.0.11. Rated high severity (CVSS 8.8),
Code Injection in GitHub repository froxlor/froxlor prior to 2.0.11. Rated high severity (CVSS 8.8), this vulnerability
Code Injection in GitHub repository froxlor/froxlor prior to 2.0.10. Rated high severity (CVSS 8.8), this vulnerability
An issue was discovered in Froxlor before 0.10.14. Rated high severity (CVSS 8.8), this vulnerability is remotely exploi
Froxlor is open source server administration software. Rated high severity (CVSS 7.5), this vulnerability is remotely ex
Same weakness CWE-59 – Improper Link Resolution Before File Access
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-25182
GHSA-75h4-c557-j89r