← Vulnerability feed

Vulnerability record · CVE-2018-18323 · published 15 October 2018

CVE-2018-18323: CentOS Web Panel file_editor directory traversal local file inclusion

Control Webpanel · Webpanel

CentOS Web Panel 0.9.8.480 exposes an admin file_editor module that accepts a file parameter containing directory traversal sequences, allowing local file inclusion. An attacker can read arbitrary files on the server through the web interface. The flaw is a path traversal (CWE-22) with a CVSS 3.0 base score of 7.5 (HIGH).

7.5 CVSS 3.0 High EPSS 71% · top 0.6% CWE-22 · Path traversal
7.5CVSS 3.0 base score, v2 5.0
71%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
6References, 4 tagged exploit
17 Jun 2026Last modified by NVD

Description

CentOS-WebPanel.com (aka CWP) CentOS Web Panel 0.9.8.480 has Local File Inclusion via directory traversal with an admin/index.php?module=file_editor&file=/../ URI.

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

Automated analysis

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

high priorityThe flaw is remotely reachable with no authentication or interaction per the CVSS vector, has public exploit code, and carries a very high EPSS score, though it is not in KEV.

What it is

CentOS Web Panel 0.9.8.480 exposes an admin file_editor module that accepts a file parameter containing directory traversal sequences, allowing local file inclusion. An attacker can read arbitrary files on the server through the web interface. The flaw is a path traversal (CWE-22) with a CVSS 3.0 base score of 7.5 (HIGH).

Impact

An attacker gains read access to files on the host, which can expose credentials, configuration and other sensitive data. The CVSS vector shows high confidentiality impact with no integrity or availability impact.

Attack surface

Reached over the network via an HTTP request to admin/index.php with module=file_editor and a crafted file parameter. The CVSS vector indicates no privileges and no user interaction are required, though the endpoint is under the admin path.

Exploitation

Public exploit code is referenced on Exploit-DB and 0day.today, and EPSS is 0.70736 (99.365th percentile), indicating high predicted exploitation activity. The CVE is not listed in CISA KEV.

What to do

  • Upgrade CentOS Web Panel to a version later than 0.9.8.480 if one is available; the record does not name a fixed version.
  • Restrict access to the admin interface and admin/index.php to trusted IP addresses.
  • Validate and canonicalize the file parameter, rejecting traversal sequences such as ../ before file access.
  • Run the panel with least privilege and isolate it so file reads cannot reach sensitive system files.
  • Monitor vendor advisories for a confirmed patch since the record does not specify one.

Detection

  • Search web logs for requests to admin/index.php with module=file_editor and file parameters containing ../ or encoded traversal.
  • Alert on file_editor requests returning content from paths outside the intended editor directory.
  • Review access logs for repeated or automated traversal attempts against the admin endpoint.

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-2018-18323 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.8CVE-2022-44877CWP Control Web Panel login parameter OS command injectionCWP (Control Web Panel, formerly CentOS Web Panel) 7 before 0.9.8.1147 passes the login parameter in login/index.php to a shell without sanitizing sh…KEVEPSS 100%analysed9.0CVE-2025-48703CWP Control Web Panel command injection in filemanager changePermCWP (Control Web Panel) before 0.9.8.1205 fails to sanitize the t_total parameter in a filemanager changePerm request, allowing shell metacharacters …KEVEPSS 100%analysed9.8CVE-2023-42121Control-webpanel webpanel missing authentication for critical function vulnerabilityControl Web Panel Missing Authentication Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on…EPSS 1.5%9.8CVE-2021-45466CWP pre-auth request lets attacker plant authorized_keys fileControl Web Panel (CWP) before 0.9.8.1107 mishandles authorization on the api/?api=add_server&DHCP= endpoint, allowing a crafted request to write an …EPSS 55%analysed9.8CVE-2021-45467CWP loader.php null-byte path bypass allows unauthenticated API key registrationControl Web Panel (CWP) before 0.9.8.1107 lets an unauthenticated attacker inject %00 bytes into the scripts parameter of /user/loader.php to travers…EPSS 71%analysed9.8CVE-2022-25046CWP loader.php path traversal allows remote code executionCWP (Control Web Panel) v0.9.8.1122 contains a path traversal flaw in loader.php that lets an unauthenticated attacker execute arbitrary code through…EPSS 57%analysed9.8CVE-2021-31316Control-webpanel webpanel sql injection vulnerabilityThe unprivileged user portal part of CentOS Web Panel is affected by a SQL Injection via the 'idsession' HTTP POST parameter.EPSS 13%9.8CVE-2021-31324Control-webpanel webpanel os command injection vulnerabilityThe unprivileged user portal part of CentOS Web Panel is affected by a Command Injection vulnerability leading to root Remote Code Execution.EPSS 35%

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