-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit fixes the issue described on https://cwe.mitre.org/data/definitions/611.html Nb: it's mostly the same as ad6615b but with an added reference to org.apache.xerces in order to avoid the AbstractMethodError that was experienced by users back then. Nb2: writting down the payload with which I tested this patch, in case I need to run this test again in the future: <?xml version="1.0"?> <!DOCTYPE replace [<!ENTITY ent SYSTEM "http://localhost/malware"> ]> <methodResponse> <params> <param> <value><string>&ent;</string></value> </param> </params> </methodResponse>
- Loading branch information
Showing
3 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Fix security issue CWE-611 | ||
Add support for CDATA section in the server response | ||
|
||
1.13.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters