Skip to content

Commit 12e23c9

Browse files
committed
Fixed #3003
1 parent ac7232e commit 12e23c9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

release-notes/VERSION-2.x

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Project: jackson-databind
1616
(reported by Al1ex@knownsec)
1717
#2999: Block 1 more gadget type (org.glassfish.web/javax.servlet.jsp.jstl, CVE-2020-35728)
1818
(reported by bu5yer of Sangfor FarSight Security Lab)
19+
#3003: Block one more gadget type (xxx, CVE to be allocated)
1920

2021
2.9.10.7 (02-Dec-2020)
2122

src/main/java/com/fasterxml/jackson/databind/jsontype/impl/SubTypeValidator.java

+3
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ public class SubTypeValidator
232232
// (derivative of #2469)
233233
s.add("com.oracle.wls.shaded.org.apache.xalan.lib.sql.JNDIConnectionPool");
234234

235+
// [databind#303]: another case of embedded Xalan (derivative of #2469)
236+
s.add("org.docx4j.org.apache.xalan.lib.sql.JNDIConnectionPool");
237+
235238
DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
236239
}
237240

0 commit comments

Comments
 (0)