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 when defining header #50

Open
aroly opened this issue Nov 22, 2024 · 1 comment
Open

XSS when defining header #50

aroly opened this issue Nov 22, 2024 · 1 comment

Comments

@aroly
Copy link

aroly commented Nov 22, 2024

Hi there,

AuthAnalyzer is vulnerable to XSS when defining headers to add/replace. If you define a header as X-Foo: <img src='https://xxx'> and start the session, the tag will be rendered, and a GET request will be triggered to the img src. Although the impact is obviously low, I think you should know. And it's visually annoying ;)

image

Cheers,

Antoine

@simioni87
Copy link
Owner

Hi Antoine,
Thank you for pointing this out. However, this is not related to XSS; it is simply an HTML-rendered Java Swing UI element and has no security impact whatsoever. If it bothers you, feel free to implement a fix and submit a pull request.
Kind regards

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

No branches or pull requests

2 participants