Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-4hpj-8rhv-9x87

Опубликовано: 05 июл. 2023
Источник: github
Github: Прошло ревью
CVSS4: 8.7
CVSS3: 7.5

Описание

Products.CMFCore unauthenticated denial of service and crash via unchecked use of input with Python's marshal module

Impact

The use of Python's marshal module to handle unchecked input in a public method on PortalFolder objects can lead to an unauthenticated denial of service and crash situation. The code in question is exposed by all portal software built on top of Products.CMFCore, such as Plone. All deployments are vulnerable.

Patches

The code has been fixed in Products.CMFCore version 3.2.

Workarounds

Users can make the affected decodeFolderFilter method unreachable by editing the PortalFolder.py module in Products.CMFCore by hand and then restarting Zope. Go to line 233 of PortalFolder.py and remove both the @security.public decorator for decodeFolderFilter as well as the method's entire docstring. This is safe because the method is not actually used by current code.

References

Credits

Thanks go to Nicolas VERDIER from onepoint.

For more information

If you have any questions or comments about this advisory:

Пакеты

Наименование

Products.CMFCore

pip
Затронутые версииВерсия исправления

>= 3.0, < 3.2

3.2

Наименование

Products.CMFCore

pip
Затронутые версииВерсия исправления

< 2.7.1

2.7.1

EPSS

Процентиль: 44%
0.00218
Низкий

8.7 High

CVSS4

7.5 High

CVSS3

Дефекты

CWE-770

Связанные уязвимости

CVSS3: 7.5
nvd
больше 2 лет назад

Products.CMFCore are the key framework services for the Zope Content Management Framework (CMF). The use of Python's marshal module to handle unchecked input in a public method on `PortalFolder` objects can lead to an unauthenticated denial of service and crash situation. The code in question is exposed by all portal software built on top of `Products.CMFCore`, such as Plone. All deployments are vulnerable. The code has been fixed in `Products.CMFCore` version 3.2.

EPSS

Процентиль: 44%
0.00218
Низкий

8.7 High

CVSS4

7.5 High

CVSS3

Дефекты

CWE-770