Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们使用 javax.xml.parsers.SAXParserFactory 读取我们的 XML 模板文件。如果我们正在读取的 XML 文件中有 XXE,有没有办法关闭处理呢?
谢谢 - 戴夫
是的,默认情况下它容易受到 XXE 攻击。
请参阅此备忘单以正确配置解析器:
总而言之,您需要使用 SAXParserFactory.setFeature(foo, bar)文档配置相关漏洞