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
The server will happily execute arbitrary commands sent by the client. Just type in rm -rf foo and it will be ran.
There is some 'mitigration' in that the Websocket server will only accept connections from the same IP address. However, it is impossible to safely expose fabmodules over a network, which is one of the major benefits of a web-based system.
Proposed is to only execute a known subset of commands (enforced by server), not arbitrary stuff.
The text was updated successfully, but these errors were encountered:
The server will happily execute arbitrary commands sent by the client. Just type in
rm -rf foo
and it will be ran.There is some 'mitigration' in that the Websocket server will only accept connections from the same IP address. However, it is impossible to safely expose fabmodules over a network, which is one of the major benefits of a web-based system.
Proposed is to only execute a known subset of commands (enforced by server), not arbitrary stuff.
The text was updated successfully, but these errors were encountered: