CVE-2018-17856:
Joomla RCE Vulnerability
7.2
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
-
Published
5/13/2022
Updated
7/21/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
joomla/framework | composer | >= 2.5.4, <= 3.8.12 | 3.8.13 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability CVE-2018-17856 explicitly references improper access control in com_joomlaupdate. Joomla's component architecture uses controllers to handle user actions. The startupdate method in the JoomlaupdateControllerUpdate class is responsible for initiating updates, which involves executing code to apply patches. In vulnerable versions, the controller lacked proper authorization checks (e.g., requiring core.admin privileges), allowing lower-privileged Administrators to trigger the update process. The patch in version 3.8.13 likely enforced stricter ACL checks (e.g., core.admin) in this controller method, aligning with the advisory's description of 'inadequate default access levels'.