What is a way of compromising the original software or application that can alter the logic of a XML Web page?
  1. SQL Injection
  2. LDAP Injection
  3. XML Injection
  4. Cross-site Scripting
Explanation
Answer: C - XML injection is the name for this type of attack.

Key Takeaway: When using an application that depends upon XML to get user input, you must be careful to take precautions such as escaping quotes and performing other data validation to avoid an XML injection attack.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz