Skip to content

Commit

Permalink
Fix #2620
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 10, 2020
1 parent eb25481 commit 9bb52c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 5 additions & 3 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ Project: jackson-databind
#2449: Block one more gadget type (HikariCP, CVE-2019-14439 / CVE-2019-16335)
#2462: Block two more gadget types (commons-configuration/-2)
#2478: Block two more gadget types (commons-dbcp, p6spy, CVE-2019-16942 / CVE-2019-16943)
#2498: Block one more gadget type (apache-log4j-extras/1.2, CVE-2019-17531)
#2526: Block two more gadget types (ehcache/JNDI - CVEs to be allocated)
(repoerted by UltramanGaia)
#2498: Block one more gadget type (log4j-extras/1.2, CVE-2019-17531)
#2526: Block two more gadget types (ehcache/JNDI, CVE-2019-20330)
(reported by UltramanGaia)
#2620: Block one more gadget type (xbean-reflect/JNDI - CVE-2020-xxxxx)
(reported by threedr3am)

2.7.9.6 (26-Jul-2019)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ public class SubTypeValidator
s.add("net.sf.ehcache.transaction.manager.selector.GenericJndiSelector");
s.add("net.sf.ehcache.transaction.manager.selector.GlassfishSelector");

// [databind#2620]: xbean-reflect
s.add("org.apache.xbean.propertyeditor.JndiConverter");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit 9bb52c7

Please sign in to comment.