Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Log Forging issues fix in createHttpRequestHandler.ts #84

Merged
merged 2 commits into from
Apr 17, 2024

Conversation

Mobb-Fixer
Copy link
Contributor

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.

@blakebyrnes blakebyrnes merged commit 9da9493 into ulixee:main Apr 17, 2024
10 of 11 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants