A function design defect of the moment network leads to cross-site Request Forgery (CSRF) (can lead to full-site worm propagation with POC)
Cross-Site Request Forgery (CSRF) due to functional design defects such as transient network fragmentation (can lead to whole-site worm propagation with POC)
It is estimated that CSRF attacks are not supported in many parts of the entire site. This section describes the vulnerabilities with the fragment function.
See poc.
<Html>
Method of exploits: First open pianke. me and then open this poc page, you can successfully send fragments with the content of "test.
As for [worms]
You can use the insite email interface to send insite emails by traversing the user ID.
URL: http://pianke.me/api/message/send ::postmessage subject: withuid?user id&content=pocaddress
Solution: 1. The verification code is considered to be the most concise and effective defense method against CSRF attacks.
2. Referer Check.
3. Anti CSRF Token.