Skip to content

Commit

Permalink
Block one more gadget type (ehcache, CVE-2019-14379)
Browse files Browse the repository at this point in the history
  • Loading branch information
ablekhman committed Oct 22, 2019
1 parent 850cce5 commit 7a6d5d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ One more patch release for 1.9.
* [databind#2326]: Block one more gadget type (CVE-2019-12086)
* [databind#2334]: Block class for CVE-2019-12384
* [databind#2341]: Block class for CVE-2019-12814
* [databind#2387]: Block yet another deserialization gadget (EHCache, CVE-2019-14379)

1.9.13 (14-Jul-2013)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ public class SubTypeValidator
// [databind#2341]: jdom/jdom2
s.add("org.jdom.transform.XSLTransformer");
s.add("org.jdom2.transform.XSLTransformer");
// [databind#2387]: EHCache
s.add("net.sf.ehcache.transaction.manager.DefaultTransactionManagerLookup");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}
Expand Down

0 comments on commit 7a6d5d3

Please sign in to comment.