Y
Hacker News
new
|
ask
|
show
|
jobs
by
svenfaw
1666 days ago
To clarify, why is being able to display an alert a massive security flaw in this context?
2 comments
retube
1666 days ago
The alert itself is harmless, but demonstrates that arbitrary javascript - which could certainly not be harmless - can be injected into the page.
link
mynameismon
1666 days ago
It's not the ability to display alerts that is concerning, but rather, the ability to run untrusted Javascript. This was a proof of concept that showed that it has a serious XSS vulnerability
link
seedie
1666 days ago
For detailed information on what XSS is, how it can be exploited and prevented have a look at the OWASP XSS description
https://owasp.org/www-community/attacks/xss
link