CVE-2018-14009:
Codiad remote code execution vulnerability
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.97911%
CWE
Published
5/13/2022
Updated
4/25/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
codiad/codiad | composer | <= 2.8.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The exploit involves sending malicious payloads to the filemanager's upload endpoint to create executable files. Multiple sources show the attack vector uses path traversal in the 'path' parameter and unvalidated 'content' parameter to write PHP files. This matches CWE-20 (input validation failure in path/content parameters) and CWE-74 (code injection via crafted file content). The filemanager controller's upload action is the logical entry point for this vulnerability based on exploit patterns and RCE methodology described.