A security review was conducted for one of our ASP.net applications, and SQL Injection Exposures, which are considered high-risk, were returned in the test results.
The test passed the SQL statement as the values __EVENTTARGET and __EVENTARGUMENT. I am interested, since these 2 values are ASP.net automatic generated hidden fields used for the Auto-Postback function in the structure, and contain information related to the controls that trigger the postback, is there really potential for SQL injection if you never manually calling or pulling values from these parameters in your code?
source
share