jfinal_cms icon indicating copy to clipboard operation
jfinal_cms copied to clipboard

XSS vulnerability1 in jfinal_cms 5.1.0

Open Townmacro opened this issue 3 years ago • 0 comments

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 : test1" onmouseover="alert(document.cookie) 202207181054488

Successfully executed malicious XSS code: 202207181100094

Townmacro avatar Jul 18 '22 04:07 Townmacro