You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.
The view accepts vote updates as a GET request (actually any kind of request). As such it is trivial to use this to exploit the rating system from any third party site.
Example: site A uses django-ratings to rate some items. On site B add
The view accepts vote updates as a GET request (actually any kind of request). As such it is trivial to use this to exploit the rating system from any third party site.
Example: site A uses django-ratings to rate some items. On site B add
Any user visiting site B will rate the thing on site A.
The effects of this vulneraibility depend mostly on
can_change_vote
andallow_anonymous
.The text was updated successfully, but these errors were encountered: