|
|
|
server monitoring
|
Showing: 1-5 of 5
Articles
|
|
 |
Log Forging
Abstract
Writing unvalidated user input to log files can allow an attacker to forge log entries or inject malicious content into the...
|
|
09 May, 2008
Views: 303
|
|
 |
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...
|
|
09 May, 2008
Views: 285
|
|
 |
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...
|
|
09 May, 2008
Views: 326
|
|
 |
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...
|
|
09 May, 2008
Views: 289
|
|
 |
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: 426
|
|
|