Skip to content

Commit 6cc9f1a

Browse files
committed
Work for addressing #2798
1 parent fae36eb commit 6cc9f1a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

release-notes/VERSION-2.x

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Project: jackson-databind
44
=== Releases ===
55
------------------------------------------------------------------------
66

7+
2.9.10.6 (not yet released)
8+
9+
#2798: Block one more gadget type (xxx, xxx)
10+
(reported by Al1ex@knownsec)
11+
712
2.9.10.5 (21-Jun-2020)
813

914
#2688: Block one more gadget type (apache-drill, CVE-2020-14060)

src/main/java/com/fasterxml/jackson/databind/jsontype/impl/SubTypeValidator.java

+3
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ public class SubTypeValidator
197197
// [databind#2764]: org.jsecurity:
198198
s.add("org.jsecurity.realm.jndi.JndiRealmFactory");
199199

200+
// [databind#2798]: com.pastdev.httpcomponents:
201+
s.add("com.pastdev.httpcomponents.configuration.JndiConfiguration");
202+
200203
DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
201204
}
202205

0 commit comments

Comments
 (0)