Play Framework Security Advisory

XSS

Date

01 March 2016

Description

An XSS vulnerability has been found in the Secure module login page.

Impact

Any application that uses the default login page of the Secure module .

Affected Versions

Workarounds

Change modules\secure\app\views\Secure\login.html

&{flash.error} 

to

${messages.get(flash.error)}

and

&{flash.success} 

to

${messages.get(flash.success)}

Fixes

Upgrade to the appropriate version below:

Acknowledgements

Credit for finding this vulnerability goes to Ricardo Martín from ElevenPaths.