Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Beta Programs
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
Back to list
Name:
Email:
*Note: Email address will appear as "user domain ext" to prevent harvesting.
Subject:
Message:
Wordpress All versions XSS
May 02 2007 12:11AM
jcarlos norte gmail com
Advisory by Jose Carlos Norte
Wordpress is vulnerable to XSS attacks when custom 404 pages are used by the template.
The problem (sidebar.php):
<form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
if wordpress template use custom 404 pages, like:
<?php get_header();...
[ more ]
Privacy Statement
Copyright 2009, SecurityFocus
Wordpress is vulnerable to XSS attacks when custom 404 pages are used by the template.
The problem (sidebar.php):
<form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
if wordpress template use custom 404 pages, like:
<?php get_header();...
[ more ]