Cross-Site Request Forgery (CSRF) in hdinnovations/unit3d-community-edition
Reported on
Nov 29th 2021
Description
Very low severity CSRF in /comments/thanks/{id}
Proof of Concept
<a href="http://[UNIT3D-URL]/comments/thanks/{id}">CLICK ME!</a>
Impact
This vulnerability is capable of tricking users to send quick thanks. Can potentially trick users to infringe rate limits and get themselves banned via a repeated CSRF attack if admins choose to set SameSite=None.