6.8
CVSSv2

CVE-2008-6918

Published: 10/08/2009 Updated: 29/09/2017
CVSS v2 Base Score: 6.8 | Impact Score: 6.4 | Exploitability Score: 8.6
VMScore: 685
Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P

Vulnerability Summary

Unrestricted file upload vulnerability in admin/galeria.php in ThePortal2 2.2 allows remote malicious users to execute arbitrary PHP code by uploading a file with an executable extension, then accessing it via a direct request to the file in galeria/.

Vulnerable Product Search on Vulmon Subscribe to Product

theportal2.pl theportal2 2.2

Exploits

[ web apps] theportal2 v22 (Auth bypass) file upload -------------------- Author: siurek22 -------------------- You need curl to run it -------------------- Code: -------------------- uploadphp <?php $file=$_POST['url']; $fel=explode("\n", $file); $ile=count($fel); if(empty($file)) { echo'<br><br><br> ...