VYPR
Critical severityNVD Advisory· Published Apr 16, 2023· Updated Feb 6, 2025

org.xwiki.platform:xwiki-platform-panels-ui Eval Injection vulnerability

CVE-2023-29214

Description

XWiki Commons are technical libraries common to several other top level XWiki projects. Any user with edit rights can execute arbitrary Groovy, Python or Velocity code in XWiki leading to full access to the XWiki installation. The root cause is improper escaping of the included pages in the IncludedDocuments panel. The problem has been patched on XWiki 14.4.7, and 14.10.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
org.xwiki.platform:xwiki-platform-panels-uiMaven
>= 1.1-M2, < 13.10.1113.10.11
org.xwiki.platform:xwiki-platform-panels-uiMaven
>= 14.0-rc-1, < 14.4.714.4.7
org.xwiki.platform:xwiki-platform-panels-uiMaven
>= 14.5, < 14.1014.10

Affected products

1

Patches

1
50b4d91418b4

XWIKI-20293: Improved IncludedDocuments panel escaping

https://github.com/xwiki/xwiki-platformManuel LeducOct 28, 2022via ghsa
1 file changed · +5 2
  • xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-ui/src/main/resources/Panels/IncludedDocuments.xml+5 2 modified
    @@ -125,14 +125,17 @@
     #largepanelheader($services.localization.render('xe.panels.includedDocs.title'))
     $services.localization.render('xe.panels.includedDocs.count', [$pages.size()])
     #foreach ($page in $pages)
    -  * [[$page&gt;&gt;$page]] [[[[image:icon:page_white_edit||alt="$services.localization.render('panels.documentInformation.editIncluded', [$page])"]]&gt;&gt;path:$xwiki.getURL($page, 'edit')]]
    +  #set ($pageLink = $services.rendering.escape($page, 'xwiki/2.1'))
    +  #set ($pageName = $services.rendering.escape($services.rendering.escape($page, 'xwiki/2.1'), 'xwiki/2.1'))
    +  #set ($alt = $services.rendering.escape($services.localization.render('panels.documentInformation.editIncluded', [$page]), 'xwiki/2.1'))
    +  * [[$pageName&gt;&gt;$pageLink]] [[[[image:icon:page_white_edit||alt="$alt"]]&gt;&gt;path:$xwiki.getURL($page, 'edit')]]
     #end
     #panelfooter()
     #end
     {{/velocity}}</content>
         </property>
         <property>
    -      <description>Displays the documents included in the curent document.</description>
    +      <description>Displays the documents included in the current document.</description>
         </property>
         <property>
           <name>Included Documents</name>
    

Vulnerability mechanics

Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

5

News mentions

0

No linked articles in our index yet.