vote up 77 vote down star
70

Subject says it all, probably a good idea to keep details basic to protect the guilty.

See also another question about what to do once you find a security hole.

flag
22  
Should be community wiki imo... – ChristopheD Sep 24 at 5:38
7  
the 60 answers and 28 upvotes would seem to outweigh the 5 votes to close (that took all day to accumulate, AFAIK). but I will refrain from voting to reopen until this has been discussed. – rmeador Sep 24 at 22:57
4  
Even if your question has been community wiki for hours, the comment is still a good comment to upvote, as it reminds people that questions similar to this one should be community wiki. That's what I think. – Joren Sep 25 at 19:44
show 7 more comments

92 Answers

1 2 3 4 next
vote up 1 vote down

Some friends were in a class together at university. They discovered the professor posted all the homework solutions, even for homeworks that were not due yet, had not been graded, or hadn't even been assigned. The professor just had links or solutions to them embedded in the class web page, and would comment them out in an HTML comment until the assignment had been collected and graded.

link|flag
vote up 1 vote down

There are many sites that use a proxy file to pipe images or other files through. Without checking the path for validity.

So.

getfile.php?file=../../../../etc/passwd

or

getfile.php?file=../index.php (in plain text with all the passwords)

It's amazing how many sites still have this flaw. Just google for getfile.php and you can have a field day breaking into boxes.

link|flag
vote up 1 vote down

1-800 dominos will give unlisted address's related to any target phone number. When prompted if you are calling about the phone number you called from select no. The system will prompt you for a new phone number, the systen will then read back to you the name and address that's associated to this phone number. Enter in your target's phone number and you now have their name and address. This is pretty common with automated ordering systems and if dominos has fixed this there are literally hundreds more.

link|flag
vote up 0 vote down

Hitting the cancel button on Windows 98 login screen would give you access to the system anyway.

link|flag
vote up 0 vote down

Who can forget the classic windows 98 security whole?

Copying password text ***** and pasting it into a word processor would show you the password on just about anything.

link|flag
vote up 1 vote down

At my old uni, they stored users passwords in plain-text in cookies.

This in itself is horrible, but to add insult to injury, they stored them in cookies for *.university.edu.au. Now of course, all the students and staff's pages are on something like university.edu.au/~user.

<?php

var_dump($_COOKIE); // oops.
link|flag
vote up 1 vote down

The entire Classic ASP shopping cart "Comersus". The whole thing is a mess of spaghetti code and all the SQL statements are ripe for SQL injection since there Is no filtering done whatsoever. Sadly I had the misfortune of dealing with this "application" for almost two years and it was an absolute nightmare!

link|flag
show 2 more comments
vote up 1 vote down

I hate to admit this .. but I found out how to hack VSS 2005 one day when I didn't have the admin password to a repository (the hate part is in having to use VSS :D )

If you create a local computer account with admin privileges that has the same name as the VSS account, and log on, VSS says:

 "Hey great .. you are logged on to the computer with an account name that 
  I recognize as being the same as one of my accounts,
  and your account has admin privileges on the computer .. 
  so I am going to bypass *my* security and give you admin 
  privileges to all of VSS!!!!"

That hack was about the first link I saw on google when trying to crack the VSS password

Of course it doesn't give you the VSS password that you are missing

link|flag
vote up 2 vote down
login.jsp?type=user&redirct=/home.jsp&userid=12345&username=username&password=mypassword

This happened on a very big website. My jaw dropped when I seen this.

link|flag
show 1 more comment
vote up 1 vote down

A "secured" website where every pages were encrypted but the login page!

link|flag
vote up 1 vote down

A company who sold computers had a website built with FrontPage with everyone having full access.

link|flag
vote up 1 vote down

The best error in the style of "web programming security 101" was a recruitment agency whose search page offered a "next page" link which was simply the SQL statement to fetch more job listings. You could easy change this URL to be any other SQL statement, including "drop table X". If you did that, their entire web site would die.

link|flag
vote up 9 vote down

"Pedo mellon a minno", "Speak friend and enter", on the gates of Moria.

link|flag
show 2 more comments
vote up 4 vote down

When I first joined the company I currently work at, my boss was looking over the existing e-commerce web site of a prospective new client. This was in the fairly early days of both IIS and e-commerce, and security was, shall we say, less than stringent.

To cut a long story short, he altered a URL (just out of curiosity), and realised that directory browsing wasn't turned off, so you could just cut the page name off the end of the URL and see all the files on the web server.

We ended up browsing a folder containing an Access database, which we downloaded. It was the entire e-commerce customer/order database, replete with several thousand unencrypted credit card numbers.

link|flag
vote up 2 vote down

One of the utility companies I have doesn't use autocomplete="off" in their credit card form.

Sure, they don't store your credit card info (a good thing), but imagine how horrified I was when I paid my 2nd months bill and my browser offered to fill in the entire credit card number for me...

link|flag
vote up 1 vote down

This was a long time ago... but DEC's VAX system used to be shipped with the accounts:

login:SYSTEM password:MANAGER

and login:FIELD password:SERVICE

Most sysadmins would know about the SYSTEM account and most (but not all) would change it. However not everyone knew about the FIELD account which also had SYSTEM privileges.

link|flag
vote up 1 vote down

'Unified login' between two systems - which exposed the password as free text.........IN THE URL!!

This was a government project which had been 'offshored'. Luckily it was noticed v. early on. The scary thing is the developers didn't see that much of a problem with it - really makes you wonder.

link|flag
show 2 more comments
vote up 1 vote down
Select * from user where user_id = '*userId*' and access_level = 0 or access_level = 1;

If the query returned any rows, they were admitted to the system. Parentheses around "access_level = 0 or access_level = 1" would have done what they intended. Instead, as long as there was some user with an access_level of 1, anybody could get in.

link|flag
vote up 32 vote down

Social Engineering:

<Cthon98> hey, if you type in your pw, it will show as stars
<Cthon98> ********* see!
<AzureDiamond> hunter2
<AzureDiamond> doesnt look like stars to me
<Cthon98> <AzureDiamond> *******
<Cthon98> thats what I see
<AzureDiamond> oh, really?
<Cthon98> Absolutely
<AzureDiamond> you can go hunter2 my hunter2-ing hunter2
<AzureDiamond> haha, does that look funny to you?
<Cthon98> lol, yes. See, when YOU type hunter2, it shows to us as *******
<AzureDiamond> thats neat, I didnt know IRC did that
<Cthon98> yep, no matter how many times you type hunter2, it will show to us as *******
<AzureDiamond> awesome!
<AzureDiamond> wait, how do you know my pw?
<Cthon98> er, I just copy pasted YOUR ******'s and it appears to YOU as hunter2 cause its your pw
<AzureDiamond> oh, ok.

From bash.org

link|flag
4  
just beautiful...love how they worm their way out with the copy/paste **** :D – Si Oct 9 at 5:21
show 2 more comments
vote up 1 vote down

As a note for all readers, informed or otherwise: I just bought an 800 page, 2008 copyright book on the subject from a major - In the preface the author does a "hey, wait a minute .." in which it is noted in detail that more than one security professional with heavy credentials and field experience had been, ahem, rendered moot, ... big-time because they had seen some intrusion something or other that looked relatively novice.

Trying it as seemingly harmless there would be formal proceedings due to un-authorized activity. Being a professional, some of them were ruined.

The last intrusion I paid any attention to involved a major banking service that has been around so long that citizens rarely hear their brand name. All data was available un-enciphered across the shop - but, bizarre to the uninformed is that this banking entity had become a "clearing house" for ( i don't know statistics but it is over half ) of credit-card transaction processing for more than one retail-branded credit provider.

The intruders just placed a ( device ) at the drop. [ that's telco for the line from the world at the point of entry ] no fancy or sophisticated traffic monitoring tools, just the basic. I suggest everyone monitor all credit activity since Feb of this year: What was gained was valid cc#'s matched to valid names on currently active and valid credit accounts.

Unprecedented.

As usual, it's the person with no expertise in security running a shop from a position of management authority. The engineering term is "failure mode analysis" ...

link|flag
vote up 1 vote down

On some unix machines (certainly all SunOS) you could link a setuid shell script to a file called "-i". The shell script would interpret the filename as it's first argument and run "sh -i" = an interactive shell, with permission of whoever owned the setuid file.

Since most setuid shell scripts ran as root, to give you permission to do something that needed root access like eject a CD or load a tape. This meant it was trivial to get admin on most university Unix machines in the 90s.

link|flag
vote up 1 vote down

My bestfriend's brother just finished his studies. He claimed a few days ago to everyone around he's a "webmaster" and "webdevelopper". I told him his sites were bad and unsecure. "Hack them" he answered. 10 minutes later I sent him the whole source code of his 4 sites :) He was doing something like

< ? include $_GET['inc']; ? >"

The more cheeky you are the more prone you are to attacks :)

link|flag
vote up 1 vote down
"select * from LoginMaster where UserId='" + txtUserId.Text + "' 

                           and Password='" + txtPassword.Text + "';"

I have seen this in a production web site, which is running MLM business. Above Sql Statement is VERY VERY vulnerable to SQL injection.

I will also list here HACME BANK. According to the site Hacme Bank is :

Hacme Bankā„¢ is designed to teach application developers, programmers, architects and security professionals how to create secure software. Hacme Bank simulates a "real-world" web services-enabled online banking application, which was built with a number of known and common vulnerabilities. This allows users to attempt real exploits against a web application and thus learn the specifics of the issue and how best to fix it. The web services exposed by Hacme Bank are used by our other testing applications including Hacme Books and Hacme Travel.

link|flag
show 2 more comments
vote up 5 vote down

Windows 95 and 98 had the best bug ever. If you just pressed cancel you would be logged in with admin priviliges :) Had a great time at my dads work back then :D

link|flag
1  
haha i remember this – Tnay Sep 29 at 7:14
show 1 more comment
vote up 1 vote down

In signed code:

System.setSecurityManager(null);

(You can google code search for that.) Removes all Java security restrictions from all code running in the process. Possibly not thought through very well.

link|flag
vote up 4 vote down

Worst I personally found was at a university which used machines running X for all the systems (including professors' offices). A single server hosted all these X sessions...

Amusingly, you could launch a new X app (clock being a favorite, but any X app would work) and choose the terminal it was displayed on. With a quick script, you could launch it on every computer on every lab/office on campus...

Of course, the app which really exposed this security hole was a fake shell login, the inputs from which were recorded to a file.

It ran for a week and scarfed up hundreds of student and professor usernames & passwords...and generated a couple of EXTREMELY unhappy administrators.

link|flag
vote up 2 vote down

At my first job I started out as an intern in the IT Security department. I was tasked with automating network and application access to various user accounts as each user moved around to different departments / roles. That being said I had access to some basic tools, such as Query Analyzer, and just a few databases, but not much else. The company generally kept everything locked down so there were always permissions to reset and grant and such.

At the job all part time people we given and required to use a small VB fat client app to track hours worked, and at the end of the week a button became available to show the logged in user the amount of hours that they had worked for the week and the amount that they would be paid that week.

Out of sheer boredom one day I stumbled across the directory that the small time tracking app resided in on the network, and noticed there was only one other file besides the exe in that directory, a settings.ini file.

Sure enough, after opening the file there was the connection string in bright shining plain text; user, password, database name, server and all.

At this point I was thinking no way would this be the real info, but after firing up Query Analyzer, and entering the ini settings I was in to the main production database that had every piece of data anyone would ever need to give themselves a raise. Full read and write access to boot.

I ended up showing my boss a query of who made what and he calmly told me to forward it to the director of HR.

Let me tell you I have never had a faster, in person response to any other email in my life.

The next day I came into work the time tracking app had an update, and alas no more settings.ini file.

link|flag
1  
They probably just hard-coded the credentials in the exe :-) – Si Sep 26 at 5:25
show 1 more comment
vote up 1 vote down

The worst security hole is to use Internet Explorer's option to remember your passwords. What people dont realize is that tools such as this one by Nirsoft can reveal all your passwords.

link|flag
2  
Why only IE? You can decode Firefox's password file as well. Chrome goes one step further - it's memory of form fields is held in a plain text file, so if you've typed in a credit card number into a field where the site developer didn't turn autofill off ... – blowdart Sep 26 at 7:20
5  
@blowdart - if you use a master password with firefox, the password file is encrypted with the master password as the key. See luxsci.com/blog/… – Si Sep 28 at 1:04
vote up 0 vote down

In PHP this was in the first include file:

extract($_GET);
extract($_POST);

It allowed overwriting of variables that were not called by _GET or _POST.

A friend of mine once knew of a site that passed SQL queries as GET arguments. You know some people had some fun with that.

link|flag
1 2 3 4 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.