Accesscontrol
Approved changes feed: RSS · Atom
cpe:2.3:a:zope:accesscontrol:*:*:*:*:*:*:*:*
part: a version: * update: *
| Vendor | Zope (400d8950-2847-5748-8fcd-7612c2170a9a) |
|---|---|
| Product | Accesscontrol (36edc3a8-ab1b-5394-a78e-a61ea8f79143) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from purl2cpe mapping |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
pkg:github/zopefoundation/accesscontrol |
purl2cpe | 2026-06-01 10:18:06.889272 |
pkg:pypi/accesscontrol |
purl2cpe | 2026-06-01 10:18:06.889277 |
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2024-51734 |
vulnerable | 2026-06-08 06:52:12.719707 |
User data deletion by anoynmous users in Zope
Zope AccessControl provides a general security framework for use in Zope. In affected versions anonymous users can delete the user data maintained by an `AccessControl.userfolder.UserFolder` which may prevent any privileged access. This problem has been fixed in version 7.2. Users are advised to upgrade. Users unable to upgrade may address the issue by adding `data__roles__ = ()` to `AccessControl.userfolder.UserFolder`.
Published: 2024-11-04T22:25:22.076Z
Updated: 2025-01-22T20:12:19.451Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-41050 |
vulnerable | 2026-06-08 06:11:05.049330 |
Information disclosure through Python's "format" functionality in Zope AccessControl
MEDIUM (6.8)
AccessControl provides a general security framework for use in Zope. Python's "format" functionality allows someone controlling the format string to "read" objects accessible (recursively) via attribute access and subscription from accessible objects. Those attribute accesses and subscriptions use Python's full blown `getattr` and `getitem`, not the policy restricted `AccessControl` variants `_getattr_` and `_getitem_`. This can lead to critical information disclosure. `AccessControl` already provides a safe variant for `str.format` and denies access to `string.Formatter`. However, `str.format_map` is still unsafe. Affected are all users who allow untrusted users to create `AccessControl` controlled Python code and execute it. A fix has been introduced in versions 4.4, 5.8 and 6.2. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Published: 2023-09-06T17:58:10.510Z
Updated: 2024-09-26T15:19:50.945Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-32811 |
vulnerable | 2026-06-08 05:32:08.088328 |
Remote Code Execution via Script (Python) objects under Python 3
HIGH (7.5)
Zope is an open-source web application server. Zope versions prior to versions 4.6.3 and 5.3 have a remote code execution security issue. In order to be affected, one must use Python 3 for one's Zope deployment, run Zope 4 below version 4.6.3 or Zope 5 below version 5.3, and have the optional `Products.PythonScripts` add-on package installed. By default, one must have the admin-level Zope "Manager" role to add or edit Script (Python) objects through the web. Only sites that allow untrusted users to add/edit these scripts through the web are at risk. Zope releases 4.6.3 and 5.3 are not vulnerable. As a workaround, a site administrator can restrict adding/editing Script (Python) objects through the web using the standard Zope user/role permission mechanisms. Untrusted users should not be assigned the Zope Manager role and adding/editing these scripts through the web should be restricted to trusted users only. This is the default configuration in Zope.
Published: 2021-08-02T21:55:11.000Z
Updated: 2024-08-03T23:33:55.955Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-32807 |
vulnerable | 2026-06-08 05:32:08.069716 |
Remote Code Execution via unsafe classes in otherwise permitted modules
MEDIUM (4.4)
The module `AccessControl` defines security policies for Python code used in restricted code within Zope applications. Restricted code is any code that resides in Zope's object database, such as the contents of `Script (Python)` objects. The policies defined in `AccessControl` severely restrict access to Python modules and only exempt a few that are deemed safe, such as Python's `string` module. However, full access to the `string` module also allows access to the class `Formatter`, which can be overridden and extended within `Script (Python)` in a way that provides access to other unsafe Python libraries. Those unsafe Python libraries can be used for remote code execution. By default, you need to have the admin-level Zope "Manager" role to add or edit `Script (Python)` objects through the web. Only sites that allow untrusted users to add/edit these scripts through the web - which would be a very unusual configuration to begin with - are at risk. The problem has been fixed in AccessControl 4.3 and 5.2. Only AccessControl versions 4 and 5 are vulnerable, and only on Python 3, not Python 2.7. As a workaround, a site administrator can restrict adding/editing `Script (Python)` objects through the web using the standard Zope user/role permission mechanisms. Untrusted users should not be assigned the Zope Manager role and adding/editing these scripts through the web should be restricted to trusted users only. This is the default configuration in Zope.
Published: 2021-07-30T21:20:11.000Z
Updated: 2024-08-03T23:33:55.893Z |
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.