Skip to content

Remote Code Execution via traversal in TAL expressions

Moderate severity GitHub Reviewed Published May 21, 2021 in zopefoundation/Zope • Updated Jan 9, 2023

Package

pip Zope (pip)

Affected versions

< 4.6
>= 5.0, < 5.2

Patched versions

4.6
5.2

Description

Impact

Most Python modules are not available for using in TAL expressions that you can add through-the-web, for example in Zope Page Templates. This restriction avoids file system access, for example via the 'os' module. But some of the untrusted modules are available indirectly through Python modules that are available for direct use.

By default, you need to have the Manager role to add or edit Zope Page Templates through the web. Only sites that allow untrusted users to add/edit Zope Page Templates through the web are at risk.

Patches

The problem has been fixed in Zope 5.2 and 4.6.

Workarounds

A site administrator can restrict adding/editing Zope Page Templates through the web using the standard Zope user/role permission mechanisms. Untrusted users should not be assigned the Zope Manager role and adding/editing Zope Page Templates through the web should be restricted to trusted users only.

For more information

If you have any questions or comments about this advisory:

References

@dataflake dataflake published to zopefoundation/Zope May 21, 2021
Reviewed May 21, 2021
Published to the GitHub Advisory Database Jun 18, 2021
Last updated Jan 9, 2023

Severity

Moderate
6.8
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
High
Privileges required
Low
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N

Weaknesses

CVE ID

No known CVE

GHSA ID

GHSA-5pr9-v234-jw36

Source code

No known source code
Checking history
See something to contribute? Suggest improvements for this vulnerability.