Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-36098: XWIKI-19752: Improved mentions macro escaping · xwiki/xwiki-platform@4032dc8

XWiki Platform Mentions UI is a user interface for mentioning users in wiki content for XWiki Platform, a generic wiki platform. Starting in version 12.5-rc-1 and prior to versions 13.10.6 and 14.4, it’s possible to store Javascript or groovy scripts in a mention, macro anchor, or reference field. The stored code is executed by anyone visiting the page with the mention. This issue has been patched on XWiki 14.4 and 13.10.6. As a workaround, one may update XWiki.Mentions.MentionsMacro and edit the Macro code field of the XWiki.WikiMacroClass XObject.

CVE
#mac#java

@@ -409,7 +409,7 @@ blockquote.mention-quote { <displayFormType>select</displayFormType> <displayType/> <name>async_cached</name> <number>12</number> <number>13</number> <prettyName>Cached</prettyName> <unmodifiable>0</unmodifiable> <classType>com.xpn.xwiki.objects.classes.BooleanClass</classType> @@ -422,14 +422,14 @@ blockquote.mention-quote { <largeStorage>0</largeStorage> <multiSelect>1</multiSelect> <name>async_context</name> <number>13</number> <number>14</number> <prettyName>Context elements</prettyName> <relationalStorage>0</relationalStorage> <separator>, </separator> <separators>|, </separators> <size>5</size> <unmodifiable>0</unmodifiable> <values>doc.reference=Document|icon.theme=Icon theme|locale=Language|rendering.defaultsyntax=Default syntax|rendering.restricted=Restricted|rendering.targetsyntax=Target syntax|request.base=Request base URL|request.parameters=Request parameters|request.url=Request URL|request.wiki=Request wiki|user=User|wiki=Wiki</values> <values>action=Action|doc.reference=Document|icon.theme=Icon theme|locale=Language|rendering.defaultsyntax=Default syntax|rendering.restricted=Restricted|rendering.targetsyntax=Target syntax|request.base=Request base URL|request.parameters=Request parameters|request.url=Request URL|request.wiki=Request wiki|user=User|wiki=Wiki</values> <classType>com.xpn.xwiki.objects.classes.StaticListClass</classType> </async_context> <async_enabled> @@ -438,7 +438,7 @@ blockquote.mention-quote { <displayFormType>select</displayFormType> <displayType/> <name>async_enabled</name> <number>11</number> <number>12</number> <prettyName>Asynchronous rendering</prettyName> <unmodifiable>0</unmodifiable> <classType>com.xpn.xwiki.objects.classes.BooleanClass</classType> @@ -543,6 +543,16 @@ blockquote.mention-quote { <unmodifiable>0</unmodifiable> <classType>com.xpn.xwiki.objects.classes.StringClass</classType> </name> <priority> <disabled>0</disabled> <name>priority</name> <number>11</number> <numberType>integer</numberType> <prettyName>Priority</prettyName> <size>10</size> <unmodifiable>0</unmodifiable> <classType>com.xpn.xwiki.objects.classes.NumberClass</classType> </priority> <supportsInlineMode> <disabled>0</disabled> <displayFormType>select</displayFormType> @@ -595,7 +605,9 @@ blockquote.mention-quote { #end #set ($link = $xwiki.getURL($reference.reference, ‘view’)) {{html}} <a id="$anchor" class="$stringtool.join($cssClasses, ' ')" data-reference="$services.model.serialize($reference.reference, ‘default’)" href="$link">$content</a> <a id="$escapetool.xml($anchor)" class="$stringtool.join($cssClasses, ' ')" data-reference="$escapetool.xml($services.model.serialize($reference.reference, ‘default’))" href="$escapetool.xml($link)"> $escapetool.xml($content) </a> {{/html}} {{/velocity}}</code> </property> @@ -620,6 +632,9 @@ blockquote.mention-quote { <property> <name>User Mention</name> </property> <property> <priority/> </property> <property> <supportsInlineMode>1</supportsInlineMode> </property>

Related news

GHSA-c5v8-2q4r-5w9v: XWiki Platform Mentions UI vulnerable to Cross-site Scripting

### Impact It's possible to store Javascript or groovy scripts in an mention macro anchor or reference field. The stored code is executed by anyone visiting the page with the mention. For example, the example below will create a file at `/tmp/exploit.txt`: ``` {{mention reference="XWiki.Translation" anchor="{{/html~}~}{{async async=~"true~" cached=~"false~" context=~"doc.reference~"~}~}{{groovy~}~}new File(~"/tmp/exploit.txt~").withWriter { out -> out.println(~"owned!~"); }{{/groovy~}~}{{/async~}~}"/}} ``` ### Patches This issue has been patched on XWiki 14.4 and 13.10.6. ### Workarounds It's possible to fix the vulnerability by updating `XWiki.Mentions.MentionsMacro` and edit the `Macro code` field of the `XWiki.WikiMacroClass` XObject. ```velocity <a id="$anchor" class="$stringtool.join($cssClasses, ' ')" data-reference="$services.model.serialize($reference.reference, 'default')" href="$link">$content</a> ``` Must be replaced by ```velocity <a id="$escapetool.xml($anchor)" cl...

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907