CVE-2018-8023
Last modified
CVE-2018-8023 is a vulnerability of currently unknown severity. Apache Mesos can be configured to require authentication to call the Executor HTTP API using JSON Web Token (JWT). In Apache Mesos versions pre-1.4.2, 1.5.0, 1.5.1, 1.6.0 the comparison of the generated HMAC value against the provided signature in the JWT implementation used is vulnerable to a timing attack because instead of a constant-time string comparison routine a standard `==` operator has been used. EPSS estimates a 3.06% chance of exploitation in the next 30 days.
Description
Apache Mesos can be configured to require authentication to call the Executor HTTP API using JSON Web Token (JWT). In Apache Mesos versions pre-1.4.2, 1.5.0, 1.5.1, 1.6.0 the comparison of the generated HMAC value against the provided signature in the JWT implementation used is vulnerable to a timing attack because instead of a constant-time string comparison routine a standard `==` operator has been used. A malicious actor can therefore abuse the timing difference of when the JWT validation function returns to reveal the correct HMAC value.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Mesos | < 1.4.2 |
| Apache | Mesos | 1.5.0 |
| Apache | Mesos | 1.5.1 |
| Apache | Mesos | 1.6.0 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2018-8023?
How severe is CVE-2018-8023?
How do I fix CVE-2018-8023?
Are you affected by CVE-2018-8023?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
