This question is about if any technologies used by a web browser (HTTP, TCP, JavaScript, etc.) can be used to push a binary file from the web server to a random folder on the client.
This is for a security discussion at work about the dangers in web browser JavaScript. We already have Windows OS Script Host disabled on the machines so the OS-JavaScript/VBScript should not be a risk.
And being that web browser JavaScript runs inside a sandbox, it should not be possible to use it save a random binary on the client machine, or am I wrong in this? Are any of the browser technologies a known vector for this?