Bug 1834550 (CVE-2020-10743) - CVE-2020-10743 kibana: X-Frame-Option not set by default might lead to clickjacking
Summary: CVE-2020-10743 kibana: X-Frame-Option not set by default might lead to clickj...
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2020-10743
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 1832783 1834554
Blocks: 1831257
TreeView+ depends on / blocked
 
Reported: 2020-05-11 22:45 UTC by Jason Shepherd
Modified: 2021-02-16 20:04 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-09-16 13:17:46 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2020:3727 0 None None None 2020-09-16 07:56:19 UTC
Red Hat Product Errata RHSA-2020:4298 0 None None None 2020-10-27 16:24:02 UTC

Description Jason Shepherd 2020-05-11 22:45:06 UTC
It was discovered that kibana could be opened in an iframe, which made it possible to intercept and manipulate requests. An attacker could use this flaw to trick a user into performing arbitrary actions in kibana (clickjacking).

Comment 3 Jason Shepherd 2020-05-11 23:23:03 UTC
Upstream issue:

https://github.com/gardener/gardener/issues/1860

Comment 5 Jason Shepherd 2020-05-13 20:53:12 UTC
The previous upstream issue references a similar issue in gardener, however the correct upstream project for this OpenShift Container Platform (OCP) component is actually github.com/elastic/kibana. They don't consider this a vulnerability, but may address it in a future release. For a discussion on this topic, see the this upstream issue:

https://github.com/elastic/kibana/issues/52809

The CVE assigned for this issue is for OCP's deployment of kibana only, not the upstream project.

Comment 8 Jason Shepherd 2020-05-13 21:06:42 UTC
Statement:

This CVE relates specifically to OpenShift Container Platform's distribution of Kibana. Upstream Kibana don't consider this a vulnerability, but may address this in a future version:

https://github.com/elastic/kibana/issues/52809

Comment 9 Jason Shepherd 2020-05-13 21:06:44 UTC
Mitigation:

Any Kibana version with this commit [1] can add the following configuration option to mitigation the problem:

config/kibana.yml:
server.customResponseHeaders: {"x-frame-options":"deny"}
or
server.customResponseHeaders: {"x-frame-options":"sameorigin"}

[1] https://github.com/elastic/kibana/pull/13045

Comment 10 errata-xmlrpc 2020-09-16 07:56:17 UTC
This issue has been addressed in the following products:

  Red Hat OpenShift Container Platform 3.11

Via RHSA-2020:3727 https://access.redhat.com/errata/RHSA-2020:3727

Comment 11 Product Security DevOps Team 2020-09-16 13:17:46 UTC
This bug is now closed. Further updates for individual products will be reflected on the CVE page(s):

https://access.redhat.com/security/cve/cve-2020-10743

Comment 13 errata-xmlrpc 2020-10-27 16:24:00 UTC
This issue has been addressed in the following products:

  Red Hat OpenShift Container Platform 4.6

Via RHSA-2020:4298 https://access.redhat.com/errata/RHSA-2020:4298


Note You need to log in before you can comment on or make changes to this bug.