Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
14.10.6, 15.1-rc-1
-
Integration
-
Unknown
-
N/A
-
N/A
-
Description
For example:
= {{id name="MyID"/}}Title = Hello{{footnote}}See {{reference id="MyID"/}} or {{reference id="HTitle"/}} for an explanation.{{/footnote}}.
Leading to:
Analysis:
When the reference macro executes, it executes with an XDOM context which is the XDOM from the content of the footnote macro. See https://github.com/xwiki/xwiki-rendering/blob/cc043e8e41bc5e8b3789416f6aed0689f0756152/xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/internal/macro/DefaultMacroContentParser.java#L145
Attachments
Issue Links
- is caused by
-
XRENDERING-688 Impersonation/privilege escalation via footnotes and display/include/uiextensions macros
- Closed