Description
Improperly Controlled Modification of Dynamically-Determined Object Attributes (CWE-915) in the case management functionality of Elastic Security in Kibana can lead to unauthorized modification of case data by an authenticated user who has not been granted case editing privileges, via Manipulating User-Controlled Variables (CAPEC-77). Object attributes accepted by the case management API were not subject to the same authorization enforcement applied in the user interface, so a low-privileged user could alter case records they were only entitled to view.
Published: 2026-08-13
Score: 4.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from improper authorization enforcement in the case management API of Elastic Security in Kibana. A user with an authenticated session but insufficient privileges can manipulate user‑controlled variables, causing the API to accept object attributes that were not subject to the same checks performed in the UI. This allows an attacker to modify case records they are only allowed to view, resulting in unauthorized data modification. The weakness is identified as CWE‑915.

Affected Systems

Elastic Security in Kibana functions that include case management are affected. Versions prior to the security update referenced in the Elastic discussion thread lack the necessary authorization checks. The data does not enumerate specific version numbers, so any deployment using case management prior to the update should be considered at risk.

Risk and Exploitability

The CVSS score of 4.3 indicates a moderate severity. EPSS is not available and the vulnerability is not listed in CISA KEV, suggesting that no widespread exploitation has been reported. The attack requires authenticated access but does not need privileged API rights; a low‑privileged user can craft requests that exploit the missing attribute checks. Because the API accepts user‑controlled variables directly, the vulnerability can be exploited without interacting with the UI, implying a higher likelihood of abuse in environments where the API is exposed.

Generated by OpenCVE AI on August 13, 2026 at 21:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the Kibana security update (ES-2026-110) as soon as possible to address the missing authorization checks.
  • Review and enforce role‑based access controls in Kibana, ensuring that only users with explicit case‑editing permissions can modify case data.
  • Restrict API permissions for low‑privileged users, removing the ability to send arbitrary attribute modifications to the case management endpoint.
  • Implement logging and monitoring of API calls to detect suspicious or unauthorized object attribute edits.
  • Perform a comprehensive permissions audit of all Kibana users and adjust roles to eliminate excessive privileges.

Generated by OpenCVE AI on August 13, 2026 at 21:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 13 Aug 2026 21:15:00 +0000

Type Values Removed Values Added
First Time appeared Elastic
Elastic kibana
Vendors & Products Elastic
Elastic kibana

Thu, 13 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Description Improperly Controlled Modification of Dynamically-Determined Object Attributes (CWE-915) in the case management functionality of Elastic Security in Kibana can lead to unauthorized modification of case data by an authenticated user who has not been granted case editing privileges, via Manipulating User-Controlled Variables (CAPEC-77). Object attributes accepted by the case management API were not subject to the same authorization enforcement applied in the user interface, so a low-privileged user could alter case records they were only entitled to view.
Title Improperly Controlled Modification of Dynamically-Determined Object Attributes in Kibana Leading to Unauthorized Data Modification
Weaknesses CWE-915
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: elastic

Published:

Updated: 2026-08-13T20:29:45.340Z

Reserved: 2026-08-10T11:17:38.893Z

Link: CVE-2026-72655

cve-icon Vulnrichment

Updated: 2026-08-13T20:29:41.769Z

cve-icon NVD

Status : Received

Published: 2026-08-13T20:17:25.633

Modified: 2026-08-13T21:18:10.350

Link: CVE-2026-72655

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T21:15:03Z

Weaknesses
  • CWE-915

    Improperly Controlled Modification of Dynamically-Determined Object Attributes