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...

 document Log injection

Overview Log injection problems are a subset of injection problem, in which invalid entries taken from user input are inserted in logs or audit...

 document Poor Logging Practice: Multiple Loggers

Abstract It is a poor logging practice to use multiple loggers rather than logging levels in a single class. Description Good logging practice...

 document Poor Logging Practice: Use of a System Output Stream

Abstract Using System.out or System.err rather than a dedicated logging facility makes it difficult to monitor the behavior of the program. It can...

 document System Information Leak

Abstract Revealing system data or debugging information helps an adversary learn about the system and form a plan of attack. Description An...
09 May, 2008 Views: 90 Comments: 0