Skip to content

Commit

Permalink
Fixed #2999
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 26, 2020
1 parent 567194c commit 1ca0388
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Project: jackson-databind
(reported by Al1ex@knownsec)
#2998: Block 2 more gadget types (org.apache.tomcat/tomcat-dbcp)
(reported by Al1ex@knownsec)
#2999: Block 1 more gadget type (org.glassfish.web/javax.servlet.jsp.jstl)
(reported by bu5yer of Sangfor FarSight Security Lab)

2.9.10.7 (02-Dec-2020)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ public class SubTypeValidator
s.add("org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource");
s.add("org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource");

// [databind#2999]: org.glassfish.web/javax.servlet.jsp.jstl (embedded Xalan)
// (derivative of #2469)
s.add("com.oracle.wls.shaded.org.apache.xalan.lib.sql.JNDIConnectionPool");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit 1ca0388

Please sign in to comment.