Is ASP.NET MVC vulnerable to the oracle padding attack?

后端 未结 6 877
忘掉有多难
忘掉有多难 2020-12-25 15:22

Is ASP.NET MVC 2 vulnerable to the oracle padding attack? If so, what workaround should be implemented? The instructions on Scott Gu\'s blog appear to only be for Webforms

6条回答
  •  忘掉有多难
    2020-12-25 16:00

    Yes - linkage to the comment by Scott Guthrie.

    Saturday, September 18, 2010 9:00 PM by ScottGu

    @Vijay,

    Will the ASP.NET MVC too get affected?

    Yes - all versions of ASP.NET are affected, including ASP.NET MVC.

    Thanks,

    Scott

    I see that you've seen the comment, but if you run the vbs script on your server, it should tell you if it's still a problem.

    Edit: Also, Scott has discussed FAQs in a new post here.

提交回复
热议问题