7.5
CVSSv2

CVE-2009-2333

Published: 05/07/2009 Updated: 19/09/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Multiple directory traversal vulnerabilities in CMS Chainuk 1.2 and previous versions allow remote malicious users to include and execute arbitrary local files via a .. (dot dot) in (1) the menu parameter to admin/admin_menu.php, and the id parameter to (2) index.php and (3) admin/admin_edit.php; and (4) delete arbitrary local files via a .. (dot dot) in the id parameter to admin/admin_delete.php. NOTE: vector 2 can be leveraged for static code injection by sending a crafted menu parameter to admin/admin_menu.php, and then sending an id=../menu.csv request to index.php.

Vulnerable Product Search on Vulmon Subscribe to Product

cms.tut.su cms chainuk

Exploits

CMS Chainuk <= v12 Vulns Home: Cmstutsu Dork: "Cmstutsu, 2009 g" eLwaux(c) 14062 ## ## ## ## ## ## LFI /indexphp --------------------------------------------------------------------------- 6: if (isset($_GET ['id'])) 7: { 8: [color=white]$id = $_GET ['id'];[/color] 9: } 10: else 11: { 12: $id = $index; 13: } 14: if (f ...