CVE-2024-37287
13.08.2024, 12:15
A flaw allowing arbitrary code execution was discovered in Kibana. An attacker with access to ML and Alerting connector features, as well as write access to internal ML indices can trigger a prototype pollution vulnerability, ultimately leading to arbitrary code execution.
Vendor | Product | Version |
---|---|---|
elastic | kibana | 7.17.23 < 𝑥 < 7.17.23 |
elastic | kibana | 8.14.2 < 𝑥 < 8.14.2 |
elastic | kibana | 7.7.0 ≤ 𝑥 < 7.17.23 |
elastic | kibana | 8.0.0 ≤ 𝑥 < 8.14.2 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-94 - Improper Control of Generation of Code ('Code Injection')The software constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
- CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')The software receives input from an upstream component that specifies attributes that are to be initialized or updated in an object, but it does not properly control modifications of attributes of the object prototype.