VYPR

PyPI package

accesscontrol

pkg:pypi/accesscontrol

Vulnerabilities (3)

  • CVE-2024-51734HigNov 4, 2024
    affected < 7.2fixed 7.2

    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. User

  • CVE-2023-41050Sep 6, 2023
    affected < 4.4fixed 4.4

    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

  • CVE-2021-32807Jul 30, 2021
    affected >= 4.0, < 4.3fixed 4.3

    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` se