From: Sir Mordred (mordred@s-mail.com) To: full-disclosure@lists.netsys.com Date: Mon, 05 May 2003 15:58:59 +0000 Subject: [Full-Disclosure] @(#)Mordred Security Notice - exporing the hacking websites // @(#)Mordred Labs security notice - exploring the hacking websites Release date: May 5, 2003 Author: Sir Mordred (mordred@s-mail.com) I. INTRODUCTION It is a first security notice about the real state of web app security with the real world examples. In this issue we will be focusing on websites related to hacking. Security companies and news portals will be discussed later. For now, it would be nice to see the reaction of the community on this issue. Looking at this notice, one can clearly see, that the combination of ASP/PHP and relational database is a very dangerous, even the "security experts" make mistakes :-). Surely, not all of the vulnerabilities have been found/disclosed. For example, there was no testing for CSS vulnerabilities at all. Note that the vulnerabilities are presented here in the following format: * ISSUE- description of the vulnerability blank line the url to demonstrate this vulnerability blank line the error message (if exists) One last word to tripz: thanks for the help. II. DETAILS 1) ---------------------- www.progenic.com ------------------------------ It seems that the primary goal of this website, created "for the love of the scene", is to maintain a large collection of links to security/hacking resources. * ISSUE 1 - SQL injection in /vote/default.asp page http://www.progenic.com/vote/?id=e',s Microsoft OLE DB Provider for SQL Server error '80040e14' Line 1: Incorrect syntax near ','. /vote/Default.asp, line 154 * ISSUE 2 - SQL injection in /info/default.asp page http://www.progenic.com/info/default.asp?id=.' Microsoft OLE DB Provider for SQL Server error '80040e14' Unclosed quotation mark before the character string '.''. /info/Default.asp, line 32 [snip...]