security - Can XSS be executed on server? -


hi xss attack treated attack client's machine. there way make xss attack on server ?

i want know there way execute code on server using client side interface in case of sql injection, here not database server simple web server or application server.

sometimes, it's possible use xss vector trigger , leverage cross-site request forgery (csrf) attacks.

having xss on website having control on javascript user execute when visiting it. if administrator stumbles upon xss code (either sending malicious link or means of stored xss), might him or execute requests or actions on webserver normal user wouldn't have access to. if know webpage layout enough, can request webpages on visitor's behalf (backends, user lists, etc.), , have results sent (exfiltrated) anywhere on internet.

you can use more advanced attack frameworks such beef attempt exploit vulnerabilities in visitor's browser. if visitor in question website administrator, might yield interesting information further attack webserver.

xss per se won't allow execute code on server, it's great vector leverage other vulnerabilities present on web application.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -