Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access clear method of acl_users.data #159

Closed
n1k9 opened this issue Oct 31, 2024 · 1 comment
Closed

Access clear method of acl_users.data #159

n1k9 opened this issue Oct 31, 2024 · 1 comment
Assignees

Comments

@n1k9
Copy link

n1k9 commented Oct 31, 2024

When you try to access /acl_users/data/clear via HTTP without any privileges, collections.UserDict.clear() method is started.
This deletes all users in User Folder.

I tried to change User Folder security, but I did not change cleaning effect.

It seems that we have no restrictions on the access to the UserFolder.data attribute (PersistentMapping -> UserDict)

There are any activities to prevent this?

@dataflake dataflake self-assigned this Nov 4, 2024
@dataflake
Copy link
Member

This is fixed in AccessControl version 7.2 and Zope 5.11.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@dataflake @n1k9 and others