Issue description
Log Forging allows attackers to manipulate log files by injecting malicious content. This can be used to obfuscate attack traces or forge log entries to conceal unauthorized activities.
More info from OWASP: https://owasp.org/www-community/attacks/Log_Injection
Fix technique
Implement proper input sanitization to remove new lines for values going to the log.
Issue description Log Forging allows attackers to manipulate log files by injecting malicious content. This can be used to obfuscate attack traces or forge log entries to conceal unauthorized activities. More info from OWASP: https://owasp.org/www-community/attacks/Log_Injection
Fix technique Implement proper input sanitization to remove new lines for values going to the log.