Enterprise Web Applications
Your contribution to scalable and secure enterprise web applications

« Globalization, Localization and Personalization

Top 10 Vulnerabilities in Web Applications - Rated by OWASP in 2007

01/27/08

Permalink 03:33:19 pm, by Samuel Chen Email , 437 words   English (US)
Categories: Security

Top 10 Vulnerabilities in Web Applications - Rated by OWASP in 2007

According to Open Web Application Security Project (OWASP), a global community focused on improving the security of application software, the Top 10 vulnerabilities in web applications rated in 2007 are:

1. Cross Site Scripting (XSS)

XSS flaws occur whenever an application takes user supplied data and sends it to a web browser without first validating or encoding that content. XSS allows attackers to execute script in the victim's browser which can hijack user sessions, deface web sites, possibly introduce worms, etc. Read more...

2. Injection Flaws

Injection flaws, particularly SQL injection, are common in web applications. Injection occurs when user-supplied data is sent to an interpreter as part of a command or query. The attacker's hostile data tricks the interpreter into executing unintended commands or changing data. Read more...

3. A3 - Malicious File Execution

Code vulnerable to remote file inclusion (RFI) allows attackers to include hostile code and data, resulting in devastating attacks, such as total server compromise. Malicious file execution attacks affect PHP, XML and any framework which accepts filenames or files from users. Read more...

4. Insecure Direct Object Reference

A direct object reference occurs when a developer exposes a reference to an internal implementation object, such as a file, directory, database record, or key, as a URL or form parameter. Attackers can manipulate those references to access other objects without authorization. Read more...

5. Cross Site Request Forgery (CSRF)

A CSRF attack forces a logged-on victim's browser to send a pre-authenticated request to a vulnerable web application, which then forces the victim's browser to perform a hostile action to the benefit of the attacker. CSRF can be as powerful as the web application that it attacks. Read more...

6. Information Leakage and Improper Error Handling

Applications can unintentionally leak information about their configuration, internal workings, or violate privacy through a variety of application problems. Attackers use this weakness to steal sensitive data, or conduct more serious attacks. Read more...

7. Broken Authentication and Session Management

Account credentials and session tokens are often not properly protected. Attackers compromise passwords, keys, or authentication tokens to assume other users' identities. Read more...

8. Insecure Cryptographic Storage

Web applications rarely use cryptographic functions properly to protect data and credentials. Attackers use weakly protected data to conduct identity theft and other crimes, such as credit card fraud. Read more...

9. Insecure Communications

Applications frequently fail to encrypt network traffic when it is necessary to protect sensitive communications. Read more...

10. Failure to Restrict URL Access

Frequently, an application only protects sensitive functionality by preventing the display of links or URLs to unauthorized users. Attackers can use this weakness to access and perform unauthorized operations by accessing those URLs directly. Read more...

2 comments

Comment from: Samuel Chen [Member] Email · http://www.ambonare.com
I found the Microsoft Anti-Cross Site Scripting Library V1.5, which is for .NET 2.0 and .NET 1.1. You can download it from the following link.

http://www.microsoft.com/downloads/details.aspx?FamilyId=EFB9C819-53FF-4F82-BFAF-E11625130C25&displaylang=en

But I could not find anything for .NET 3.0. Please post if you find it.

Also you can read more about XSS for ASP.NET at the following link.

http://msdn2.microsoft.com/en-us/security/aa973814.aspx
01/27/08 @ 21:03
Hell yeah! This post sounds really good. Reading your blog is useful and interesting. Keep it that way.
04/06/08 @ 12:10

This post has 2 feedbacks awaiting moderation...

Leave a comment


Your email address will not be revealed on this site.

Your URL will be displayed.
PoorExcellent
(Line breaks become <br />)
(Name, email & website)
(Allow users to contact you through a message form (your email will not be revealed.)
September 2010
Sun Mon Tue Wed Thu Fri Sat
 << <   > >>
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30    

This blog is dedicated to the development and testing of enterprise web applications. Please contribute your ideas and comments on how to develop scalable, secure, and global enterprise web applications.

Search

XML Feeds

powered by b2evolution free blog software