Top 10 Vulnerabilities in Web Applications
sverrehu writes "The Open Web Application Security
Project (OWASP) has released a well-written document that is a
must read for every web programmer out there. This security document
is not about firewalls, encryption and patching. It's about common,
highly exploitable errors made by the application programmers. Pick
up your copy of "The Ten Most Critical Web Application Security
Vulnerabilities" from the OWASP web site."
The only safe web server is an un-installed web server.
One thing I notice is the large numbers of people who keep making the same require() or include() mistakes in php which allow attackers to run remote code. If you look at the relevant full disclosure lists there are several of these posted every week - Scanning tools like the Qualys Scanner spend a large amount of time looking for these easily preventable bugs - there must be thousands of these.
Make open source more secure, share your experience, police each other, make M$ security look bad. When you make a security fix in code make sure you comment it - someone is probably going to copy it as an example. Don't let mistakes or inexperience spread.
--
Error 500: Internal sig error
Microsoft .NET and IIS.
Karma: The shiznight, mostly because I am the Drizzle.
"I like my web servers just like my women...insecure and full of holes waiting to be exploited." --Bill G.
In my opinion, this is a "Must-Read" for anyone charged with web development and especially security. I just downloaded the guide in PDF format, and I find it an excellent read. Win $1 Million in Army Robotics Contest
Come on, Microsoft has listed these problems for years now... in the form of Service packs and hot fix descriptions... Sure it wasn't in a bullet form list... but each description had at least one thing from the list...
The real problem is lack of time to properly test code. Somehow in modern businesses, very little time is allocated to GOOD, extensive, useful testing for vulnerablities in apps.
---
Programming is like sex... Make one mistake and support it the rest of your life.
It's a nice start and definately points out some things developers should be aware of. But how about someone puts together a more specific checklist/tutorial for each point and write it around their favorite development language (PHP, ASP (cough), etc.). Who's not busy?
- "That don't make no sense!"
"Hey this application is being run through a firewall, it must be safe" Thats the problem, if you are going to build applications for the web that are useful, you need to build it so it is Safe to run and you dont have worry the end user about what could happen That and we need to kill all the script kiddie hackers.....
---
Misconfigured Users
..to those who didnt bother to read the article, it has these lines in it:
This security document is not about firewalls, encryption and patching. It's about common, highly exploitable errors made by the application programmers.
which means every post thats about IIS, Micro$oft, m$, microshaft and god knows what other words you use to make you look like an idiotic open source fanatic with no sense of reality are offtopic.
The Open Web Application Security Project (OWASP) is dedicated to helping organizations understand and improve the security of their web applications and web services. This list was created to focus government and industry on the most serious of these vulnerabilities. Web application security vulnerabilities are highly exploitable and the consequence of an attack can be devastating. These vulnerabilities represent an equivalent magnitude of risk as network security problems, and should be given the same degree of attention.
Using this list, organizations can send a message to web site developers that "we want you to make sure that you won't make these mistakes." The security issues raised here are not new. In fact, some have been well understood for decades. Yet for some reason, major software development projects are still making these mistakes and jeopardizing not only their customers' security, but also the security of the entire Internet. You can download the entire report in PDF format here
Top Vulnerabilities in Web Applications
A1
Unvalidated Parameters
Information from web requests is not validated before being used by a web application. Attackers can use these flaws to attack backside components through a web application.
A2
Broken Access Control
Restrictions on what authenticated users are allowed to do are not properly enforced. Attackers can exploit these flaws to access other users' accounts, view sensitive files, or use unauthorized functions.
A3
Broken Account and Session Management
Account credentials and session tokens are not properly protected. Attackers that can compromise passwords, keys, session cookies, or other tokens can defeat authentication restrictions and assume other users' identities.
A4
Cross-Site Scripting (XSS) Flaws
The web application can be used as a mechanism to transport an attack to an end user's browser. A successful attack can disclose the end user's session token, attack the local machine, or spoof content to fool the user.
A5
Buffer Overflows
Web application components in some languages that do not properly validate input can be crashed and, in some cases, used to take control of a process. These components can include CGI, libraries, drivers, and web application server components.
A6
Command Injection Flaws
Web applications pass parameters when they access external systems or the local operating system. If an attacker can embed malicious commands in these parameters, the external system may execute those commands on behalf of the web application.
A7
Error Handling Problems
Error conditions that occur during normal operation are not handled properly. If an attacker can cause errors to occur that the web application does not handle, they can gain detailed system information, deny service, cause security mechanisms to fail, or crash the server.
A8
Insecure Use of Cryptography
Web applications frequently use cryptographic functions to protect information and credentials. These functions and the code to integrate them have proven difficult to code properly, frequently resulting in weak protection.
A9
Remote Administration Flaws
Many web applications allow administrators to access the site using a web interface. If these administrative functions are not very carefully protected, an attacker can gain full access to all aspects of a site.
A10
Web and Application Server Misconfiguration
Having a strong server configuration standard is critical to a secure web application. These servers have many configuration options that affect security and are not secure out of the box.
Press Release
Washington, D.C. -- A new report detailing the ten most critical web application security problems was unveiled today by the Open Web Application Security Project. OWASP is dedicated to helping organizations understand and improve the security of their web applications and web services. Download the report from the OWASP website at http://www.owasp.org.
"The OWASP Top Ten list shines a spotlight directly on one of the most serious and often overlooked risks facing government and commercial organizations," said Jeffrey Williams, CEO of web application security firm Aspect Security. "A stunning number of organizations spend big bucks securing the network and somehow forget about the applications."
These flaws are surprisingly common and can be exploited by unsophisticated attackers with easily available tools. When an organization deploys a web application, they invite the world to send HTTP requests. Attacks buried in these requests sail past firewalls, filters, platform hardening, SSL, and IDS without notice because they are inside legal HTTP requests. Therefore, web application code is part of the security perimeter and cannot be ignored.
"This list is an important development for consumers and vendors alike," said Stephen Christey, Mitre CVE editor. "It will educate vendors to avoid the same mistakes that have been repeated countless times in other web applications. But it also gives consumers a way of asking vendors to follow a minimum set of expectations for web application security and, just as importantly, to identify which vendors are not living up to those expectations"
"This 'Ten-Most-Wanting' List acutely scratches at the tip of an enormous iceberg," said Peter G. Neumann, moderator of the ACM Risks Forum. "The underlying reality is shameful: most system and Web application software is written oblivious to security principles, software engineering, operational implications, and indeed common sense."
The Open Web Application Security Project (OWASP) is an Open Source community project staffed entirely by volunteer experts from across the world. Project chair Mark Curphey said, "the OWASP Top Ten Project was formed to capture our collective wisdom and present it in a way that would bring the attention web application security deserves."
Questions or comments about the OWASP Top Ten should be sent to: topten@owasp.org
So, you're telling me that I *shouldn't* write web apps with remote exploits, buffer overflows and generally crappy security?!?!? Well color me flabbergasted!
"In a 32-bit world, you're a 2-bit user. You've got your own newsgroup, alt.total.loser." -Weird Al
Here.
Having information potentially of interest to Slashdot.
wow mircosoft is really "on top".
-makoffee
This seems to be a moving target, though with the first vendor or platform that jumps to mind regarding vulnerabilities is a given. I'd say the root class is MicrosoftVulnerability and subclasses are Windows, Explorer, Outlook, Office, etc, all of which should be behind a firewall and virus/worm filters. Exposing an MS workstation to the internet is asking for it. However...
On unixes (including BSD and Linux) there's been the danger of unexpected post commands on webservers, directory access, etc. When I coded a perl search engine, years ago I found I had to absolutely lock down what was accepted as parameters and subsequent values. Frequenly processes ran with root authority, to access all resources. Granted this was probably the fault of the admin, not wanting to devote time and effort to make all necessary resources available to a special account for scripts to run in. Does this hold true today? (Obviously directories are still frequently available, even on CNN :o)
A feeling of having made the same mistake before: Deja Foobar
Though I would like to see Buffy overflow every now and then.
Though ISS was the worst security risk ;)
I fought the corporate America, and the corporate America bought the law.
Though I think this is useful information, anyone whose been doing web app development for awhile knows these by heart, and by a few other organs as well.
I can't really get worked up over this announcement, what can I say?
"The Sage treasures Unity and measures all things by it" - Lao Tzu
11. Getting Slashdotted
Tuus crepidae innexilis sunt.
A11 Link on Slashdot
In spite of many alarming examples, the danger associated with having a link to your web site posted on the Slashdot front page continues to be underestimated by many developers of web applications. Neglect of this threat can cause your web server to actually burn through the floor of your computer building in a manner similar to nuclear meltdown.
"The underlying reality is shameful: most system and Web application software is written oblivious to security principles, software engineering, operational implications, and indeed common sense."
I think a lack of common sense is a problem which applies to almost everything. Judges, certain chip-manufacturing companies, certain companies preventing sales of their better (*cough*alpha*cough*) products, etc, all seem to suffer from this affliction.
Another facet which the article may have neglected to mention is programmers who feel that they're better than the rest of their fellow programmers and so as a result they 'assume' that their software is inherently bug free, because obviously they could never write a buggy applcation.
In the recent case of HP and the Alpha, it seems as though both conceit ('our new chips are better', while quietly ignoring the facts) and a lack of common sense ('hey, how bout we not sell our better and more lucrative product, cuz thatll be fun!') and a dose of good ol' fashioned stupidity are involved...
Lack of common sense, conceit, and stupidity.. While the specifics of this article are clearly about web design, the overall lessons to be learned can, and should, be applied to technology, and life in general.
It's about time common sense became a bit more deserving of the title, and maybe once that happens we won't have to read articles like this one.
ìì!
Pedo Pete Townshend. CmdrTaco's favorite musician, downloading child pornography off the internet.
Why isn't there an article about it on here yet? You can imagine the Janitors falling over themselves to make excuses for this sick degenerate creature.
Fiddle about. Fiddle about.
It seems like good information and it's well-written, but it's hardly anything ground breaking.
There aint no pancake so thin it doesn't have two sides.
Don't just scan the summary.. There's nothing that special about the top 10. Read the PDF which actually explains each item, giving examples and what to do about it. That is what makes the site worth looking at.
www.cgisecurity.com/lib
I guess that you can break these down but to me it seems that the top vulnerabilities are:
.
Crappy Code - Some of the people that are writting applications today either never learned about security or just don't care. This spans both the closed and open source world (there are examples in both).
Bad Configuration - How many times do we hear about Joe (no offense if your name is Joe and you are an admin) admin configure a webserver (or application) and leave some huge wide open hole because they either couldn't understand the directions in the README or never bothered to look. Then they whine about it when they get 0wn3d
Mod this down - the server is working like a champ and he's a karma whore - post as AC if your not a a whore.
The worst vulnerability of all: the users themselves.
You call this a signature?
1) Unvalidated Parameters
Information from web requests is not validated before being used by a web application. Attackers can use these flaws to attack backside components through a web application.
2) Broken Access Control
Restrictions on what authenticated users are allowed to do are not properly enforced. Attackers can exploit these flaws to access other users' accounts, view sensitive files, or use unauthorized functions.
If this came out several months earlier maybe the RIAA would have checked their robots.txt and *secured* the folders they didn't want people to mucking around. Story being referenced
Unfortunately, they forgot:
.jpg, the application allows the user to upload a file of any name.
-Application allows user to upload a file (attachment, image, etc) somewhere into the webroot.
-Instead of sending a
-User uploads "mail_me_your_sources.php", or similar
-This upload becomes executable, user has control of server
S
This is like having 'the top 10 mistakes in programming', when what you really want to know is the top 10 in C++, Java, PHP, Perl, etc.
--------
Free your mind.
..Remember, Wall created $dbh->quote() to serve the faithful.
(Actually, I have no idea who did the DB stuff. The point is, use $dbh->quote(), damnit.)
Mom says I'm 'l33t!
Here's a quick and language independent example of how easy it is to miss a security hole in a web application: Say you've created a message board with the ability to edit posts. When a user clicks the edit button they get a form with a textarea to type in and the messageID as a hidden field. When they submit the form you do something like this in SQL:
UPDATE forum
SET comment = form.comment
WHERE messageID = form.messageID
Do you see the error there? I can edit the form to send a different messageID and change any comment I want. The solution?
WHERE messageID = form.messageID AND userID = cookie.userID
Because HTML is stateless, you have to authenticate the user on every hit and use that authenticated identity as part of every database action. How you do that is a subject unto itself!
At any rate, I just wanted to show how easy it is to introduce a serious security flaw into a web application. The only countermeasure is competent, careful coding.
- Buffer overflows
- Buffer overflows
- Buffer overflows
- Buffer overflows
- Buffer overflows
- Buffer overflows
- Buffer overflows
- Buffer overflows
- Buffer overflows
- Buffer overflows
My list is based on 15 years of watching the industry. Things may change for the better, in that buffer overflows decrease and thus other problems become more clear, but I haven't seen that yet.It certainly is true that there are more tools and languages out there that make it easier to avoid buffer overflows than there were fifteen years ago. Problem is, most folks are still writing application code just like it was fifteen years ago, with fixed-size buffers and system calls that allow you to overflow them, even when the tools permit far more robust stuff to be done.
The article is just a summary. If you want to know more check out: Hacking Web Solutions Exposed
Kind thoughts do not change the world
New show on Fox: Buffer the overflow slayer.
healyourchurchwebsite.com - WWJB?
The long file name of the pdf itself will cause a buffer flow somewhere ;)
Buffer the stack smasher.
Nuff said.
XSS FAQ
It should also be noted OWASP RIPPED some of the content and DID NOT QUOTE it properly. Search for "What can I do to protect myself as a vendor?" in the FAQ and then search for XSS solutions in the owasp paper. Hrm seem familiar?
Java + Snobol for web programming.
Java for the buzzwords plus Snobol for its powerful string manipulation capabilities.
While the list is (appropriately) in OS-neutral and scripting language-neutral terms, the way to correct these problems is specific to the OS, webserver and scripting langauge you are using. So the next question is: what are the resources for addressing these issues, specifically, for particular OSes, webservers and languages?
For those taking the MS approach (and flame it if you want, but IIS isn't about to stop being the #2 web server overnight, so it might as well be done as securely as possible), I can recommend the following two guides from SANS:
Securing Internet Information Server
and
Windows 2000/XP Scripting For Security
These are listed as "course books" on their site, but they stand alone as guides for those who already have some background and knowledge. And if you don't have much background and knowledge, SANS courses are very good. (In fact, just about everything at the SANS website is valuable for the IT professional who wants to know more about security -- which ought to be all of us.)
So, stop just posting that these 10 problems are old news, and post the resources you use (or learned from) to avoid these problems yourself on your platform of choice, so the many (majority?) still making these mistakes can learn to avoid them too.
Backside?
I've heard of back-end components.
Maybe the writer is hinting that code that makes these mistakes is a pile of......
so if i don't check user input, that is bad? glad i spent 10 minutes on company time getting my learn on. i'll be sure to pass this on to all of the other developers.
MARIJUANA, SHROOMS, X: ONLINE?! - E
I don't think anyone has spent too much time looking for buffer overflows in the most common decoders for these filetypes; and I'm sure they exist.
As soon as someone figures out how to the Microsoft's LZW decompressor to overrrun its stack, or how to get a stack corruption in Adobe's Acrobat reader, it will be possible to spread viruses easily, becuase most people aren't afraid to open .GIF or .PDF files.
Best Buy can have you arrested
Love, secret, and sex. And don't forget God. System operators love to use God. It's that whole male ego thing.
Now I have to go out and rape a couple. I hope you're happy with yourself.
However, not all state can be validated in this way, and even when it can, it may not be practical to design validation tests for each and every item of state that can be received from the client.
Another approach is to cryptographically sign each package of state that the server hands to the client and then test that the signature is valid when the client returns the package to the server with a future request. This eliminates the need to use session state (which may not be possible in some apps) and also eliminates the need for item-by-item validation tests.
Easy, automatic testing for Perl.
... and support open source by taking 10% of the money you'd be spending on .NET and IIS and donate it to the open source project of your choice.
"Facts are meaningless. You could use facts to prove anything that's even remotely true!" -- Homer Simpson
A5
Buffer Overflows It seems to me that a lot of "overflow" type issues are often somewhat of a daemon/application problem. Yes, there are exploits that allow for users who don't do bounds checking etc and cause stupid issues, but a lot of these pop up as part of the application and end up being repaired in bugfixes. Even if you code safely and bounds check, an exploit in the daemon could get this one by you.
Oh... and also, *FOR GAWD SAKE* turn register_globals off. If you must have globals (maybe for a prewritten piece) then write a custom procedure that tags them in and paste it into said prewritten code... preferentially doing integrity checks first!
We come in peace, shoot to kill! - scorched earth
It's really a matter of mindset and habit. It's an easy problem to avoid if you get to the point where a little flag goes off in your head every time you see an unchecked variable passed to a function that accesses files (i.e. include(), fopen()).
---
Open Source Shirts
I've read it here many times: "web programming is easy, it's not like real programming". The problem is that managers and decision makers also read this kind of un-informed statement.
The truth is that it is easy to get something going on a website, but it is hard to get something that works well and is secure. The amount of time it takes to transform an interesting web demo to a well executed web application is staggering. It is also very hard to explain why all that time is needed. What happens is that web application get launched half-baked. If a company is lucky, the application will only annoy the users, if a company is unlucky, someone will walk right in through a common security hole and comprimise the whole application.
Moral to managers and project planners: believe your programmers when they tell you that there is more then meets the eye in developing web applications.
I found that information survey to just state the same stuff that's in every good web developer's book... no news
So this begs the question:
What is a good way to handle the (IMO required) ability for users to click a checkbox so they don't have to enter their login information all the time.
Yes, of course, any access to sensitive data should prompt for a password again even if they're logged in, and SSL is manadatory for some information.
Damn, I have to add some of these to my web app. Let's see... buffer overflows should be easy to do, and I'm sure that I can manage to allow some unvalidated parameters. OK, all done. Now my web app can be popular!!!
(Translation of the above: "Top Ten" is an inappropriate name for a list of bad things.)
That's "Mr. Soulless Automaton" to you, Bub.
- having foo.php.bak files. .bak file.
.inc files. .inc isn't parsed or blocked in any way.
if these files access databases or contain other passwords they're likely to be visible in the
-
same probmen if
Privacy is terrorism.
The above got moderated to a +3, so far! The idiot claimed you could do a DELETE inside an UPDATE query. That isn't valid SQL.
I read the .pdf and then checked AIM for email change vulnerability.
If someone is logged in, AIM lets you change that person's email address. It also gives you the old email. You can then change the user's email to your own, conveniently "forget the password" have AOL email it to you and then change the users email back so they never know you took their password. Sneaky!
void
Being /.'d
that is actually number one on the list, validating User input.
The truth doesn't care what I think.
I thought i saw it somewhere. here
New version of the document thou.
[alk]
Buffer overflow is a big deal for some popular langauges, but other popular languages, such as Java, are not succeptible to buffer overflow. If you're using a Java servlet container such as Tomcat directly and writing Java webapps (a common configuration) you have zero chance of a buffer overflow vulnerability. (You might have a buffer overflow, but it'll throw a catchable exception which'll probably terminate the thread rather than allow the execution of arbitrary code.)
On the other hand, many of the other issues are relevant. I'm specificly thinking of authentication and access.
Not saying Java's perfect; just saying that not ever problem is present on every platform.
This list basically covers all *possible* web application vulnerabilities. Even if they were new or useful, calling them a Top Ten list is just bizarre.
The solution I've used is to have a PHP function for quoting SQL strings that handles the escaping of special characters (by calling pg_escape_string() or whatever) and adds the required single quotes around the string. Then, when I'm writing my SQL, I always include the variables without any single quotes around them. That way I make sure I'm always passing my variables through the escape+quote function. If I ever forget to do the escape+quote call, I'll know about it right away, because the required single quotes will be missing and the SQL will have invalid syntax.
Assume the user is a madman bent on destroying you and everything you care about... and his only tool is access to ports 80 & 443 of your website.
That is not a good solution. This (partial) thread is a good example on how easily that may be exploited as well. Unique session IDs that time out is the key, and send only those to the browser.
just like I like my women, tight and untouched by other men :) (only looked at)
-this comment would be modded up if I posted it earlier =)
I use this in my .htaccess file
order allow,deny
deny from all
same thing for *.bak
This way the files can be included by php, but apache refuses to show the content.
Privacy is terrorism.
Q.What is my the problem with my web app?
A. Crappy code and, ohhhh yesss, bad configuration.
Q.OK, how do I address it?
A.Stop writing crappy code. And configure properly.
Q.How.
A.RTFM
One fine contribution to mankind.
IANAL but write like a drunk one.
The only way to avoid buffer overflow problem by application programmers is to use languages where buffer overflow is not possible at all. The only category of such languages I know is pure functional programming languages. All variables/objects must be immature. There should be no way to change the value of any variable/object.
Less is more !
Shouldn't it be "Read The Fucking PDF?"
Read all the gory details
Basically the guy (Jizzbug) "traded" a wacom tablet down from ~USD475 to ~USD100. His legal counsel tells him it's ok...
Any sufficiently advanced libertarian utopia is indistinguishable from government.
I can't believe I got a +1 Informative modding for paraphrasing the movie "Hackers"! Cmon mods...show me the funny!