SharkTooth
Programmer
I'm doing some testing on a vendor’s web site and ran into the error below. I told the
vendor that displaying this kind of error could give a hacker the information needed to
hack the db or attempt SQL injection attacks etc. (btw this is a bank). The vendor is telling
me that there is no danger in releasing this information on the web site. I thold them they need to display something else.
Assuming you or a hacker had this information, company information and the URL where this
error occurred; do you think these pose a security risk?
vendor that displaying this kind of error could give a hacker the information needed to
hack the db or attempt SQL injection attacks etc. (btw this is a bank). The vendor is telling
me that there is no danger in releasing this information on the web site. I thold them they need to display something else.
Assuming you or a hacker had this information, company information and the URL where this
error occurred; do you think these pose a security risk?
Code:
[COLOR=blue]
Insert statement conflicted with COLUMN CHECK constraint 'AColumnCheckConstraint'.
The conflict occurred in database 'ADatabaseName', table 'ATableName', column 'PaymentAmount'..,
PaymentXML: 10056AWEBWEB01-4858538-14 ... WEBSERVERNAME ...
[/color]