The Open Web Application Security Project (OWASP) has provided the top ten list for web application flaws.
The top Web application vulnerabilities are unvalidated parameters, broken access control, broken account and session management, cross-site scripting (XSS) flaws, buffer overflows, command injection flaws, error handling problems, insecure use of cryptography, remote administration flaws and Web and application server misconfiguration.
The vulnerabilities in the list aren't new but have been largely ignored in software development.
Read CRN article about the list
Visit the OWASP community project
As developers we know these problems, but do we take enough care? or worry about the deadline and "getting it done"?
-
OWASP Names Top Web Application Flaws (2 messages)
- Posted by: Dion Almaer
- Posted on: January 14 2003 10:36 EST
Threaded Messages (2)
- Lessons Learned by Dion Almaer on January 15 2003 23:05 EST
- Unvalidated Parameters: This is News? by Henrik Klagges on January 19 2003 07:02 EST
-
Lessons Learned[ Go to top ]
- Posted by: Dion Almaer
- Posted on: January 15 2003 23:05 EST
- in response to Dion Almaer
The Open Web Application Security Project Plan for 2003 has an interesting section entitled "Lessons Learned":
- There are some very cool and very smart people out there
- Some things take a really long time to do, "Rome wasnt built in a day"!
- Lots of people volunteer, far less actually contribute
- Some volunteers put far more effort into a project than others
- People come and people go
- The vast majority of people really like what we are doing
- A few people dont like what we are doing
- Open Source projects can be total chaos (project management will be key in ensuring future success)
- Open Source projects work better when you have a code base to start from
- Sponsorship is difficult without a sense of some return in investment to the sponsor
Download the paper
OWASP's SourceForge Site -
Unvalidated Parameters: This is News?[ Go to top ]
- Posted by: Henrik Klagges
- Posted on: January 19 2003 07:02 EST
- in response to Dion Almaer
"Unvalidated Parameters" as flaw #1. In other words, "user input can be malformed or malicious". Really? I'd never thought of that ;-)!
However, I'm pretty sure many webapps don't guard against this problem, so thanks to Owasp for their list, sometimes it makes sense to restate the obvious.
Cheers,
Henrik
TNGtech