1.

What Is An Injection Attack?

Answer»

SQL injection attacks are attempts by malicious users to access or alter DATABASE information available only to the WEB application. XPath injection attacks are attempts to access or alter XML data.

ATTACKERS alter user-submitted requests to do the following:

  • GAIN more knowledge about the structure of the database or XML data
  • OBTAIN sensitive data such as user names and passwords
  • Corrupt or delete data in the database.

SQL injection attacks are attempts by malicious users to access or alter database information available only to the web application. XPath injection attacks are attempts to access or alter XML data.

Attackers alter user-submitted requests to do the following:



Discussion

No Comment Found