Click here to Skip to main content
15,888,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Help with a static class Pin
Sascha Lefèvre20-May-15 4:22
professionalSascha Lefèvre20-May-15 4:22 
GeneralRe: Help with a static class Pin
Stephen Holdorf20-May-15 4:28
Stephen Holdorf20-May-15 4:28 
GeneralRe: Help with a static class Pin
Sascha Lefèvre20-May-15 4:34
professionalSascha Lefèvre20-May-15 4:34 
GeneralRe: Help with a static class Pin
Stephen Holdorf20-May-15 4:40
Stephen Holdorf20-May-15 4:40 
GeneralRe: Help with a static class Pin
Sascha Lefèvre20-May-15 4:43
professionalSascha Lefèvre20-May-15 4:43 
GeneralRe: Help with a static class Pin
Stephen Holdorf20-May-15 4:45
Stephen Holdorf20-May-15 4:45 
GeneralRe: Help with a static class Pin
Sascha Lefèvre20-May-15 4:54
professionalSascha Lefèvre20-May-15 4:54 
GeneralRe: Help with a static class Pin
Stephen Holdorf20-May-15 5:21
Stephen Holdorf20-May-15 5:21 
Here is the error log posting:

89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') App_Code.dll loader.cs: 445 1 Open none

Attack Vector: system_data_dll.System.Data.IDbCommand.ExecuteScalar

Description: This database query contains a SQL injection flaw. The call to system_data_dll.System.Data.IDbCommand.ExecuteScalar() constructs a dynamic SQL query using a variable derived from user-supplied input. An attacker could exploit this flaw to execute arbitrary SQL queries against the database. ExecuteScalar() was called on the command object, which contains tainted data. The tainted data originated from earlier calls to system_data_dll.system.data.common.dbcommand.executereader, system_web_dll.system.web.httprequest.get_params, system_web_dll.system.web.httprequest.get_form, app_code_dll.tamis.webservice.reportingservice.uicforecastsummaryfybyuic, app_code_dll.tamis.webservice.reportingservice.uicforecastsummaryfy, app_code_dll.tamis.webservice.reportingservice.uicdailyexpended, app_code_dll.tamis.webservice.reportingservice.macomsummarybymonthbyfy, app_code_dll.tamis.webservice.reportingservice.macomsummarybyfy, app_code_dll.tamis.webservice.reportingservice.expendituresbyaccount, app_code_dll.tamis.webservice.reportingservice.currentauthorizations, and app_code_dll.tamis.business.e581.validator.isdocnumvalid.

Remediation: Avoid dynamically constructing SQL queries. Instead, use parameterized prepared statements to prevent the database from interpreting the contents of bind variables as part of the query. Always validate user-supplied input to ensure that it conforms to the expected format, using centralized data validation routines when possible.
GeneralRe: Help with a static class Pin
Sascha Lefèvre20-May-15 5:26
professionalSascha Lefèvre20-May-15 5:26 
GeneralRe: Help with a static class Pin
jkirkerx20-May-15 6:55
professionaljkirkerx20-May-15 6:55 
SuggestionRe: Help with a static class Pin
Richard Deeming20-May-15 7:08
mveRichard Deeming20-May-15 7:08 
GeneralRe: Help with a static class Pin
jkirkerx20-May-15 8:10
professionaljkirkerx20-May-15 8:10 
GeneralRe: Help with a static class Pin
Richard Deeming20-May-15 8:20
mveRichard Deeming20-May-15 8:20 
GeneralRe: Help with a static class Pin
jkirkerx20-May-15 9:15
professionaljkirkerx20-May-15 9:15 
GeneralRe: Help with a static class Pin
Stephen Holdorf21-May-15 2:50
Stephen Holdorf21-May-15 2:50 
QuestionProblem With ASP.Net Webform using JQuery AJAX Pin
MadDashCoder14-May-15 23:09
MadDashCoder14-May-15 23:09 
AnswerRe: Problem With ASP.Net Webform using JQuery AJAX Pin
F-ES Sitecore14-May-15 23:33
professionalF-ES Sitecore14-May-15 23:33 
QuestionASP.NET web forms label set by jquery not updated in database Pin
spirospap13-May-15 15:27
spirospap13-May-15 15:27 
AnswerRe: ASP.NET web forms label set by jquery not updated in database Pin
F-ES Sitecore13-May-15 22:32
professionalF-ES Sitecore13-May-15 22:32 
QuestionASP.NET WebDav file upload Pin
candogu12-May-15 21:21
candogu12-May-15 21:21 
AnswerRe: ASP.NET WebDav file upload Pin
Richard Deeming13-May-15 1:28
mveRichard Deeming13-May-15 1:28 
QuestionBest method of delegating password resets Pin
sczii11-May-15 16:10
sczii11-May-15 16:10 
QuestionTextbox in Updatepanel doesnt submit text Pin
senglory7-May-15 21:46
senglory7-May-15 21:46 
AnswerRe: Textbox in Updatepanel doesnt submit text Pin
jkirkerx8-May-15 11:37
professionaljkirkerx8-May-15 11:37 
GeneralRe: Textbox in Updatepanel doesnt submit text Pin
senglory8-May-15 21:25
senglory8-May-15 21:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.