Summary
Bugs in list permission checks allows users in a multi-user environment to access to lists (which they don't have access to) under different scenarios. This only affects multi-user environments with untrusted users.
A single CVE is assigned to reports of the same issue across multiple hotpaths from multiple authors listed below:
- Send test e-mails to subscribers in lists that a user does not have access to - @PratikKaran23 @VarshankNaik
- Import subscribers from a CSV to a list a user doesn't have access to - @PratikKaran23
- Bulk management options on the UI (modify, reassign, blocklist) on subscribers in a list a user doesn't have access to - @Amemoyoi
- Export subscriber info JSON from admin of a subscriber in a list a user doesn't have access to - @Amemoyoi
These all stem from the same class of permission check issue which is now fixed in a single commit: 347f597. Upgrade to v6.1.0 to fix.
Summary
Bugs in list permission checks allows users in a multi-user environment to access to lists (which they don't have access to) under different scenarios. This only affects multi-user environments with untrusted users.
A single CVE is assigned to reports of the same issue across multiple hotpaths from multiple authors listed below:
These all stem from the same class of permission check issue which is now fixed in a single commit: 347f597. Upgrade to
v6.1.0to fix.