NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
TLDR: Add X-FRAME-Options: SAMEORIGIN to all HTTP(S) pages (server config), and test that nothing breaks.
—
Description: Current HTTP headers do not contain the X-FRAME-Option, which helps prevents against Clickjacking attacks. A Clickjacking attack is similar to CSRF in which attacker can hijack a "click" on a web application from another "invisible" frame in the browser. Essentially, an attacker can force a user to click on a button that is invisible to him/her.
Exploit Scenario: An attacker crafts a malicious page such that when their victim clicks, they are actually clicking on the link or button in the vulnerable application hosted in an iframe. Thus, an attacker tricks the user into performing an action of the attacker's choosing by directing mouse input to the target application.
- is related to
-
CONFCLOUD-29230 UI Redressing (Clickjacking)
- Closed
-
BSERV-9437 Enable X-FRAME-Options header to implement clickjacking protection
- Gathering Interest
- relates to
-
JRACLOUD-21101 JIRA is vulnerable to clickjacking attacks
- Closed
-
JDEV-38173 Loading...
-
VPP-2121 Loading...
- was cloned as
-
CONFCLOUD-22952 Enable X-FRAME-Option in HTTP response headers in order to provide clickjacking protection
- Closed