1.

What Are The Security Issues Related To Odbc Usage?

Answer»

There are several security issues related to ODBC usage :

  • Add hooks
  • Tracing ODBC connections

Any call with indirections, such as calls to ODBC DATA sources, are possible to intercept by attaching to pre­made hooks. By tracing ODBC connections, which is a completely legitime thing to do during software development, you can get access to sensitive data, such as user NAME for the CONNECTED DATABASE.

There are several security issues related to ODBC usage :

Any call with indirections, such as calls to ODBC data sources, are possible to intercept by attaching to pre­made hooks. By tracing ODBC connections, which is a completely legitime thing to do during software development, you can get access to sensitive data, such as user name for the connected database.



Discussion

No Comment Found