VDB
Sign up
MEDIUM6.5

GHSA-5426-92w4-wvhv

plone.app.dexterity has a Denial of Service due to excessive title or description length

Quick fix

GHSA-5426-92w4-wvhv — plone-app-dexterity: upgrade to the fixed version with the command below.

pip install --upgrade 'plone-app-dexterity>=5.0.1'

Details

### Impact When creating content with a very large title or description field, Plone can become unresponsive. Even if the content loads, it can be hard to edit or delete, because the UI is unwieldy.

### Patches The problem has been patched in `plone.app.dexterity`.

* On Plone 6.2, upgrade to `plone.app.dexterity` 5.0.1. * On Plone 6.1, upgrade to `plone.app.dexterity` 4.1.3. * On Plone 6.0, upgrade to `plone.app.dexterity` 3.2.3.

Another part of this problem has been patched in `plone.app.contenttypes`. See [this advisory](https://github.com/plone/plone.app.contenttypes/security/advisories/GHSA-8pcw-h6w9-h46g).

### Workarounds There are no known workarounds.

This problem was responsibly reported by Aldin Visnjic to the [Plone/Zope Security Team](mailto:security@plone.org). Thank you!

Note: The Plone/Zope Security team felt that the kind of fixes that were needed could be disruptive in corner cases if they were not careful. So they decided to develop the fixes publicly, giving the whole community the chance the review, and giving them the benefit from early feedback.

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI/plone-app-dexterity
Introduced in: 5.0.0Fixed in: 5.0.1
Fixpip install --upgrade 'plone-app-dexterity>=5.0.1'
PyPI/plone-app-dexterity
Introduced in: 4.0.0Fixed in: 4.1.3
Fixpip install --upgrade 'plone-app-dexterity>=4.1.3'
PyPI/plone-app-dexterity
Introduced in: 0Fixed in: 3.2.3
Fixpip install --upgrade 'plone-app-dexterity>=3.2.3'

References