You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a stored XSS vulnerability in JFinal_cms 's publish blog module. An attacker could insert malicious XSS code into the post title. When users and administrators view the blog post, the malicious XSS code is triggered successfully.
First register a user to test it, then go to the submit blog post page and insert the malicious XSS code in the subject field
There is a stored XSS vulnerability in JFinal_cms 's publish blog module. An attacker could insert malicious XSS code into the post title. When users and administrators view the blog post, the malicious XSS code is triggered successfully.
First register a user to test it, then go to the submit blog post page and insert the malicious XSS code in the subject field
Payload :
![202207181054488](https://user-images.githubusercontent.com/58295122/179446195-1986fe5b-e79f-4ce8-b472-aba00ccde3ca.png)
test1" onmouseover="alert(document.cookie)
Successfully executed malicious XSS code:
![202207181100094](https://user-images.githubusercontent.com/58295122/179446206-a881f5d2-82c6-430c-8d3e-a6ebacfb3676.png)
The text was updated successfully, but these errors were encountered: