VYPR
Low severityNVD Advisory· Published Oct 4, 2023· Updated Nov 27, 2024

Zope management interface vulnerable to stored cross site scripting via the title property

CVE-2023-44389

Description

Zope is an open-source web application server. The title property, available on most Zope objects, can be used to store script code that is executed while viewing the affected object in the Zope Management Interface (ZMI). All versions of Zope 4 and Zope 5 are affected. Patches will be released with Zope versions 4.8.11 and 5.8.6.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
ZopePyPI
>= 4.0.0, < 4.8.114.8.11
ZopePyPI
>= 5.0.0, < 5.8.65.8.6

Affected products

1

Patches

2
21dfa78609ff

Merge pull request from GHSA-m755-gxxg-r5qh

https://github.com/zopefoundation/ZopeJens VagelpohlOct 4, 2023via ghsa
1 file changed · +1 1
  • src/App/dtml/manage_tabs.dtml+1 1 modified
    @@ -42,7 +42,7 @@
     
     	<nav aria-label="breadcrumb">
     	<dtml-let breadcrumb_length="tabs_path_length(REQUEST)">
    -		<ol class="breadcrumb <dtml-var "'zmi-' + title_or_id().replace(' ','')">"
    +		<ol class="breadcrumb <dtml-var "'zmi-' + title_or_id().replace(' ','')" html_quote>"
     			data-length="<dtml-var breadcrumb_length>">
     			<li class="breadcrumb-item meta_type">
     				<dtml-if meta_type>
    
aeaf2cdc80df

Merge pull request from GHSA-m755-gxxg-r5qh

https://github.com/zopefoundation/ZopeJens VagelpohlOct 4, 2023via ghsa
1 file changed · +1 1
  • src/App/dtml/manage_tabs.dtml+1 1 modified
    @@ -42,7 +42,7 @@
     
     	<nav aria-label="breadcrumb">
     	<dtml-let breadcrumb_length="tabs_path_length(REQUEST)">
    -		<ol class="breadcrumb <dtml-var "'zmi-' + title_or_id().replace(' ','')">"
    +		<ol class="breadcrumb <dtml-var "'zmi-' + title_or_id().replace(' ','')" html_quote>"
     			data-length="<dtml-var breadcrumb_length>">
     			<li class="breadcrumb-item meta_type">
     				<dtml-if meta_type>
    

Vulnerability mechanics

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

References

6

News mentions

0

No linked articles in our index yet.