Overview
- 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.
- Source
- security@apache.org
- NVD status
- Modified
Risk scores
CVSS 3.0
- Type
- Primary
- Base score
- 5.9
- Impact score
- 3.6
- Exploitability score
- 2.2
- Vector string
- CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
- Severity
- MEDIUM
CVSS 2.0
- Type
- Primary
- Base score
- 4.3
- Impact score
- 2.9
- Exploitability score
- 8.6
- Vector string
- AV:N/AC:M/Au:N/C:P/I:N/A:N
Weaknesses
- nvd@nist.gov
- CWE-200
Social media
- Hype score
- Not currently trending
Configurations
[ { "nodes": [ { "negate": false, "cpeMatch": [ { "criteria": "cpe:2.3:a:apache:mesos:*:*:*:*:*:*:*:*", "vulnerable": true, "matchCriteriaId": "0F03A293-7742-42DD-82DC-5494705BA89D", "versionEndExcluding": "1.4.2" }, { "criteria": "cpe:2.3:a:apache:mesos:1.5.0:*:*:*:*:*:*:*", "vulnerable": true, "matchCriteriaId": "2FC738EB-E4FA-4027-B422-2D0A44FEB263" }, { "criteria": "cpe:2.3:a:apache:mesos:1.5.1:*:*:*:*:*:*:*", "vulnerable": true, "matchCriteriaId": "1B4EF2EA-C659-406D-88DD-C8670D3B0881" }, { "criteria": "cpe:2.3:a:apache:mesos:1.6.0:*:*:*:*:*:*:*", "vulnerable": true, "matchCriteriaId": "7234C4C8-24D3-4AF0-9A03-FD9DF944FB2C" } ], "operator": "OR" } ] } ]