A review on Cross Site Request Forgery Prevention System

  • Ms.Diksha P. Meshram et. al.

Abstract

The web has become an indispensable part of our lives. Unfortunately, as our dependency on the web increases, so does the interest of attackers in exploiting web applications and web-based information systems. Previous work in the ?eld of web application security has mainly focused on the mitigation of Cross Site Scripting) and SQL injection attacks. In contrast, Cross Site Request Forgery attacks  have not received much attention. In an attack, the trust of a web application in its authenticated users is exploited by letting the attacker make arbitrary HTTP requests on behalf of a victim user. The problem is that web applications typically act upon such requests without verifying that the performed actions are indeed intentional. Because is a relatively new security problem, it is largely unknown by web application developers. As a result, there exist many web applications that are vulnerable to attacks. Unfortunately, existing mitigation approaches are time-consuming and error-prone, as they require manual effort to integrate defense techniques into existing systems. In this paper, we present a solution that provides a completely automatic protection from attacks. More precisely, our approach is based on a server-side proxy that detects and prevents attacks in a way that is transparent to users as well as to the web application itself. We provide experimental results that demonstrate that we can use our prototype to secure a number of popular open-source web applications, without negatively affecting their behavior.

Published
2019-12-15