7.5
CVSSv2

CVE-2009-2331

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 static code injection vulnerabilities in CMS Chainuk 1.2 and previous versions allow remote malicious users to inject arbitrary PHP code (1) into settings.php via the menu parameter to admin_settings.php or (2) into a content/=NUMBER.php file via the title parameter to admin_new.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 ...