← Vulnerability feed

Vulnerability record · CVE-2018-16763 · published 9 September 2018

CVE-2018-16763: FUEL CMS pre-auth PHP code evaluation leading to RCE

Thedaylightstudio · Fuel Cms

FUEL CMS 1.4.1 evaluates attacker-supplied PHP through the pages/select/ filter parameter and the preview/ data parameter. Because the injection reaches code evaluation before authentication, it results in pre-auth remote code execution. The flaw is trivially reachable over the network and gives full control of the affected host.

9.8 CVSS 3.1 Critical EPSS 83% · top 0.3% CWE-74 · Injection
9.8CVSS 3.1 base score, v2 7.5
83%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
12References, 10 tagged exploit
17 Jun 2026Last modified by NVD

Description

FUEL CMS 1.4.1 allows PHP Code Evaluation via the pages/select/ filter parameter or the preview/ data parameter. This can lead to Pre-Auth Remote Code Execution.

CVSS:3.1/AV:N/AC:L/PR:N/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 18 September 2026. Confidence: high.

critical priorityPre-auth network-reachable RCE with public exploits and very high EPSS probability makes this an urgent patch target.

What it is

FUEL CMS 1.4.1 evaluates attacker-supplied PHP through the pages/select/ filter parameter and the preview/ data parameter. Because the injection reaches code evaluation before authentication, it results in pre-auth remote code execution. The flaw is trivially reachable over the network and gives full control of the affected host.

Impact

An unauthenticated attacker can execute arbitrary PHP and operating system commands on the web server, leading to full compromise of the application and its data.

Attack surface

Reachable over HTTP through the pages/select/ filter parameter or the preview/ data parameter; the CVSS vector shows network access with no privileges and no user interaction required.

Exploitation

Multiple public exploit references exist (Packet Storm, Exploit-DB 47138, and a bypass writeup), and EPSS is 0.82937 (99.7th percentile), indicating high likelihood of exploitation. It is not listed in CISA KEV.

What to do

  • Upgrade FUEL CMS past 1.4.1 to a release containing the fix referenced in the project issue tracker.
  • If upgrade is not possible, remove or block access to the pages/select/ and preview/ endpoints at the web server or WAF.
  • Restrict administrative and preview functionality to trusted networks or authenticated users only.
  • Run the CMS under a least-privilege service account with PHP execution restrictions (disable_functions, open_basedir) to limit post-exploitation impact.

Detection

  • Monitor web logs for requests to pages/select/ or preview/ containing PHP function names, eval, or base64-encoded payloads.
  • Alert on outbound connections or child processes spawned by the web server user (e.g., shell, curl, wget).
  • Search for unexpected PHP files or modified CMS files under the web root.
  • Correlate repeated 200 responses to the vulnerable parameters from a single source with subsequent command execution artifacts.

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-16763 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-2020-17463FUEL CMS SQL injection via col parameterFUEL CMS 1.4.7 fails to sanitize the col parameter on the /pages/items, /permissions/items, and /navigation/items endpoints, allowing SQL injection. …KEVEPSS 90%analysed9.8CVE-2026-30457Thedaylightstudio dwoo code injection vulnerabilityAn issue in the /parser/dwoo component of Daylight Studio FuelCMS v1.5.2 allows attackers to execute arbitrary code via crafted PHP code.EPSS 0.78%9.8CVE-2020-22151Thedaylightstudio fuel cms unrestricted file upload vulnerabilityPermissions vulnerability in Fuel-CMS v.1.4.6 allows a remote attacker to execute arbitrary code via a crafted zip file to the assests parameter of t…EPSS 1.5%9.8CVE-2020-22153Thedaylightstudio fuel cms unrestricted file upload vulnerabilityFile Upload vulnerability in FUEL-CMS v.1.4.6 allows a remote attacker to execute arbitrary code via a crafted .php file to the upload parameter in t…EPSS 1.5%9.8CVE-2021-38727Thedaylightstudio fuel cms sql injection vulnerabilityFUEL CMS 1.5.0 allows SQL Injection via parameter 'col' in /fuel/index.php/fuel/logs/itemsEPSS 1.6%9.8CVE-2020-24791Thedaylightstudio fuel cms sql injection vulnerabilityFUEL CMS 1.4.8 allows SQL injection via the 'fuel_replace_id' parameter in pages/replace/1. Exploiting this issue could allow an attacker to compromi…EPSS 2.6%9.8CVE-2020-26045Thedaylightstudio fuel cms sql injection vulnerabilityFUEL CMS 1.4.11 allows SQL Injection via parameter 'name' in /fuel/permissions/create/. Exploiting this issue could allow an attacker to compromise t…EPSS 1.8%9.8CVE-2020-26167Thedaylightstudio fuel cms vulnerabilityIn FUEL CMS 11.4.12 and before, the page preview feature allows an anonymous user to take complete ownership of any account including an administrato…EPSS 3.4%

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