CVE-2018-1298: Moderate severity vulnerability that affects org.apache.qpid:apache-qpid-broker-j
5.9
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.78048%
CWE
Published
10/19/2018
Updated
1/9/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.qpid:apache-qpid-broker-j | maven | = 7.0.0 | 7.0.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper input validation in SASL negotiation:
- SaslServlet's doPostWithSubjectAndActor allowed creating SASL servers for unsupported mechanisms
- OAuth2/Plain negotiators' handleResponse methods lacked state validation and proper empty response handling
- The patches add mechanism validation, state machines, and response checks - indicating these were the vulnerable entry points
- Runtime exploitation would show these functions in stack traces when processing malicious authentication attempts with empty responses or unsupported mechanisms