HarmonyIO / Validation

Asynchronous validation library
MIT License
5 stars 2 forks source link

Is PHP's DOMdoc vulnerable to external entity attack? #10

Closed PeeHaa closed 5 years ago

PeeHaa commented 5 years ago

We need to find out whether by default DOMDoc is vulnerable to XXE attacks.

If it is we need to either disable the entity loader entirely or replace entities before loading with entities under out control.