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

Vert.x: CVE-2022-41915: HTTP Response Splitting #33

Merged
merged 1 commit into from
Dec 20, 2022
Merged

Conversation

oswaldobapvicjr
Copy link
Owner

@oswaldobapvicjr oswaldobapvicjr commented Dec 20, 2022

Vulnerability

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.

@codecov
Copy link

codecov bot commented Dec 20, 2022

Codecov Report

Merging #33 (2212613) into main (b91355d) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main      #33   +/-   ##
=========================================
  Coverage     98.97%   98.97%           
  Complexity      220      220           
=========================================
  Files            14       14           
  Lines           486      486           
  Branches         39       39           
=========================================
  Hits            481      481           
  Misses            3        3           
  Partials          2        2           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@oswaldobapvicjr oswaldobapvicjr merged commit 108b7f3 into main Dec 20, 2022
@oswaldobapvicjr oswaldobapvicjr deleted the issue/0033 branch December 20, 2022 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant