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
There is some missing parts with validation during delete actor request processing and with simple modification it's possible to remove any actor owned by pub.
This could be done just with replacing object with correct pub actor.uri in any incoming request.
Yeah, deletes are something that confuse me. I see hundreds of them a day on my instance which can’t be validated because they are signed with the credentials of the person who’s been deleted.
Thank you for raising this, I’ll have a think about it
Yep, I get a lot of such requests and it looks like those requests are time sensitive. I was able to fetch the key when pub got the delete account request.
There is some missing parts with validation during
delete actor
request processing and with simple modification it's possible to remove any actor owned bypub
.This could be done just with replacing
object
with correct pubactor.uri
in any incoming request.Request sample
The text was updated successfully, but these errors were encountered: