我发现网站的端点可能容易受到 XXE 的攻击。它Unmarshal
用作 XML 解析器。当我尝试使用常见的 XXE 有效负载发送发布请求时,我从服务器收到以下响应:
[org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 54; DOCTYPE is disallowed when the feature \"http://apache.org/xml/features/disallow-doctype-decl\" set to true.]
是否有任何不需要 doctype 声明的有效负载?是否可以利用这个 XXE?