Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Vista
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
Focus On: Vista
Columnists
Mailing Lists
Newsletters
Bugtraq
Focus on IDS
Focus on Linux
Focus on Microsoft
Forensics
Pen-test
Security Basics
Vuln Dev
Vulnerabilities
Jobs
Job Opportunities
Resumes
Job Seekers
Employers
Tools
RSS
News
Vulns
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 2007, 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 ]