Skip to content

Commit

Permalink
Block one more gadget type (caucho-quercus, CVE-2020-10673)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtokarski-atlassian committed May 8, 2020
1 parent 32ab266 commit eca42b9
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -55,6 +55,7 @@ One more patch release for 1.9.
* [databind#2653]: Block one more gadget type (shiro-core, 2nd class)
* [databind#2658]: Block one more gadget type (ignite-jta, CVE-2020-10650)
* [databind#2659]: Block one more gadget type (aries.transaction.jms, CVE-2020-10672)
* [databind#2660]: Block one more gadget type (caucho-quercus, CVE-2020-10673)

1.9.13 (14-Jul-2013)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,11 @@ public class SubTypeValidator

// [databind#2659]: aries.transaction.jms
s.add("org.apache.aries.transaction.jms.internal.XaPooledConnectionFactory");
s.add("org.apache.aries.transaction.jms.RecoverablePooledConnectionFactory");

// [databind#2660]: caucho-quercus
s.add("com.caucho.config.types.ResourceRef");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit eca42b9

Please sign in to comment.