File tree 2 files changed +4
-0
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Project: jackson-databind
16
16
(reported by Al1ex@knownsec)
17
17
#2999 : Block 1 more gadget type (org.glassfish.web/javax.servlet.jsp.jstl, CVE-2020 -35728 )
18
18
(reported by bu5yer of Sangfor FarSight Security Lab)
19
+ #3003 : Block one more gadget type (xxx, CVE to be allocated)
19
20
20
21
2.9.10.7 (02 -Dec-2020 )
21
22
Original file line number Diff line number Diff line change @@ -232,6 +232,9 @@ public class SubTypeValidator
232
232
// (derivative of #2469)
233
233
s .add ("com.oracle.wls.shaded.org.apache.xalan.lib.sql.JNDIConnectionPool" );
234
234
235
+ // [databind#303]: another case of embedded Xalan (derivative of #2469)
236
+ s .add ("org.docx4j.org.apache.xalan.lib.sql.JNDIConnectionPool" );
237
+
235
238
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
236
239
}
237
240
You can’t perform that action at this time.
0 commit comments