Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Response Splitting SNYK-JAVA-IONETTY-3167773 #539

Open
github-actions bot opened this issue Dec 19, 2022 · 0 comments
Open

HTTP Response Splitting SNYK-JAVA-IONETTY-3167773 #539

github-actions bot opened this issue Dec 19, 2022 · 0 comments

Comments

@github-actions
Copy link

Overview

io.netty:netty-codec is an event-driven asynchronous network application framework.

Affected versions of this package are vulnerable to HTTP Response Splitting when calling DefaultHttpHeaders.set on an iterator of values, because header value validation is not performed.

Workaround

This vulnerability can be worked around by changing the DefaultHttpHeaders.set(CharSequence, Iterator<?>) call into a remove() call, and calling add() in a loop over the iterator.

Remediation

Upgrade io.netty:netty-codec to version 4.1.86.Final or higher.

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants