CVE-2018-11799: Moderate severity vulnerability that affects org.apache.oozie:oozie-core
6.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.47366%
CWE
Published
12/20/2018
Updated
1/9/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.oozie:oozie-core | maven | <= 5.0.0 | 5.1.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper validation of user identity fields in XML workflow definitions. Based on Oozie's architecture:
- SubmitXCommand.execute is the workflow submission entry point that would process XML input
- WorkflowAppService handles XML parsing and workflow definition processing
- XConfiguration.get is used throughout to access configuration properties
While the exact patch details are unavailable, these functions form the core XML processing chain that would handle user impersonation parameters. The vulnerability would manifest when these functions process malicious 'user.name' values without validating against the authenticated user context.