Is XmlTextReader susceptible to XXE attacks?

744 Views Asked by At

We read our XML template files using System.Xml.XmlTextReader. If there is XXE in the XML file we're reading, will that XXE be processed?

If so, major security problem. Can it be turned off?

thanks - dave

0

There are 0 best solutions below