Safety vulnerability ID: 61581
The information on this page was manually curated by our Cybersecurity Intelligence Team.
Zope 4.8.11 and 5.8.6 include a fix for CVE-2023-44389: 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.
https://github.com/zopefoundation/Zope/security/advisories/GHSA-m755-gxxg-r5qh
Latest version: 5.11.1
Zope application server / web framework
------------------
- Make sure the object title in the ZMI breadcrumbs is quoted
to prevent a cross-site scripting issue.
- Update to newest compatible versions of dependencies.
- Base the inline/attachment logic developed for CVE-2023-42458
on the media type proper (ignore parameters and
whitespace and normalize to lowercase)
(`1167 <https://github.com/zopefoundation/Zope/pull/1167>`_).
Scan your Python project for dependency vulnerabilities in two minutes
Scan your application