Skip to content

Commit

Permalink
Fix #2620
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 9, 2020
1 parent fc4214a commit 914e7c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions release-notes/VERSION
Expand Up @@ -16,8 +16,10 @@ Unreleased but backported
#2469: Block one more gadget type (xalan2)
#2478: Block two more gadget types (commons-dbcp, p6spy, CVE-2019-16942 / CVE-2019-16943)
#2498: Block one more gadget type (log4j-extras/1.2, CVE-2019-17531)
#2526: Block two more gadget types (ehcache/JNDI - CVEs to be allocated)
(repoerted by UltramanGaia)
#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.8.11.4 (25-Jul-2019)

Expand Down
Expand Up @@ -127,6 +127,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 914e7c9

Please sign in to comment.