Is buffer overflow/overrun possible in completely managed asp.net c# web application

后端 未结 3 1740
暗喜
暗喜 2021-02-19 20:13

Can there be buffer overflow/overrun vulnerabilities in completely managed asp.net web portal.If yes how can this be tested.

3条回答
  •  盖世英雄少女心
    2021-02-19 20:30

    I had a tool (HP Dev Inspect) detect a possible "Possible Parameter Buffer Overflow" within my ASP.NET app and it was because we didn't have a MaxLength="20" in one of our TextBoxes...

提交回复
热议问题