Affected version: <= 3.3.0 (all versions yet)
Including Custom Edition I guess.
Usage of "v-html" tag should be really careful in vue. I found several unsafe usage in bbs-go webpage which data source might be from any user. It's necessary to filter the rich text before it is posted to the client. Otherwise it will be dangerous.
Here is the XSS attack example screenshot (one of them) :
And the unsafe "v-html" tag for topic content (one of them) :
I will report the poc code after mlogclub team confirm and fix this defect.
The text was updated successfully, but these errors were encountered:
Affected version: <= 3.3.0 (all versions yet)
Including Custom Edition I guess.
Usage of "v-html" tag should be really careful in vue. I found several unsafe usage in bbs-go webpage which data source might be from any user. It's necessary to filter the rich text before it is posted to the client. Otherwise it will be dangerous.
Here is the XSS attack example screenshot (one of them) :
And the unsafe "v-html" tag for topic content (one of them) :
I will report the poc code after mlogclub team confirm and fix this defect.
The text was updated successfully, but these errors were encountered: