Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/technion/wp_breach_patch

A patch to Wordpress that mitigates the BREACH vulnerability
https://github.com/technion/wp_breach_patch

Last synced: 2 months ago
JSON representation

A patch to Wordpress that mitigates the BREACH vulnerability

Awesome Lists containing this project

README

        

wp_breach_patch
===============

A plugin for Wordpress that mitigates the BREACH vulnerability.

Technical
---------
Implements "Mitigation #4" as detailed in the original BREACH paper. Algorithm:

CSRF = OTP || (CSRF ^ OTP)

Installation
------------
There is no configuration associated with this plugin.
Simply copy it to your plugins directory as per typical plugin installation process, then activate it.
You will need to logout of Wordpress and back in to ensure all tokens are regenerated.