-
Notifications
You must be signed in to change notification settings - Fork 25
sockets for redirections are not using any security #30
Comments
One way to fix that would be to also connect from the client to outbash.exe for redirection sockets (and not what is done for now in v0.9 and current HEAD: the reverse direction)
Or I could implement custom security inband for redirection sockets -- but I'd rather not. |
Or the client could wait for a confirmation of outbash.exe before starting redirection forwarding. outbash.exe would not confirm before successful connection to redirection port. (Each redirection port is exclusively owned by the client.) |
3cfe57d partially mitigates the risk for now. Further commits will eliminate it -- they will probably be backward incompatible at protocol level. |
b4a8cf4 does not change the situation for now, but prepare for further changes that will. |
5383b61 finishes to fix this issue. A new release will be published soon. |
Fixed in release v0.10 |
So there is still a risk when used on a multi user computer for now...
The text was updated successfully, but these errors were encountered: