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: CWE-295: Improper Certificate Validation #32

Merged
merged 1 commit into from
Dec 20, 2022

Conversation

oswaldobapvicjr
Copy link
Owner

Vulnerability

  • CWE-295: Improper Certificate Validation
  • Vulnerable module: io.netty:netty-handler
  • Introduced through: io.vertx:vertx-core@4.3.6

Overview

io.netty:netty-handler is a library that provides an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server.

Affected versions of this package are vulnerable to Improper Certificate Validation. Certificate hostname validation is disabled by default in Netty 4.1.x which makes it potentially susceptible to Man-in-the-Middle attacks.

@codecov
Copy link

codecov bot commented Dec 20, 2022

Codecov Report

Merging #32 (4185bf7) into main (49a9f86) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main      #32   +/-   ##
=========================================
  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 b91355d into main Dec 20, 2022
@oswaldobapvicjr oswaldobapvicjr deleted the oswaldobapvicjr-patch-1 branch December 20, 2022 03:26
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