CVE-2018-1999009:
October CMS Local File Inclusion
8.1
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.82378%
CWE
Published
5/13/2022
Updated
7/21/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
october/october | composer | < 1.0.437 | 1.0.437 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly references the makeFileContents
function in ViewMaker.php
as the source of LFI. The function's role in file inclusion operations combined with the lack of path validation/sanitization (as implied by the vulnerability details) creates an attack vector. The high confidence comes from: 1) Direct mention in CVE/GHSA descriptions 2) Clear alignment with LFI vulnerability patterns 3) Specific file/function reference in official advisories 4) Severity matching the described impact (RCE potential). No other functions are mentioned in available vulnerability reports.