Skip to main content

Froxlor CVE-2026-41231

| EUVDEUVD-2026-25182 HIGH
Improper Link Resolution Before File Access (CWE-59)
2026-04-23 GitHub_M GHSA-75h4-c557-j89r
7.5
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
7.5 HIGH
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

Attack Vector
Network
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

7
Patch released
Apr 27, 2026 - 17:01 nvd
Patch available
Re-analysis Queued
Apr 23, 2026 - 18:42 vuln.today
cvss_changed
Analysis Generated
Apr 23, 2026 - 06:48 vuln.today
Patch available
Apr 23, 2026 - 06:16 EUVD
EUVD ID Assigned
Apr 23, 2026 - 04:00 euvd
EUVD-2026-25182
Analysis Generated
Apr 23, 2026 - 04:00 vuln.today
CVE Published
Apr 23, 2026 - 03:52 nvd
HIGH 7.5

DescriptionGitHub 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.

CVE-2023-0315 HIGH POC
8.8 Jan 16

Command Injection in GitHub repository froxlor/froxlor prior to 2.0.8. Rated high severity (CVSS 8.8), this vulnerabilit

CVE-2023-3173 CRITICAL POC
9.8 Jun 09

Improper Restriction of Excessive Authentication Attempts in GitHub repository froxlor/froxlor prior to 2.0.20. Rated cr

CVE-2023-1307 CRITICAL POC
9.8 Mar 10

Authentication Bypass by Primary Weakness in GitHub repository froxlor/froxlor prior to 2.0.13. Rated critical severity

CVE-2021-42325 CRITICAL POC
9.8 Oct 12

Froxlor through 0.10.29.1 allows SQL injection in Database/Manager/DbManagerMySQL.php via a custom DB name. Rated critic

CVE-2026-26279 CRITICAL POC
9.1 Mar 03

Command injection in Froxlor server admin before 2.3.4 due to typo (== instead of =) disabling input validation entirely

CVE-2023-6069 HIGH POC
8.8 Nov 10

Improper Link Resolution Before File Access in GitHub repository froxlor/froxlor prior to 2.1.0. Rated high severity (CV

CVE-2023-2034 HIGH POC
8.8 Apr 14

Unrestricted Upload of File with Dangerous Type in GitHub repository froxlor/froxlor prior to 2.0.14. Rated high severit

CVE-2023-1033 HIGH POC
8.8 Feb 25

Cross-Site Request Forgery (CSRF) in GitHub repository froxlor/froxlor prior to 2.0.11. Rated high severity (CVSS 8.8),

CVE-2023-0877 HIGH POC
8.8 Feb 17

Code Injection in GitHub repository froxlor/froxlor prior to 2.0.11. Rated high severity (CVSS 8.8), this vulnerability

CVE-2023-0671 HIGH POC
8.8 Feb 04

Code Injection in GitHub repository froxlor/froxlor prior to 2.0.10. Rated high severity (CVSS 8.8), this vulnerability

CVE-2020-10235 HIGH POC
8.8 Mar 09

An issue was discovered in Froxlor before 0.10.14. Rated high severity (CVSS 8.8), this vulnerability is remotely exploi

CVE-2023-50256 HIGH POC
7.5 Jan 03

Froxlor is open source server administration software. Rated high severity (CVSS 7.5), this vulnerability is remotely ex

Share

CVE-2026-41231 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy