Invicti detected that MAC validation is disabled in ViewState data.
An attacker can tamper with the application's state variables located in the ViewState data structure.
ASP.NET uses a hash code-based integrity solution called "ViewStateMac" to protect ViewState parameters against tampering attacks. You can implement this solution on a page or application level.
<%@Page EnableViewStateMAC=true %>
<System.Web> <pages enableViewStateMac="true"> </System.Web>

You can search and find all vulnerabilities
