FW: Top Ten Web App Sec Problems
Here's what our lead web app developer had to say about it.
-----Original Message-----
From: Jeff Samples
Sent: Monday, December 02, 2002 11:13 AM
To: Keith T. Morgan
Subject: RE: Top Ten Web App Sec Problems
- SQL Injection via Forms & URL parameters
- File Traversal "../" in file uploads
- Leaving "Execute" Permissions on folders where uploaded files go
- Unhanded errors revealing details about databases & source code
- Failure to treat ALL submitted content as malicious, thus leading to numbers 1 & 2 (Input validation)
- Unchecked control structures (Do/While looping for example)
- Data type validation within code
- Using non-expiring cookies for login authentication
- Inappropriate user account permissions, one example would be using a domain account to run a site and connect to a database.
- Using column names such as "LoginID" Username" "Password" to store authentication information in the database.
Received on Mon Dec 2 15:29:32 2002
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 14:07:45 EDT
|