Skip to content

Commit

Permalink
Fixed #3003
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 1, 2021
1 parent ac7232e commit 12e23c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Project: jackson-databind
(reported by Al1ex@knownsec)
#2999: Block 1 more gadget type (org.glassfish.web/javax.servlet.jsp.jstl, CVE-2020-35728)
(reported by bu5yer of Sangfor FarSight Security Lab)
#3003: Block one more gadget type (xxx, CVE to be allocated)

2.9.10.7 (02-Dec-2020)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ public class SubTypeValidator
// (derivative of #2469)
s.add("com.oracle.wls.shaded.org.apache.xalan.lib.sql.JNDIConnectionPool");

// [databind#303]: another case of embedded Xalan (derivative of #2469)
s.add("org.docx4j.org.apache.xalan.lib.sql.JNDIConnectionPool");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit 12e23c9

Please sign in to comment.