Hi All,
A security vulnerability has been found in a library that Play Framework depends on. The vulnerability opens up a denial of service attack to any Play server that serves WebSockets. We recommend any users using WebSockets in their Play applications upgrade to version 3.7.1 of Netty, by adding the following dependency to your build.sbt or Build.scala file:
"io.netty" % "netty" % "3.7.1.Final"
If you are still on Play 2.1.x, you can upgrade to Netty 3.6.9 to get this fix, by adding the following dependency to your Build.scala file:
"io.netty" % "netty" % "3.6.9.Final"
We have also released Play 2.2.3, which has the upgraded Netty 3.7.1. It can be downloaded from:
Regards,
James
--
James Roper
Software Engineer