This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'weierophinney/hotfix/xmlrpc-disable-ext…
…ernal-entities'
- Loading branch information
61 parents
cf88eec
+
6d7f5ab
+
561ef2b
+
567588e
+
ec0d061
+
3a9c051
+
ffadf7b
+
8c8ab46
+
56dffee
+
9b3291e
+
72011a1
+
79d20ae
+
0023b68
+
203219a
+
51f1e65
+
adba36a
+
48704a6
+
3ed141c
+
a79cdbd
+
73871a0
+
47d468d
+
538d0f4
+
b5ad75a
+
2363c4f
+
91c2337
+
04dcb58
+
906c7b6
+
0da7bb6
+
0270a77
+
6784c86
+
90d950a
+
3b5ea7f
+
339830e
+
b04f4d5
+
8da9d32
+
0e2a882
+
f0829e4
+
c66d3bb
+
c44c042
+
e2121f5
+
19560b1
+
f08a210
+
294332a
+
3ab34f5
+
bb64c7d
+
b204532
+
1e8aff5
+
da2423f
+
7fce745
+
6c8026c
+
a449c92
+
c9f86d3
+
b2b0ea1
+
3b554ac
+
4deeef8
+
c6f5d24
+
fdaf0f2
+
6047973
+
66f79d5
+
ef273f8
+
d859684
commit 9881dbb
Showing
7 changed files
with
58 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Local file inclusion |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE foo [ | ||
<!ELEMENT methodName ANY > | ||
<!ENTITY xxe SYSTEM "%s" > | ||
]> | ||
<methodCall> | ||
<methodName>&xxe;</methodName> | ||
</methodCall> |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE foo [ | ||
<!ELEMENT methodResponse ANY > | ||
<!ENTITY xxe SYSTEM "%s" > | ||
]> | ||
<methodResponse> | ||
<params> | ||
<param><value><string>&xxe;</string></value></param> | ||
</params> | ||
</methodResponse> |