Error!
Success!

OWASP Top 10 for .NET devs part 8: Failure to Restrict URL Access

0
kicks

OWASP Top 10 for .NET devs part 8: Failure to Restrict URL Access  (Unpublished)

What makes this particular risk so dangerous is that not only can it be used to very, very easily exploit an application, it can be done so by someone with no application security competency – it’s simply about accessing a URL they shouldn’t be. On the positive side, this is also a fundamentally easy exploit to defend against. ASP.NET provides both simple and efficient mechanisms to authenticate users and authorise access to content. In fact the framework wraps this up very neatly within the provider model which makes securing applications an absolute breeze.


Kicked By:
Drop Kicked By: