critical CVSS 9.9

CVE-2026-41228·PHP vulnerability

Froxlor is open source server administration software. Prior to version 2.3.6, the Froxlor API endpoint `Customers.update` (and `Admins.update`) does not validate the `def_language` parameter against the list of available language files. An authenticated customer can set `def_language` to a path traversal payload (e.g., `../../../../../var/customers/webs/customer1/evil`), which is stored in the database. On subsequent requests, `Language::loadLanguage()` constructs a file path using this value and executes it via `require`, achieving arbitrary PHP code execution as the web server user. Version 2.3.6 fixes the issue.

Severity
critical
Software
PHP
Fixed in
2.3.6
Published
2026-04-23

Affected versions

Until: 2.3.6

Fixed in: 2.3.6

How to fix this CVE

Upgrade Froxlor to version 2.3.6 or later immediately. This release patches a critical API vulnerability in the Customers.update and Admins.update endpoints that allowed authenticated users to inject path traversal payloads into the `def_language` parameter. The flaw enabled arbitrary PHP code execution through unsafe file inclusion. Ensure all PHP-based Froxlor installations are updated to mitigate this remote code execution risk.

sudo dnf update php

Defensia detects this vulnerability

What an exploitation attempt looks like

Sample log line indicative of exploitation attempts:

POST /api/v1/Customers.update|/api/v1/Admins.update.*def_language.*(\.\./|%2e%2e%2f|\.\.\\|%2e%2e%5c)

WAF mitigation (if patching is not yet possible)

Add this rule to your WAF to block exploitation attempts while you schedule the patch.

Implement a WAF rule to block POST requests to Froxlor API endpoints containing path traversal patterns in the `def_language` parameter. Use a rule that matches regex patterns like (\.\./ or %2e%2e%2f) in the request body and deny with a 403 response. Additionally, enforce strict input validation at the WAF level to only allow alphanumeric language identifiers matching the pattern ^[a-zA-Z0-9_-]+$.

How to check if you are affected

  1. Step 1: Check the installed Froxlor version with: grep -i 'version' /var/www/froxlor/lib/Froxlor/Froxlor.php | head -5
  2. Step 2: Verify if the vulnerable API endpoints are accessible by checking access logs for POST requests to /api/v1/Customers.update or /api/v1/Admins.update patterns
  3. Step 3: Search application logs for suspicious `def_language` parameter values containing path traversal sequences (../ or encoded variants) using: grep -r 'def_language.*\.\./' /var/log/
  4. Step 4: Confirm the patch by verifying Froxlor version is 2.3.6 or later: curl -s http://localhost/admin/index.php | grep -i 'froxlor' | head -1

FAQ

What is CVE-2026-41228?

CVE-2026-41228 is a critical remote code execution vulnerability in Froxlor's API that permits authenticated users to bypass language file validation and execute arbitrary PHP code via path traversal injection in the `def_language` parameter of the Customers.update and Admins.update endpoints.

Is CVE-2026-41228 being actively exploited?

No, CVE-2026-41228 is not currently listed on the CISA Known Exploited Vulnerabilities catalog, and no public exploits have been publicly disclosed. However, the vulnerability is critical and should be patched immediately.

What versions of PHP are affected by CVE-2026-41228?

CVE-2026-41228 affects Froxlor versions prior to 2.3.6. All installations running Froxlor before version 2.3.6 are vulnerable, regardless of the underlying PHP version.

How do I check if my server is vulnerable to CVE-2026-41228?

Check your Froxlor version by running: grep -oP 'VERSION\s*=\s*['\'']\K[^'\'']+' /var/www/froxlor/lib/Froxlor/Froxlor.php — if the version is below 2.3.6, your installation is vulnerable.

Does Defensia detect CVE-2026-41228?

Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If Froxlor is installed on a monitored server, CVE-2026-41228 will appear in your dashboard with remediation steps.

Related PHP CVEs

CVE-2026-39337CVSS 10ChurchCRM is an open-source church management system. Prior to 7.1.0, critical pre-authentication remote code execution vulnerability in ChurchCRM's setup wizard allows unauthenticated attackers to inject arbitrary PHP code during the initial installation process, leading to complete server compromise. The "$dbPassword" variable is not sanitized. This vulnerability exists due to an incomplete fix for CVE-2025-62521. This vulnerability is fixed in 7.1.0.
CVE-2025-25174CVSS 10Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in beeteam368 BeeTeam368 Extensions beeteam368-extensions allows PHP Local File Inclusion.This issue affects BeeTeam368 Extensions: from n/a through <= 1.9.4.
CVE-2025-62521CVSS 10ChurchCRM is an open-source church management system. Prior to version 5.21.0, a pre-authentication remote code execution vulnerability in ChurchCRM's setup wizard allows unauthenticated attackers to inject arbitrary PHP code during the initial installation process, leading to complete server compromise. The vulnerability exists in `setup/routes/setup.php` where user input from the setup form is directly concatenated into a PHP configuration template without any validation or sanitization. Any parameter in the setup form can be used to inject PHP code that gets written to `Include/Config.php`, which is then executed on every page load. This is more severe than typical authenticated RCE vulnerabilities because it requires no credentials and affects the installation process that administrators must complete. Version 5.21.0 patches the issue.
CVE-2025-46348CVSS 10YesWiki is a wiki system written in PHP. Prior to version 4.5.4, the request to commence a site backup can be performed and downloaded without authentication. The archives are created with a predictable filename, so a malicious user could create and download an archive without being authenticated. This could result in a malicious attacker making numerous requests to create archives and fill up the file system, or by downloading the archive which contains sensitive site information. This issue has been patched in version 4.5.4.
CVE-2025-47916CVSS 10Invision Community 5.0.0 before 5.0.7 allows remote code execution via crafted template strings to themeeditor.php. The issue lies within the themeeditor controller (file: /applications/core/modules/front/system/themeeditor.php), where a protected method named customCss can be invoked by unauthenticated users. This method passes the value of the content parameter to the Theme::makeProcessFunction() method; hence it is evaluated by the template engine. Accordingly, this can be exploited by unauthenticated attackers to inject and execute arbitrary PHP code by providing crafted template strings.

References

Track CVEs across your fleet automatically

Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2026-41228. Free for 1 server.

Get started free