File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/mapper/java/org/codehaus/jackson/map/jsontype/impl Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ One more patch release for 1.9.
58
58
* [databind#2660]: Block one more gadget type (caucho-quercus, CVE-2020-10673)
59
59
* [databind#2662]: Block one more gadget type (bus-proxy, CVE-2020-10968)
60
60
* [databind#2664]: Block one more gadget type (activemq-pool[-jms], CVE-2020-11111)
61
+ * [databind#2666]: Block one more gadget type (apache/commons-proxy, CVE-2020-11112)
61
62
62
63
1.9.13 (14-Jul-2013)
63
64
Original file line number Diff line number Diff line change @@ -150,6 +150,9 @@ public class SubTypeValidator
150
150
s .add ("org.apache.activemq.jms.pool.XaPooledConnectionFactory" ); // pool-jms
151
151
s .add ("org.apache.activemq.jms.pool.JcaPooledConnectionFactory" );
152
152
153
+ // [databind#2666]: apache/commons-jms
154
+ s .add ("org.apache.commons.proxy.provider.remoting.RmiProvider" );
155
+
153
156
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
154
157
}
155
158
You can’t perform that action at this time.
0 commit comments