You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify the call to the listen function to include the host parameter such as app.listen(port, "127.0.0.1") . This will ensure that only attackers on the same network cannot access the local server
Actual behavior
The lisk desktop application launches a local web server on port 5659 that is exposed on all interfaces.
Expected behavior
Modify the call to the listen function to include the host parameter such as app.listen(port, "127.0.0.1") . This will ensure that only attackers on the same network cannot access the local server
Actual behavior
The lisk desktop application launches a local web server on port 5659 that is exposed on all interfaces.
Steps to reproduce
lisk-desktop/app/server.js
Lines 4 to 26 in 8238f41
The text was updated successfully, but these errors were encountered: