jbruinaud / WebGoatNet

WebGoat .Net for demos
0 stars 0 forks source link

CX Information_Exposure_Through_an_Error_Message @ WebGoatCoins/MainPage.aspx.cs [master] #124

Open jbruinaud opened 4 years ago

jbruinaud commented 4 years ago

Information_Exposure_Through_an_Error_Message issue exists @ WebGoatCoins/MainPage.aspx.cs in branch master

Method btnUpload_Click, at line 52 of WebGoatCoins\MainPage.aspx.cs, handles an Exception or runtime Error Message. During the exception handling code, the application exposes the exception details to Text, in method btnUpload_Click of WebGoatCoins\MainPage.aspx.cs, line 52.

Severity: Low

CWE:209

Checkmarx

Lines: 64


Code (Line #64):

                    labelUpload.Text = "Upload Failed: " + ex.Message;

jbruinaud commented 4 years ago

Issue still exists.

SUMMARY

Issue has total 1 vulnerabilities left to be fix (Please scroll to the top for more information)