Skip to content

How to Implement Security Measures to Prevent SQL Injection and XSS in My Web Application?

0

Hi, During a recent security audit of my web application, I received the following message: Enter image description here

My Questions:

  1. What could be the possible cause?
  2. How to resolve it?

Thank you!

1 Answer
0
Accepted Answer

Good day! Great question, one seriously worth investigating and determining the root cause.

You mention a security audit, what was the security audit? And what specific controls were the auditors (or automated scan) looking for?

SQL injection and XSS are server side vulnerabilities existing in web application code, due to lack of user input validation, user input sanitization, or generally accepting the use of scripting / SQL characters (high level). The efforts and remediation will largely be determined by what the scan was reviewing.

Was it doing a code review? Looking for a Web Application Firewall? Was it injecting scripting or SQL code into the web input areas successfully?

I think a bit more detail around that will help return a focused response and really help mitigate that (those?) issue. Thanks!

AWS

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.