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.
|
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. |
||||||||||||
|
|
|
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. |
|||
|
|
|
|
There are many sites that use a proxy file to pipe images or other files through. Without checking the path for validity. So.
or
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
Hitting the cancel button on Windows 98 login screen would give you access to the system anyway. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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
|
|||
|
|
|
|
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! |
|||
|
|
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:
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 |
|||
|
|
|
|
This happened on a very big website. My jaw dropped when I seen this. |
|||
|
|
A "secured" website where every pages were encrypted but the login page! |
|||
|
|
|
|
A company who sold computers had a website built with FrontPage with everyone having full access. |
|||
|
|
|
|
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. |
|||
|
|
|
|
"Pedo mellon a minno", "Speak friend and enter", on the gates of Moria. |
|||
|
|
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. |
|||
|
|
|
|
One of the utility companies I have doesn't use 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... |
|||
|
|
|
|
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. |
|||
|
|
|
|
'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. |
|||
|
|
If the query returned any rows, they were admitted to the system. Parentheses around |
|||
|
|
|
|
Social Engineering:
From bash.org |
||||
|
|
|
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" ... |
|||
|
|
|
|
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. |
|||
|
|
|
|
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 :) |
|||
|
|
|
|
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 :
|
|||
|
|
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 |
||||
|
|
|
In signed code:
(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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
||||
|
|
|
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. |
||||||||
|
|
|
In PHP this was in the first include file:
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. |
|||
|
|