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.
|
69
|
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. |
||||||||||||
|
|
|
Mine would be discovering an ODBC DSN used for reporting, where the password matched the user, and the user belonged to the database server administration group. So any PC with this ODBC DSN could read/alter all data (and worse) through the report user, using any ODBC compatible tool. No authorization required, and authentication was as weak as you can get. I was working in a public hospital, and the software was installed on nearly every PC in every government hospital in the state, with the database server containing all sorts of sensitive medical data (full patient details, lab test results, etc.) Worst of all, we quietly reported the security hole, then officially, and it still wasn't fixed in the 2 years I remained working there, and that was 5 years ago. |
||||||||
|
|
|
A peer once tweeted his password by accident... that was a pretty bad security hole. |
||||||||||||
|
|
|
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 :) |
||||||||||||||||
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
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. |
||||
|
|
|
Giving 1=1 in a textbox lists all the users in the system. |
||||
|
|
|
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. |
|||
|
|
Web app on IIS, there was no file upload filter. So you could upload exe, and do smf fun ;) |
|||
|
|
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. |
||||||||
|
|
|
Maybe a bit of an anecdotal story here (but since it's the worst security hole I found)... There was a company which sold a custom CMS (for websites) to a number of companies/organisations (including ours unfortunately). They use quite a bit of (mostly 'LGPL') components they did not make. Lots of clients (including government).
Result: on every site they built one could (without entering credentials whatsoever) alter/delete/change/upload every single document/file and/or image on the website. We reported this gaping security hole as soon as we found out so it may not have led to direct damage (but it could have easily). |
|||
|
|
|
|
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. |
||||||||||||||||||||
|
|
|
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 |
||||||||||||
|
|
|
Used to hack Novel Login (DOS prompt). Wrote a C program to simulate Login prompt and write to the file whatever the login/passowrd is and give output as Invalid password. Had Fun in college days.. |
||||
|
|
|
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. |
||||||||||||||||||||
|
|
|
Saw a door that somebody forgot to lock once... Alternatively, saw some JavaScript which executed some SQL via an Ajax call. Only problem was that the SQL to be run was rendered with the page and then passed to the service... |
|||
|
|
The biggest security hole is that when web developer designed open-password field sign-up form. The password field shows what you typed and not blank it out. This way when you're signing-up form on public computers could see what you typed on password field. Many websites do have sign-up form like this. I'm sure there are few website with low-security that password and logins of users are easily accessible to admins. |
||||
|
|
|
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. |
||||||||
|
|
|
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. |
||||||||||||||||||||
|
|
|
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. |
||||
|
|
|
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 :) |
||||||||||||||||||||
|
|
|
I hope you can spot what's wrong here. (Terribly wrong, in fact):
The last recipient was the happiest ;) |
||||||||||||||||||||
|
|
|
I inherited a client project to baby-sit: an ASP.NET project (built back on 1.1) that was 50% compiled DLL's (with no source) and 50% code-behind JIT compiled. The entire site was supposed to be members only - except the original developer had built a back-door: simply submit the login form with a blank username and password, and you would find yourself logged in as a secret super-admin: do anything, see everything. You guessed it: all of the authentication code was hidden away in the pre-compiled DLL. The worst thing was when I was informed "it was not on the list of bugs, and the client won't pay, so leave it". So I did, and it's still live today. |
|||
|
|
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. |
||||
|
|
|
Not changing admin passwords when key IT employees leave the company. |
||||||||
|
|
|
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. |
|||
|
|
|
|
Not strictly a security hole, more of a "feature" that lots of rookie server admins didn't know/care about at the time. Around 1999-2001 I had lots of fun with Frontpage and unlocked Frontpage server extensions installed on public facing websites. When you had Frontpage installed you got this nice handy "Edit in Frontpage" button within Internet Explorer. When visiting a site, e.g. www.foo.com, If you clicked on the "Edit in Frontpage" button in Internet Explorer and the server admins hadn't done their job properly then Frontpage happily opened up the full directory structure of the virtual directory and allowed you to read/edit the contents. This worked on many sites from little one man band setups to bigger public organisations. I always fired an email off to the "webmaster" when found an open server and I once got a £50 gift voucher from an online retailer for alerting them to this. Shocking stuff really. DISCLAIMER - I need to point out that Frontpage was on the standard build PC I was given in those days, not of my own choice! |
||||
|