Vulnerability Description
The Apache Qpid Proton-J transport includes an optional wrapper layer to perform TLS, enabled by use of the 'transport.ssl(...)' methods. Unless a verification mode was 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 implemented in Apache Qpid Proton-J versions 0.3 to 0.29.0, 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. Uses of the Proton-J protocol engine which do not utilise the optional transport TLS wrapper are not impacted, e.g. usage within Qpid JMS. Uses of Proton-J utilising the optional transport TLS wrapper layer that wish to enable hostname verification must be upgraded to version 0.30.0 or later and utilise the VerifyMode#VERIFY_PEER_NAME configuration, which is now the default for client mode usage unless configured otherwise.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Apache | Qpid Proton-J | >= 0.3, <= 0.29.0 |
Related Weaknesses (CWE)
References
- http://www.securityfocus.com/bid/105935Third Party AdvisoryVDB Entry
- https://issues.apache.org/jira/browse/PROTON-1962Vendor Advisory
- https://mail-archives.apache.org/mod_mbox/qpid-users/201811.mbox/%3CCAFitrpQSV73Mailing ListMitigationVendor Advisory
- https://qpid.apache.org/cves/CVE-2018-17187.htmlMitigationVendor Advisory
- http://www.securityfocus.com/bid/105935Third Party AdvisoryVDB Entry
- https://issues.apache.org/jira/browse/PROTON-1962Vendor Advisory
- https://mail-archives.apache.org/mod_mbox/qpid-users/201811.mbox/%3CCAFitrpQSV73Mailing ListMitigationVendor Advisory
- https://qpid.apache.org/cves/CVE-2018-17187.htmlMitigationVendor Advisory
FAQ
What is CVE-2018-17187?
CVE-2018-17187 is a vulnerability with a CVSS score of 7.4 (HIGH). The Apache Qpid Proton-J transport includes an optional wrapper layer to perform TLS, enabled by use of the 'transport.ssl(...)' methods. Unless a verification mode was explicitly configured, client a...
How severe is CVE-2018-17187?
CVE-2018-17187 has been rated HIGH with a CVSS base score of 7.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2018-17187?
Check the references section above for vendor advisories and patch information. Affected products include: Apache Qpid Proton-J.