5
CVSSv2

CVE-2005-2540

Published: 10/08/2005 Updated: 11/07/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:P/A:N

Vulnerability Summary

CRLF injection vulnerability in FlatNuke 2.5.5 and possibly earlier versions allows remote malicious users to execute arbitrary PHP commands via an ASCII char 13 (carriage return) in the signature field, which is injected into a PHP script without a preceding comment character, which can then be executed by a direct request.

Vulnerable Product Search on Vulmon Subscribe to Product

flatnuke flatnuke 2.5.5

Exploits

<?php /* Aug 2005, 4th Flatnuke 255 (possibly prior versions) remote code execution by rgod site: rgodaltervistaorg thanks to UlisseHacker :) make these changes in phpini if you have troubles with this script: allow_call_time_pass_reference = on register_globals = on */ error_reporting(0); in ...