jbruinaud / WebGoatNet

WebGoat .Net for demos
0 stars 0 forks source link

CX Information_Exposure_Through_an_Error_Message @ WebGoatCoins/ProductDetails.aspx.cs [master] #159

Open jbruinaud opened 4 years ago

jbruinaud commented 4 years ago

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

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

Severity: Low

CWE:209

Checkmarx

Lines: 48


Code (Line #48):

                lblMessage.Text = 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)