-
Bug
-
Resolution: Low Engagement
-
Low
-
None
-
5.9.11, 6.0.3
-
1
-
Severity 3 - Minor
-
0
-
Steps to reproduce
- Open any page in Confluence
- Attach a SWF file with links to the page
- Enter Edit mode
- Insert a Multimedia macro and select the SWF file
- Save the page
- Run the SWF presentation and click any link
Expected behavior
The link should open the configured URL in a new tab.
Actual behavior
Nothing happens.
Workaround
- Open your multimedia macro page in Chrome.
- Select the three dots button on the top right corner, then select "More Tools > Developer Tools".
- Use the inspect tool and click the Multimedia macro.
- Check the HTML code on the right side. Copy the whole <embed> node.
- Paste this code inside the HTML Macro and remove the 'allownetworking="none"' parameter.
- Save the page and try to open the link within the SWF presentation.
Notes
The issue occurs because https://jira.atlassian.com/browse/CONFSERVER-38127 was corrected, which means that performing the workaround will allow XSS.
- mentioned in
-
Page Loading...