CVE-2024-37280:
Elasticsearch StackOverflow vulnerability
4.9
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.57276%
CWE
Published
6/13/2024
Updated
10/3/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.elasticsearch:elasticsearch | maven | >= 8.13.1, < 8.14.0 | 8.14.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability manifests in document ingestion with passthrough field mappings, indicating issues in dynamic field processing. The StackOverflow suggests uncontrolled recursion in parsing logic. While exact code isn't available, the passthrough field mapper's parse
method and document parser's object handling are core components for dynamic field processing. The medium confidence reflects educated inference based on feature architecture and error type without direct patch analysis.