Search:     Advanced search
server monitoring
Showing: 1-10 of 21    »»
Articles
 
document 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
document 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
document 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
document 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
document 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
document 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
document 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
document 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
document 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
document 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