1

I am coding an anonymous WCF service that allows others to post XML into it.

Does using different kinds of XML parsers XDocument, XMLDocument, or even 3rd party parsers increase the attack surface area? (Buffer overflows, etc).

makerofthings7
  • 50,090
  • 54
  • 250
  • 536

1 Answers1

3

Yes. By definition, allowing user interaction with additional software increases the Attack surface.

nealmcb
  • 20,544
  • 6
  • 69
  • 116