Impact
An malicious user can send DELETE request to the account deletion endpoint from another server without CSRF enabled on the endpoint. Certain conditions needs to be met such as
- The user account must be authenticated and within an active session
- The user is tricked to deleting their own account by clicking on an action button
Note: This kind of attack would be challenging without the conditions being present.
Patches
- Issue has been fixed on v4.2.8
Impact
An malicious user can send DELETE request to the account deletion endpoint from another server without CSRF enabled on the endpoint. Certain conditions needs to be met such as
Note: This kind of attack would be challenging without the conditions being present.
Patches