A client-side attack is a security breach that happens on the client side. Examples include installing malware on your device or banking credentials being stolen by third-party sites.
- What is client-side attack vs server-side attack?
- What is the most common form of client-side attacks?
- What is client-side vulnerabilities?
What is client-side attack vs server-side attack?
Client-Side Attacks Defined
Whereas server-side attacks seek to compromise and breach the data and applications that are present on a server, client-side attacks specifically target the software on the desktop itself.
What is the most common form of client-side attacks?
Taking advantage of cross-site scripting (XSS) is one of the most common ways for bad actors to launch a client-side attack, since estimates show approximately 53% of web applications are affected by this vulnerability.
What is client-side vulnerabilities?
A client-side resource manipulation vulnerability is an input validation flaw. It occurs when an application accepts user-controlled input that specifies the path of a resource such as the source of an iframe, JavaScript, applet, or the handler of an XMLHttpRequest.