CVE-2021-39235: Incorrect permissions in Apache Ozone
6.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.60519%
CWE
Published
11/23/2021
Updated
11/14/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/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.ozone:ozone-main | maven | < 1.2.0 | 1.2.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing access mode validation in block token verification. The primary suspect is the BlockTokenVerifier
class which handles token validation - if it doesn't check the access mode parameter, read tokens would be accepted for write operations. The OzoneManagerProtocolServerSideTranslatorPB
is included as it handles client RPCs and might propagate the missing validation. The confidence is high for the core verification function
based on the vulnerability pattern described, and medium for the RPC handler due to indirect involvement.