|
|
Line 23: |
Line 23: |
| | | |
| | | |
− | [[Category:OWASP_Project|Cross-Site Request Forgery Project]] | + | [[Category:OWASP_Project|Cross-Site Request Forgery]] |
| [[Category:OWASP_Tool]] | | [[Category:OWASP_Tool]] |
| [[Category:OWASP_Alpha_Quality_Tool]] | | [[Category:OWASP_Alpha_Quality_Tool]] |
Revision as of 18:18, 13 May 2011
Main
Please fill in here as you find best.
Paulo Coimbra
OWASP Project Manager
CSRFGuard/Java
PROJECT INFO What does this OWASP project offer you?
|
RELEASE(S) INFO What releases are available for this project?
|
what
|
is this project?
|
Name: OWASP CSRFGuard Project (home page)
|
Purpose: 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.
|
License: BSD
|
who
|
is working on this project?
|
Project Leader(s):
|
how
|
can you learn more?
|
Project Pamphlet: Not Yet Created
|
Project Presentation:
|
Mailing list: Mailing List Archives
|
Project Roadmap: View
|
Main links:
|
Key Contacts
|
|
|
|
|
CSRFGuard/PHP
PROJECT INFO What does this OWASP project offer you?
|
RELEASE(S) INFO What releases are available for this project?
|
what
|
is this project?
|
Name: OWASP PHP CSRF Guard Project (home page)
|
Purpose: If you need to protect against CSRF attacks in your code, this little helper can reduce the risk.
|
License: Creative Commons Share Alike 2.5
|
who
|
is working on this project?
|
Project Leader(s): N/A
|
Project Contributor(s):
|
how
|
can you learn more?
|
Project Pamphlet: Not Yet Created
|
Project Presentation:
|
Mailing list: N/A
|
Project Roadmap: View
|
Key Contacts
|
|
- Contact the GPC to contribute to this project
- Contact the GPC to review or sponsor this project
|
|
|
CSRFGuard/.Net
PROJECT INFO What does this OWASP project offer you?
|
RELEASE(S) INFO What releases are available for this project?
|
what
|
is this project?
|
Name: OWASP .Net CSRF Guard Project (home page)
|
Purpose: It seems that the root cause of CSRF is cookie-based session IDs that get auto-sent by the browser with each request. What CSRFGuard (Java and this .Net version) therefore try to do is to allow one to continue using Cookie-based sessions by layering on top of this yet another session token that isn't sent in a cookie to essentially attempt to authenticate the HTML page contents and links as belonging to a legitimate session.
|
License: GNU Lesser GPL
|
who
|
is working on this project?
|
Project Leader(s):
|
how
|
can you learn more?
|
Project Pamphlet: Not Yet Created
|
Project Presentation:
|
Mailing list: N/A
|
Project Roadmap: View
|
Main links:
|
Key Contacts
|
|
|
|
|
CSRF/Prevention Cheat Sheet
PROJECT INFO What does this OWASP project offer you?
|
RELEASE(S) INFO What releases are available for this project?
|
what
|
is this project?
|
Name: OWASP CSRF Prevention Cheat Sheet (home page)
|
Purpose: N/A
|
License: N/A
|
who
|
is working on this project?
|
Project Leader(s): N/A
|
how
|
can you learn more?
|
Project Pamphlet: Not Yet Created
|
Project Presentation:
|
Mailing list: N/A
|
Project Roadmap: Not Yet Created
|
Key Contacts
|
|
- Contact the GPC to contribute to this project
- Contact the GPC to review or sponsor this project
|
|
|