CVE-2019-7611: Improper Access Control in Elasticsearch
8.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.36231%
CWE
Published
5/13/2022
Updated
1/27/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.elasticsearch:elasticsearch | maven | < 5.6.15 | 5.6.15 |
org.elasticsearch:elasticsearch | maven | >= 6.0.0, < 6.6.1 | 6.6.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability occurs in security checks for alias/shrink/split operations when DLS/FLS is disabled. The SecurityFilter class handles alias actions while AuthorizationService manages resize operations. Both would contain conditional logic that skips critical permission checks when xpack.security.dls_fls.enabled=false, matching the described vulnerability pattern. These components directly correspond to the affected endpoints (_aliases, _shrink, _split) mentioned in the advisory.