Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XSS vulnerability when rendering f:display for beans #278

Closed
sbglasius opened this issue May 24, 2018 · 1 comment
Closed

XSS vulnerability when rendering f:display for beans #278

sbglasius opened this issue May 24, 2018 · 1 comment
Labels

Comments

@sbglasius
Copy link
Member

From @ilopmar

We've received a XSS vulnerability report that it's caused by the Fields plugin. It's pretty easy to reproduce the issue (the user also provided a sample project), just a domain class with a String property with the value "Test1<script>alert('XSS');</script>". Then using the default scaffolding the alert is displayed in both list and show pages.

@sbglasius sbglasius added the bug label May 24, 2018
@sbglasius
Copy link
Member Author

Fixed in #277

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant