Cyber Posture

CVE-2026-30461

HighPublic PoC

Published: 15 April 2026

Published
15 April 2026
Modified
20 April 2026
KEV Added
Patch
CVSS Score 8.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
EPSS Score 0.0033 55.7th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Description

Daylight Studio FuelCMS v1.5.2 was discovered to contain an authenticated remote code execution (RCE) vulnerability via the /controllers/Installer.php and the function add_git_submodule.

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly remediates the command injection flaw (CWE-77) in FuelCMS v1.5.2's Installer.php add_git_submodule function through timely patching or updates.

prevent

Prevents exploitation of the authenticated RCE by validating and sanitizing inputs to the vulnerable add_git_submodule function before command execution.

prevent

Mitigates risk by restricting access to the sensitive Installer.php functions to only users requiring privilege for git submodule operations, blocking low-privilege (PR:L) exploitation.

Security SummaryAI

CVE-2026-30461 is an authenticated remote code execution (RCE) vulnerability in Daylight Studio FuelCMS version 1.5.2. The flaw exists in the /controllers/Installer.php component, specifically within the add_git_submodule function, and stems from CWE-77 (command injection). Published on 2026-04-15, it carries a CVSS v3.1 base score of 8.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L), reflecting its high severity due to network accessibility, low attack complexity, and significant impacts on confidentiality and integrity.

An attacker with low-privilege authenticated access (PR:L) can exploit the vulnerability remotely over the network without user interaction. By abusing the add_git_submodule function, the attacker achieves arbitrary code execution on the server, enabling high-level compromise of confidentiality and integrity, alongside limited availability disruption.

Mitigation guidance and further details are available in vendor resources at http://daylight.com and http://fuelcms.com, the affected source code at https://github.com/daylightstudio/FUEL-CMS/blob/master/fuel/modules/fuel/controllers/Installer.php, and the Pentest-Tools advisory PTT-2025-028 at https://pentest-tools.com/PTT-2025-028-Authenticated-RCE-via-Git-Submodules.pdf.

Details

CWE(s)

Affected Products

thedaylightstudio
fuel cms
1.5.2

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Authenticated RCE via command injection in a public-facing web application (FuelCMS Installer.php), directly enabling exploitation of public-facing applications.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References