![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I was checking the site I was implementing using the Allure them for the search XSS vulnerability, and it appears to be vulnerable...
You can verify this as follows: Code:
http://mydomain.com/?s="</title><script language="javscript" type="text/javascript">alert('This Should Not Happen!!!!');</script>"
Ok, and a follow up: Simple to fix: The issue is in breadcrumbs.php, which is in the tools folder (Joost's plugin) Just add the following line: Code:
$output = htmlentities($output, ENT_QUOTES, get_bloginfo('charset'));
Code:
if ($display) {
echo $prefix.$output.$suffix;
} else {
return $prefix.$output.$suffix;
}
}
?>
Last edited by clementsm; 03-11-2010 at 12:09 AM. Reason: More informaton... |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Allure | amythall | General Discussion | 3 | 08-12-2010 12:00 PM |
| Cross Site Scripting (XSS) Vulnerability | safinc | General Discussion | 25 | 04-17-2010 11:27 PM |
| In Allure where is this please | Lynnhawks | General Discussion | 3 | 02-03-2010 03:09 PM |
| Allure Mod | Debra | General Discussion | 2 | 05-11-2009 07:10 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us