CVE-2019-11777: Improper Handling of Exceptional Conditions and Origin Validation Error in Eclipse Paho Java client library
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.78986%
CWE
Published
9/17/2019
Updated
2/1/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.eclipse.paho:org.eclipse.paho.client.mqttv3 | maven | < 1.2.1 | 1.2.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from unverified HostnameVerifier results in SSL handshake handling. Both SSLNetworkModule.start() methods in MQTTv3 and MQTTv5 implementations called hostnameVerifier.verify() without checking its return value, allowing invalid SSL sessions to proceed. The patches add explicit result checking and error handling. These start() methods would appear in runtime profiles during TLS connection establishment when hostname validation occurs.