Skip to content

Commit

Permalink
Block one more gadget type (logback, CVE-2019-12384)
Browse files Browse the repository at this point in the history
  • Loading branch information
ablekhman committed Oct 22, 2019
1 parent 39cb109 commit fe45f21
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 @@ -32,6 +32,7 @@ One more patch release for 1.9.
CVE-2018-19361, CVE-2018-19362)
(reported by Guixiong Wu)
* [databind#2326]: Block one more gadget type (CVE-2019-12086)
* [databind#2334]: Block class for CVE-2019-12384

1.9.13 (14-Jul-2013)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ public class SubTypeValidator
s.add("org.apache.axis2.transport.jms.JMSOutTransportInfo");
// [databind#2326] (2.9.9): one more 3rd party gadget
s.add("com.mysql.cj.jdbc.admin.MiniAdmin");
// [databind#2334] (2.9.9.1): logback-core
s.add("ch.qos.logback.core.db.DriverManagerConnectionSource");

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

0 comments on commit fe45f21

Please sign in to comment.