开发者

Security scan finds httpOnly cookies in ASP.NET application even when disabled

开发者 https://www.devze.com 2022-12-11 12:16 出处:网络
I have tried to enable httpOnly cookies in my WSS 3.0 forms-authentication application using the web.config tag. A Cenzic Hailstorm security scan report claims that cookies are being produced with the

I have tried to enable httpOnly cookies in my WSS 3.0 forms-authentication application using the web.config tag. A Cenzic Hailstorm security scan report claims that cookies are being produced with the flag off, including the .ASPXAUTH cookie, one related to Discovery.asmx, and one related to WSS_AccessibiltyFeature. Here are开发者_Python百科 my questions:

  1. Is there some way the scan could be mistaken?
  2. Is there something I do not understand about how the cookies are created? Are these exempt from the httpOnly flag?
  3. Is there a way to verify myself that the cookies are coming out as httpOnly? I am aware of the Watcher add-on for Fiddler but I have had not been able to get that to work (I am communicating with the developer). Surely there is something else that can examine the cookie.


Actually, you can use Fiddler to look at the Raw source of your HTTP request. That should tell you about the httpOnly cookies.

See more about this here: http://www.codinghorror.com/blog/archives/001167.html

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号