|
Articles
|
|
 |
Argument Injection or Modification
Description
Argument Injection or Modification is a specific case of attack, which belongs to Injection attacks familly. Modifying or injecting...
|
|
08 May, 2008
Views: 320
|
|
 |
Buffer Overflow
Abstract
Writing outside the bounds of a block of allocated memory can corrupt data, crash the program, or cause the execution of malicious...
|
|
08 May, 2008
Views: 302
|
|
 |
Format String
Abstract
Allowing an attacker to control a function's format string may result in a buffer overflow.
Description
Format string vulnerabilities...
|
|
08 May, 2008
Views: 314
|
|
 |
Log Forging
Abstract
Writing unvalidated user input to log files can allow an attacker to forge log entries or inject malicious content into the...
|
|
08 May, 2008
Views: 389
|
|
 |
Missing XML Validation
Abstract
Failure to enable validation when parsing XML gives an attacker the opportunity to supply malicious input.
Description
Most...
|
|
08 May, 2008
Views: 349
|
|
 |
Process Control
Abstract
Executing commands from an untrusted source or in an untrusted environment can cause an application to execute malicious commands on...
|
|
08 May, 2008
Views: 264
|
|
 |
String Termination Error
Abstract
Relying on proper string termination may result in a buffer overflow.
Description
String termination errors occur when:
Data...
|
|
08 May, 2008
Views: 266
|
|
 |
Struts: Duplicate Validation Forms
Abstract
Multiple validation forms with the same name indicate that validation logic is not up-to-date.
Description
If two validation forms...
|
|
08 May, 2008
Views: 305
|
|
 |
Struts: Erroneous validate() Method
Abstract
The validator form defines a validate() method but fails to call super.validate().
Descripti on
The Struts Validator uses a form's...
|
|
08 May, 2008
Views: 307
|
|
 |
Struts: Form Does Not Extend Validation Class
Abstract
All Struts forms should extend a Validator class.
Description
In order to use the Struts Validator, a form must extend one of the...
|
|
08 May, 2008
Views: 302
|
|