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 at dashboard #1441

Closed
oguzhantopcu opened this issue May 22, 2019 · 1 comment
Closed

xss at dashboard #1441

oguzhantopcu opened this issue May 22, 2019 · 1 comment

Comments

@oguzhantopcu
Copy link

oguzhantopcu commented May 22, 2019

image

The POC is pretty simple.

        public void Xss()
        {
            BackgroundJob.Enqueue<HomeController>(c => Xss2());
        }

        public void Xss2()
        {
            throw new Exception("<script>alert(1);</script>");
        }
@odinserj
Copy link
Member

odinserj commented May 23, 2019

@oguzhantopcu thanks for reporting this. The issue was fixed in versions 1.7.3 and 1.6.26 in few minutes.

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

No branches or pull requests

2 participants