BugTraq
Back to list
Name:
Email:
*Note: Email address will appear as "user domain ext" to prevent harvesting.
Subject:
Message:
Re: Smf 1.1.4 Remote File Inclusion Vulnerabilities
Mar 28 2008 06:50PM
Mike Duncan (Mike Duncan noaa gov)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
If you look at the source, it is looking for a constant SMF and if this
is undefined, it will die with that error message.
- From line 24 of Sources/Themes.php:
if(!defined('SMF'))
die('Hacking attempt...');
I looked over the source and like so many...
[ more ]
Privacy Statement
Copyright 2010, SecurityFocus
Hash: SHA1
If you look at the source, it is looking for a constant SMF and if this
is undefined, it will die with that error message.
- From line 24 of Sources/Themes.php:
if(!defined('SMF'))
die('Hacking attempt...');
I looked over the source and like so many...
[ more ]