Man-in-the-Middle (MitM) Affecting org.apache.qpid:proton-j package, versions [,0.30.0)


0.0
medium

Snyk CVSS

    Attack Complexity High
    Scope Changed
    Integrity High

    Threat Intelligence

    EPSS 0.11% (43rd percentile)
Expand this section
NVD
7.4 high

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-JAVA-ORGAPACHEQPID-72605
  • published 19 Nov 2018
  • disclosed 13 Nov 2018
  • credit Peter Stockli

How to fix?

Upgrade org.apache.qpid:proton-j to version 0.30.0 or higher.

Overview

org.apache.qpid:proton-j is a lightweight messaging library.

Affected versions of this package are vulnerable to Man-in-the-Middle (MitM). Includes an optional wrapper layer to perform TLS, enabled by use of the transport.ssl(...) methods. Unless a verification mode is explicitly configured, client and server modes previously defaulted as documented to not verifying a peer certificate, with options to configure this explicitly or select a certificate verification mode with or without hostname verification being performed. The latter hostname verifying mode was not previously implemented, with attempts to use it resulting in an exception. This left only the option to verify the certificate is trusted, leaving such a client vulnerable to Man In The Middle (MITM) attack.