Can XSS holes allow command execution?
XSS holes can allow Javascript insertion, which may allow for limited execution. If an attacker were to exploit a browser flaw (browser hole) it could then be possible to execute commands on the client’s side. If command execution were possible it would only be possible on the client side. In simple terms XSS holes can be used to help exploit other holes that may exist in your browser.
XSS holes can allow JavaScript insertion, which may allow for limited execution. If an attacker were to exploit a browser flaw (browser hole), it could then be possible to execute commands on the client’s side. If command execution were possible, it would only be possible on the client side. In simple terms, XSS holes can be used to help exploit other holes that may exist in your browser.