Forum Discussion

Joe_M's avatar
Joe_M
Icon for Nimbostratus rankNimbostratus
May 10, 2013

CVE-2012-0053 Mitigation iRule

Not sure if this actually works or not, but here you go!

 

when HTTP_RESPONSE {

 

if { [HTTP::status] == "400" } {

 

HTTP::header remove "Set-Cookie"

 

log local0. "CVE-2012-0053 Mitigation"

 

}

 

}

 

1 Reply

  • For those that want to see the exploit courtesy of Jonathan Simon Prates via Youtube (http://www.youtube.com/watch?v=Hrt32bPuxBA)

     

     

    The Bhattman