Forum Discussion

Pat_72778's avatar
Pat_72778
Icon for Nimbostratus rankNimbostratus
Sep 25, 2007

CRSF Vulnerability

Not sure where the ASM Module Forum is -- but wondering if anyone has tried to prevent Cross Site Request Forgery through iRules or know if F5 is developing a solution for ASM.

 

 

There is what looks like a good proxy based solution published at:

 

 

http://www.seclab.tuwien.ac.at/papers/noforge.pdf

 

 

More on CRSF or XRSF

 

http://en.wikipedia.org/wiki/Cross-site_request_forgery

 

 

 

Pat

1 Reply

  • I'll add that ASM is designed to protect against XSRF, XSS (and many other) attacks using both positive and negative validation of requests. There are character sets which define valid characters in parameter names, parameter values, headers and the object. There are a set of default regular expressions against these same components which validate the request does not contain malicious patterns. Custom regexes can be added as well. ASM also enforces length restrictions which limit how big the total request, header, parameter and parameter values can be.

     

     

    iRules can help provide good specific security. ASM provides a more comprehensive package of validations and protection. I would imagine you could talk with an F5 salesperson to get more specifics on ASM.

     

     

    Aaron