Skip to content

Commit

Permalink
Preliminary blocks for #2052: not actually sure if there is vuln via …
Browse files Browse the repository at this point in the history
…gadgets, but they seem suspicious enough to block tentatively
  • Loading branch information
cowtowncoder committed Jun 1, 2018
1 parent 051bd5e commit 7487cf7
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -60,6 +60,12 @@ public class SubTypeValidator
// [databind#2032]: more 3rd party; data exfiltration via xml parsed ext entities
s.add("org.apache.ibatis.parsing.XPathParser");

// [databind#2052]: ldap approaches; in all cases LDAP connection String is passed
// and access attempt is made:
s.add("oracle.jdbc.connector.OracleManagedConnectionFactory");
s.add("jodd.db.connection.DataSourceConnectionProvider");
s.add("oracle.jdbc.rowset.OracleJDBCRowSet");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit 7487cf7

Please sign in to comment.