Sign Up for Your FREE Weekly SecurityTracker E-mail Alert Summary
|
|
|
|
|
|
|
Put SecurityTracker Vulnerability Alerts on Your Web Site -- It's Free!
|
|
|
|
Become a Partner and License Our Database or Notification Service
|
|
|
|
|
|
|
|
|
|
|
|
|
SL_site Input Validation Holes Let Remote Users Conduct Cross-Site Scripting Attacks
|
|
SecurityTracker Alert ID: 1015972 |
|
SecurityTracker URL: http://securitytracker.com/id/1015972
|
|
CVE Reference:
CVE-2006-2013, CVE-2006-2014, CVE-2006-2015
(Links to External Site)
|
Updated: Dec 14 2009
|
Original Entry Date: Apr 21 2006
|
Impact:
Disclosure of authentication information, Disclosure of user information, Execution of arbitrary code via network, Modification of user information
|
Exploit Included: Yes
|
Version(s): 1.0
|
Description:
benozor77 reported a vulnerability in SL_site. A remote user can conduct cross-site scripting attacks.
Several scripts do not properly filter HTML code from user-supplied input before displaying the input. A remote user can create a specially crafted URL that, when loaded by a target user, will cause arbitrary scripting code to be executed by the target user's browser. The code will originate from the site running the SL_site software and will run in the security context of that site. As a result, the code will be able to access the target user's cookies (including authentication cookies), if any, associated with the site, access data recently submitted by the target user via web form to the site, or take actions on the site acting as the target user.
The 'id_page' parameter in 'page.php' is affected.
The 'recherche' parameter in 'recherche.php' is affected.
The 'rep' parameter in 'gallerie.php' is affected.
Some demonstration exploit URLs are provided:
http://[target]/gallerie.php?rep=%22%3E%3Cscript%3Ealert%28document.cookie%29%3C%2Fscript%3E
http://[target]/recherche.php?recherche=%22%3E%3Cscript%3Ealert%28document.cookie%29%3C%2Fscript%3E
|
Impact:
A remote user can access the target user's cookies (including authentication cookies), if any, associated with the site running the SL_site software, access data recently submitted by the target user via web form to the site, or take actions on the site acting as the target user.
|
Solution:
No solution was available at the time of this entry.
|
Vendor URL: www.web-provence.org/ (Links to External Site)
|
Cause:
Input validation error
|
Underlying OS:
Linux (Any), UNIX (Any), Windows (Any)
|
|
Message History:
None.
|
Source Message Contents
|
Date: Thu, 20 Apr 2006 21:13:00 +0200
Subject: Multiples XSS vulnerabilities in SL_Site
|
Bonjour/Bonsoir,
_______________________________
|_ SL_Site _|
|__ __|
|_____________________|
*************************************
Présentation:
SL_Site est un Portail internet en PHP.
*************************************
Description:
Grâce à sl_site, créer un site web est simple. Administration du menu du site,
création et modification des pages en WYSIWYG, créez gérez votre site en ligne,
pas besoin de logiciel, un explorateur de fichiers vous permet en outre l'upload
de fichiers. Un module pour une gallerie d'image est aussi disponible mais pas
obligatoire sur le site, vous pouvez modifier l'aspect du site grâce à deux
fichiers.
************************************
Informations:
Version(s) : 1.0
Téléchargement du script:
http://www.web-provence.org/fichiers/sl_site.zip
Site Web de l'auteur du script: http://www.web-provence.org/
**************************
Multiples failles XSS:
--
page.php:
Il existe une faille de type xss non-permanent dans la variable "id_page" du
fichier page.php
[d4 c0de]
$sql = "SELECT * FROM $table_page_libre where id_page='$id_page'";
[/d4 c0de]
Solution:
Filtré grâce à la variable php .htmlentities()
--
gallerie.php:
Il existe une faille de type xss non-permanent dans la variable "rep" du fichier
gallerie.php
[d4 c0de]
{
echo "<b><font face=\"Verdana, Arial, Helvetica, sans-serif\" size=\"1\">[\n";
echo "<a href=\"gallerie.php?rep=$rep&ppage=$val\">$val</a>";
echo "]\n";
$sval = $val;
}
[/d4 c0de]
Exemple:
http://www.sitevuln.com/gallerie.php?rep=%22%3E%3Cscript%3Ealert%28document.cookie%29%3C%2Fscript%3E
Solution:
Filtré grâce à la variable php .htmlentities()
--
recherche.php:
Il existe une faille de type xss non-permanent dans la variable "recherche" du
fichier recherche.php
[d4 c0de]
echo"<center><form action=\"recherche.php\" method=\"post\" style='margin-top:
3px; margin-bottom: 3px'>
<input name=\"recherche\" type=\"text\" size=\"25\" value=\"$recherche\">
<input type=\"submit\" value=\"rechercher\">
</form></center>";
[/d4 c0de]
Exemple:
http://www.sitevuln.com/recherche.php?recherche=%22%3E%3Cscript%3Ealert%28document.cookie%29%3C%2Fscript%3E
Solution:
Filtré grâce à la variable php .htmlentities()
*********
Crédits:
Auteur: benozor77
Salutations spéciales à: #hackplanet; fst-production et tous ceux qui se
reconnaîtrons.
Contact: webmaster@hackologie.tk
Site Web: http://www.hackologie.tk/
Date: 20/04/2006
***** Online MD5 Reverser *****
http://ice.breaker.free.fr/
|
|
Go to the Top of This SecurityTracker Archive Page
|