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.
|
79
|
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. |
||||||||||||
|
|
|
From early days of online stores: Getting a 90% discount by entering .1 in the quantity field of the shopping cart. The software properly calculated the total cost as .1 * cost, and the human packing the order simply glossed over the odd "." in front of the quantity to pack :) |
||||||||||||||||||||
|
|
|
The least forgivable security hole, and unfortunately a very common and easy to find one at that, is googlehacking. Case in point: http://www.google.com/search?q=inurl%3Aselect+inurl%3A%2520+inurl%3Afrom+inurl%3Awhere Its amazing how many pages on the internet -- government sites in particular -- pass an SQL query through the query string. It's the worst form of SQL injection, and it takes no effort at all to find vulnerable sites. With minor tweaks, I've been able to find unprotected installations of phpMyAdmin, unprotected installations of MySQL, query strings containing usernames and passwords, etc. |
||||||||||||||||||||
|
|
|
True story from my early days at Microsoft. You haven't known fear until the day you wake up and see the headline on ZDNet.com that morning is "Worst Internet Explorer Security Hole Ever Has Been Discovered In 'Blah'" where 'Blah' is code you wrote yourself six months previously. Immediately upon getting to work I checked the change logs and discovered that someone on another team -- someone we trusted to make changes to the product -- had checked out my code, changed a bunch of the security registry key settings for no good reason, checked it back in, and never got a code review or told anyone about it. To this day I have no idea what on earth he thought he was doing; he left the company shortly thereafter. (Of his own accord.) (UPDATE: A few responses to issues raised in the comments: First, note that I choose to take the charitable position that the security key changes were unintentional and based on carelessness or unfamiliarity, rather than malice. I have no evidence one way or the other, and believe that it is wise to attribute mistakes to human fallibility. Second, our checkin systems are much, much stronger now than they were twelve years ago. For example, it is now not possible to check in code without the checkin system emailing the change list to interested parties. In particular, changes made late in the ship cycle have a lot of "process" around them which ensures that the right changes are being made to ensure the stability and security of the product.) Anyway, the bug was that an object which was NOT safe to be used from Internet Explorer had been accidentally released as being marked "safe for scripting". The object was capable of writing binary files -- OLE Automation type libraries, in fact -- to arbitrary disk locations. This meant that an attacker could craft a type library that contained certain strings of hostile code, save it to a path that was a known executable location, give it the extension of something that would cause a script to run, and hope that somehow the user would accidentally run the code. I do not know of any successful "real world" attacks that used this vulnerability, but it was possible to craft a working exploit with it. We shipped a patch pretty darn quickly for that one, let me tell you. I caused and subsequently fixed many more security holes in JScript, but none of them ever got anywhere near the publicity that one did. |
||||||||||||||||||||
|
|
|
The worst hole I've ever seen was a bug in web application where giving empty user name and password would log you in as administrator :) |
||||||||||||||||
|
|
|
I hope you can spot what's wrong here. (Terribly wrong, in fact):
The last recipient was the happiest ;) |
||||||||||||||||||||
|
|
|
The old IBM System 36 dumb terminals had a keyboard combination that started the recording of a macro. So when a terminal was not logged in, you could start the recording of a macro and leave it in that position. Next time someone logged in, the keystrokes would be recorded in the macro and the recording would end automatically when maximum allowed keys was recorded. Just come back later and replay the macro to autolog-in.
|
|||
|
|
|
|
I saw this one in The Daily WTF.
Nothing can beat this IMHO. |
||||||||||||||||||||
|
|
|
Once noticed this on the URL of a web-site.
Changing the last parameter to admin=1 gave me admin privileges. If you are going to blindly trust user input at least don't telegraph that you are doing it! |
|||
|
|
|
|
At a university no less, which will remain nameless, they had all their action queries being passed through the URL instead of form posted. The thing worked a treat until Google Bot came along and ran through all of their URLs and wiped their database. |
||||||||||||
|
|
|
Being an application security consultant for a living there are lots of common issues that let you get admin on a website via something. But the really cool part is when you can buy a million dollars worth of socks. It was a friend of mine working on this gig but the jist of it was that prices for items in a certain now very popular online book (and everything else) shop were stored in the HTML itself as a hidden field. Back in the early days this bug bit a lot of online stores, they were just starting to figure out the web. Very little security awareness, I mean really who is going to download the HTML, edit the hidden field and resubmit the order? Naturally we changed the price to 0 and ordered 1 million pairs of socks. You could also change the price to negative but doing this made some part of their backend billing software buffer overflow ending the transaction. If I could choose another it would be path canonicalization issues in web applications. It's wonderful to be able to do foo.com?file=../../../../etc/passwd |
||||||||||||
|
|
|
Social Engineering:
From bash.org |
|||
|
|
Giving 1=1 in a textbox lists all the users in the system. |
||||
|
|
|
Surprised no one has brought up social engineering, but I got a kick out of this article. Summary: malicious users can buy a few dozen flash drives, load them with an auto-run virus or trojan, then sprinkle said flash drives in a company's parking lot late at night. Next day, everyone shows up to work, stumble on the shiny, candy-shaped, irresistable hardware and say to themselves "oh wow, free flash drive, I wonder what's on it!" -- 20 minutes later the entire company's network is hosed. |
||||||||||||||||
|
|
|
Right at the start of the .com era, I was working for a large retailer overseas. We watched with great interest as our competitors launched an online store months before us. Of course, we went to try it out... and quickly realized that our shopping carts were getting mixed up. After playing with the query string a bit, we realized we could hijack each other's sessions. With good timing, you could change the delivery address but leave the payment method alone... all that after having filled the cart with your favorite items. |
|||
|
|
Committing the database root password to source control by accident. It was pretty bad, because it was source control on Sourceforge. Needless to say the password got changed very quickly. |
||||||||
|
|
|
Though this is not the worst security hole I’ve ever seen. But this is at least the worst I’ve discovered myself: A pretty successful online shop for audiobooks used a cookie to store the identification information of the current user after successful authentication. But you could easily change the user ID in the cookie and access other accounts and purchase on them. |
|||
|
|
Microsoft Bob If you enter your password incorrectly a third time, you are asked if you have forgotten your password.
But instead of having security, like continuing to prompt for the correct password until it's entered or locking you out after a number of incorrect attempts, you can enter any new password and it will replace the original one! Anyone can do this with any password "protected" Microsoft Bob account. There is no prior authentication required. his means User1 could change their own password just by mistyping their password three times then entering a new password the fourth time -- never having to use "change password." It also means that User1 could change the passwords of User2, User3... in exactly the same way. Any user can change any other user's password just by mistyping it three times then entering a new password when prompted -- and then they can access the account.
|
||||
|
|
|
Not changing admin passwords when key IT employees leave the company. |
||||||||||||
|
|
|
The worst security hole I've ever seen was actually coded by yours truly and caused the Google Bot to delete my entire database. Back when I was first learning Classic ASP, I coded my own basic blog application. The directory with all the admin scripts was protected by NTLM on IIS. One day I moved to a new server and forgot to re-protect the directory in IIS (oops). The blog home page had a link to the main admin screen, and the main admin screen had a DELETE LINK for each record (with no confirmation). One day I found every record in the database deleted (hundreds of personal entries). I thought some reader had broke into the site and maliciously deleted every record. Come to find out from the logs: The GOOGLE BOT had crawled the site, followed the admin link, and the proceeded to follow all the DELETE LINKS, thereby deleting every record in the database. I felt I deserved the Dumbass of the Year award getting inadventantly p0wned by the Google Bot. Thankfully I had backups. |
||||
|
|
|
Mine would be for a bank I was a customer of. I wasn't able to log on, so I called customer service. They asked me for my user name and nothing else - didn't ask any security questions or try to verify my identity. Then instead of sending a password reset to the email address they had on file, they asked me what email address to send it to. I gave them an address different than what I had on file, and was able to reset my password. So essentially, all a hacker would need is my user name, and he could then access my account. This was for a major bank that at least 90% of people in the United States would have heard of. This happened about two years ago. I don't know if it was a poorly trained customer service rep or if that was standard procedure. |
||||||||||||||||||||
|
|
|
The company I last worked for had their FTP username and password identical to the name of their domain. They didn't quite bother with repeated warnings. Needless to say, it didn't take a long time for the site to go under. No online backups so they basically had to rebuild the whole thing. But it doesn't end there. The new secure password after this incident was the same... with 123 added on. |
||||
|
|
|
How about a online document manager, which allowed to set every security permission you could remember... That is until you got to the download page... download.aspx?documentId=12345 Yes, the documentId was the database ID (auto-increment) and you could loop every single number and anyone could get all the company documents. When alerted for this problem the project manager response was: Ok, thanks. But nobody has noticed this before, so let's keep it as it is. |
||||
|
|
|
When I use Adium, the password field pops up, but I still have focus in the main screen so the whole world knows my password when I hit enter and don't realize it. |
||||
|
|
|
When I was 13 years old my school opened a social network for the students. Unfortunately for them I found a security bug where you could change the URI to another userID like "?userID=123" and become logged in for that user. Obviously I told my friends, and in the end the schools social network was filled with porn. Wouldn't recommend it though. |
|||
|
|
|
|
I'll share one I created. Kind of. Years and years and years ago the company I was working for wanted indexing on their ASP web site. So off I went and set up Index Server, excluded a few admin directories and all was good. However unknown to me someone had given a sales person ftp access to the web server so he could work from home, this was the days of dialup and it was the easiest way for him to swap files.... and he started uploading things, including documents detailing the markup on our services.... which index server indexed and starting serving up when people searched for "Costs". Remember kids, whitelists not blacklists. |
||||
|
|
|
"Pedo mellon a minno", "Speak friend and enter", on the gates of Moria. |
|||
|
|
An online DVD-rent-shop in Sweden sent pure SQL-statements in the querystring. If you selected for example category "Comedy" in the menu-frame, it then sent "select * from movies where category=2" as querystring to the movielist-frame, that then executed the SQL-statement and showed all movies matching the criteria. Same thing when adding movies to your order. Just change the query to "delete * from movies" and "Delete * from orders" would make the day for that company. |
||||||||
|
|
|
A Norwegian pizza delivery had a security hole where you could order negative amounts of pizzas at their new and shiny internet portal and get them for free. |
||||||||
|
|
|
Stocking credit card information in a database with no encryption ( WHOLE information: number + expiration date + cryptogram). In addition, the database was used as a kind of CRM, so lots of sales people can access it with a not-secure-at-all password. (Who haven't changed it since I left the company 3 years ago.) |
||||||||||||
|
|
|
I don't know if this is the worst, since I've seen some that were pretty bad, but: Years ago, a place I worked at brought in a system called FOCUS. Don't know if it's still around or not. It's great for reporting, and we developed and taught perhaps a thousand or two non-IT people how to produce their own reports. Very handy. They could do the basic reports, some could do the medium-hard stuff, and IT could help with the harder stuff. All of the data for reporting was copied regularly to shadow databases in FOCUS' own format. For the more sensitive data, we set the secure option, which encrypted the data. All well and good. So, one day my boss calls me in, and we've lost the password to one of the sensitive databases. It's going to be hard to reproduce the data in this case, so he asks me to see if I can break the security. I had no experience as a hacker, so it took me about 5 or 6 hours to hand him the password. I started by creating some test files, and encrypting them with different passwords. I found that changing one character in the password would change two bytes in the encrypted file, specifically, the high nybble of one byte, and the low nybble of another byte. Hmmmm, says I. Sure enough, they stored the password somewhere in the first 80 bytes of the encrypted, but obfuscated the password by splitting the bytes into nybbles, and storing them in predictable places. It didn't take long after that to write a REXX script that ran under the VM/CMS system and would tell us the password of any encrypted database. That was a long time ago - in the early nineties, and I'm sure they've since fixed this problem. Well, pretty sure. |
|||
|
|