CVE-2017-15718: Exposure of Sensitive Information in Hadoop
9.8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.76468%
CWE
Published
12/21/2018
Updated
1/9/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.apache.hadoop:hadoop-main | maven | >= 2.7.3, <= 2.7.4 | 2.7.5 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from the NodeManager exposing its credential store provider password through configuration or environment variables accessible to YARN applications. Based on Hadoop architecture patterns:
- NodeManager configuration exposure through getConfig() or similar methods would directly leak credentials
- ContainerManagerImpl's container startup sequence would be responsible for constructing execution environments containing sensitive values While the exact patch details are unavailable, these functions represent the most likely candidates based on:
- The vulnerability pattern (sensitive data exposure via environment)
- Hadoop's architecture (configuration passing to containers)
- Critical nature of the exposure (requires direct data flow from NM to applications) Confidence is medium due to reliance on architectural patterns rather than direct patch analysis.