CVE-2025-68385
BaseFortify
Publication date: 2025-12-18
Last updated on: 2025-12-23
Assigner: Elastic
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| elastic | kibana | From 7.0.0 (inc) to 7.17.29 (inc) |
| elastic | kibana | From 8.0.0 (inc) to 8.19.9 (exc) |
| elastic | kibana | From 9.0.0 (inc) to 9.1.9 (exc) |
| elastic | kibana | From 9.2.0 (inc) to 9.2.3 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Cross-site Scripting (XSS) issue where an authenticated user can embed malicious scripts into web content generated by the Vega application. This happens because the input is not properly neutralized during web page generation, allowing the malicious script to be served to other users' web browsers. It bypasses previous XSS mitigations in Vega.
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute malicious scripts in the context of other users' browsers, potentially leading to theft of sensitive information, session hijacking, or unauthorized actions performed on behalf of users. This can compromise the confidentiality and integrity of user data.