← Vulnerability feed

Vulnerability record · CVE-2023-0315 · published 16 January 2023

CVE-2023-0315: Froxlor command injection allows remote code execution

Froxlor · Froxlor

Froxlor, a server management panel, contains a command injection flaw (CWE-77) in versions prior to 2.0.8. An authenticated attacker can inject operating system commands that execute on the host, and public exploit write-ups exist for 2.0.3 and 2.0.6. The issue matters because Froxlor typically runs with elevated privileges on hosting infrastructure.

8.8 CVSS 3.1 High EPSS 98% · top 0.1% CWE-77 · Command injection
8.8CVSS 3.1 base score
98%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
8References, 2 tagged exploit
17 Jun 2026Last modified by NVD

Description

Command Injection in GitHub repository froxlor/froxlor prior to 2.0.8.

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 17 September 2026. Confidence: medium.

high priorityNetwork-reachable command injection with high impact and public exploit code, though it requires an authenticated low-privileged account and is not in KEV.

What it is

Froxlor, a server management panel, contains a command injection flaw (CWE-77) in versions prior to 2.0.8. An authenticated attacker can inject operating system commands that execute on the host, and public exploit write-ups exist for 2.0.3 and 2.0.6. The issue matters because Froxlor typically runs with elevated privileges on hosting infrastructure.

Impact

An attacker with a valid low-privileged account gains arbitrary command execution on the server, leading to full compromise of confidentiality, integrity and availability of the host and any hosted data.

Attack surface

Reachable over the network through the Froxlor web interface; the CVSS vector indicates low privileges are required (PR:L) and no user interaction (UI:N). The specific vulnerable endpoint is not named in the record.

Exploitation

Not listed in CISA KEV, but EPSS is very high (0.97653, 99.9th percentile) and references include an Exploit-tagged huntr report plus Packet Storm RCE write-ups for 2.0.3 and 2.0.6, indicating public exploit code is available.

What to do

  • Upgrade Froxlor to 2.0.8 or later, applying commit 090cfc26f2722ac3036cc7fd1861955bc36f065a.
  • Restrict access to the Froxlor admin interface to trusted networks or VPN.
  • Review and minimize accounts with panel access; remove unused or stale users.
  • Run the Froxlor web service and PHP process under a least-privileged OS account with no unnecessary shell access.
  • Monitor for unexpected child processes spawned by the web server or PHP-FPM.

Detection

  • Alert on web server or PHP-FPM processes spawning shells (sh, bash) or system utilities such as curl, wget, nc.
  • Audit Froxlor application and web server logs for requests containing shell metacharacters (;, |, &&, $(), backticks).
  • Baseline and monitor outbound network connections originating from the Froxlor host.
  • Track file creation or modification in web-accessible directories and system paths by the Froxlor service account.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2023-0315 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.9CVE-2026-41228Froxlor php remote file inclusion vulnerabilityFroxlor is open source server administration software. Prior to version 2.3.6, the Froxlor API endpoint `Customers.update` (and `Admins.update`) does…EPSS 0.75%9.8CVE-2023-3173Froxlor improper restriction of authentication attempts vulnerabilityImproper Restriction of Excessive Authentication Attempts in GitHub repository froxlor/froxlor prior to 2.0.20.EPSS 1.1%9.8CVE-2023-1307Froxlor vulnerabilityAuthentication Bypass by Primary Weakness in GitHub repository froxlor/froxlor prior to 2.0.13.EPSS 1.1%9.8CVE-2021-42325Froxlor sql injection vulnerabilityFroxlor through 0.10.29.1 allows SQL injection in Database/Manager/DbManagerMySQL.php via a custom DB name.EPSS 12%9.8CVE-2015-5959Froxlor information exposure vulnerabilityFroxlor before 0.9.33.2 with the default configuration/setup might allow remote attackers to obtain the database password by reading /logs/sql-error.…EPSS 3.1%9.8CVE-2016-5100Froxlor vulnerabilityFroxlor before 0.9.35 uses the PHP rand function for random number generation, which makes it easier for remote attackers to guess the password reset…EPSS 1.9%9.1CVE-2026-41229Froxlor code injection vulnerabilityFroxlor is open source server administration software. Prior to version 2.3.6, `PhpHelper::parseArrayToString()` writes string values into single-quo…EPSS 0.69%9.1CVE-2026-26279Froxlor os command injection vulnerabilityFroxlor is open source server administration software. Prior to 2.3.4, a typo in Froxlor's input validation code (== instead of =) completely disable…EPSS 1.1%

Source: NIST National Vulnerability Database (record CVE-2023-0315), CISA KEV, FIRST EPSS (scores of 2026-09-24). This page is refreshed as NVD updates the record.