Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Vista
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
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
Security Research
BugTraq
Back to list
|
Post reply
Re: PHPList <= 2.10.2 remote commands execution
Apr 11 2006 02:55PM
secfoc tincan co uk
This vulnerability is caused by the PHP globals problem. http://www.hardened-php.net/globals-problem
Not vulnerable: PHP 4.4.1 and up or PHP 5.1.0 and up
Fix:
add
$GLOBALS = array();
to the top of the config file
[ reply ]
Privacy Statement
Copyright 2008, SecurityFocus
This vulnerability is caused by the PHP globals problem. http://www.hardened-php.net/globals-problem
Not vulnerable: PHP 4.4.1 and up or PHP 5.1.0 and up
Fix:
add
$GLOBALS = array();
to the top of the config file
[ reply ]