#VU13475 PHP file inclusion in Joomla! - CVE-2018-12712
Published: June 26, 2018
Joomla!
Joomla!
Description
The vulnerability allows a remote attacker to include and execute arbitrary files on the local system.
The vulnerability exists due to autoload code checks classnames to be valid, using the "class_exists" function in PHP. This function however does not properly validate names in PHP 5.3, which can lead to local file inclusion vulnerability.
Successful exploitation of the vulnerability may allow an attacker to read arbitrary files and under certain circumstances even compromise vulnerable system but requires that Joomla! is using an old version of PHP 5.3.