GithubHelp home page GithubHelp logo

lionsarmstrong / owasp-csrfguard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aramrami/owasp-csrfguard

0.0 1.0 0.0 3.28 MB

OWASP CSRFGuard 3.1.0

Java 94.28% HTML 1.07% JavaScript 4.65%

owasp-csrfguard's Introduction

IMPORTANT NOTICE

We are working on new version of CSRFGuard including a lot of merge request with goood proposals and also a new code to fix known issues on XSS attacks that bypass CSRFGuard.

Target date for the new relase 4.0 : end of Q2 2020

We need your help. If you want to give few hours of your time to help us please contact me.

OWASP CSRFGuard 3.1.0

http://www.owasp.org/index.php/Category:OWASP_CSRFGuard_Project

BSD License, All rights reserved.

Overview

Welcome to the home of the OWASP CSRFGuard Project! OWASP CSRFGuard is a library that implements a variant of the synchronizer token pattern to mitigate the risk of Cross-Site Request Forgery (CSRF) attacks. The OWASP CSRFGuard library is integrated through the use of a JavaEE Filter and exposes various automated and manual ways to integrate per-session or pseudo-per-request tokens into HTML. When a user interacts with this HTML, CSRF prevention tokens (i.e. cryptographically random synchronizer tokens) are submitted with the corresponding HTTP request. It is the responsibility of OWASP CSRFGuard to ensure the token is present and is valid for the current HTTP request. Any attempt to submit a request to a protected resource without the correct corresponding token is viewed as a CSRF attack in progress and is discarded. Prior to discarding the request, CSRFGuard can be configured to take one or more actions such as logging aspects of the request and redirecting the user to a landing page. The latest release enhances this strategy to support the optional verification of HTTP requests submitted using Ajax as well as the optional verification of referrer headers.

Project Lead

The CSRFGuard project is run by Azzeddine RAMRAMI. He can be contacted at azzeddine.ramrami AT owasp.org.

License

OWASP CSRFGuard 3.1.0 is offered under the BSD license

Using with Maven

OWASP CSRFGuard 3.1.0 will be available on Maven Central. Add the following dependency to your Maven POM file to use the library:

<dependency>
    <groupId>org.owasp</groupId>
    <artifactId>csrfguard</artifactId>
    <version>3.1.0</version>
</dependency>

Building the code

  1. Make sure that you have Apache Maven 3.0.4 or higher installed;
  2. Make sure that you have GPG installed and a secret key generated with it;
  3. Clone this repository locally;
  4. Build the csrfguard project first as cd csrfguard followed by mvn clean install;
  5. Build and run the csrfguard-test project as cd ../csrfguard-test followed by mvn clean package tomcat7:run;
  6. Use a web browser to access http://localhost:8000 to open the home page of the test project.

Uploading to the Maven Central repository

  1. Follow the Sonatype Open-Source Project Maven Repository Usage Guide to create a Sonatype user account;
  2. Next, open a support request to get your newly created username added to the Maven groupId org.owasp;
  3. Once the support request has been completed, follow the instructions in the Sonatype Maven repository usage guide mentioned above to upload new versions to the Maven Central repository.

Email List

You can sign up for the OWASP CSRFGuard email list here.

Last News

An important security fix has been applied to the CSRFGuard version 3.0.

Do a token pre-fetch on every page.

Instead of hard coding the CSRF token, we send a POST request to fetch the token and populate the JS variable.

Thanks to Ahamed Nafeez [email protected] for this fix.

CSRFGuard in Maven Central

You can download a binary version from Maven Central here:

https://oss.sonatype.org/#nexus-search;gav~~csrfguard~~~

Thanks to Trent Schmidt and Joel Orlina (JIRA) for there help.

CSRFGuard integration with a JSF application

Yi SONG create for CSRFGuard project a simple example to demostrate the CSRFGuard integration with a JSF application.

The original JSF project is taken from https://mkyong.com/jsf2/jsf-2-0-hello-world-example/

After integrating with csrfguard, the project has been tested on netbean 8.2 with glassfish 4.1.1

Yi SONG Bio:

Yi SONG received my master of engineering in China in 2006. Then I start work for Axalto, then Gemalto and then Thales till now. He has 3 years experience on smartcard development, 10 years experience on cryptography and hardware security module. Since end of 2018, his work is focusing on web application and cloud.

owasp-csrfguard's People

Contributors

aramrami avatar krasnyanskiy avatar 40rn05lyv avatar hsn10 avatar spoint42 avatar skotfred avatar glitchcube avatar ayomawdb avatar yuri1969 avatar venosov avatar ssrijan avatar mmedjahed avatar itsallvoodoo avatar ilsurih avatar primate-zero avatar cxzero avatar tsenovivan avatar cesarpantoja avatar brunowdev avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.