Lite GUI web interface to analyze lnd data and leverage the backend database for automation tools around rebalancing and other basic maintenance tasks.
MIT License
231
stars
47
forks
source link
Security alert: HTML script injection into the user's browser. #394
As you can see, the name of the node is , and when you click on channel of the node, an alert happens in the browser.
Also, the name of the node appears blank in the list of channels, like this:
So.
The script executed in this example is not very harmful, but imagine somebody changes the name and inject a full harmful script into the users browsers. This can be very harmful.
When opening a channel with a node with html code inside, an injection happens. Try for example to open a channel with this node https://lightningnetwork.plus/nodes/03db10aa09ff04d3568b0621750794063df401e6853c79a21a83e1a3f3b5bfb0c8
As you can see, the name of the node is , and when you click on channel of the node, an alert happens in the browser.
Also, the name of the node appears blank in the list of channels, like this:
So.
The script executed in this example is not very harmful, but imagine somebody changes the name and inject a full harmful script into the users browsers. This can be very harmful.
Please, urgently release a patch.