Firebird Documentation IndexFirebird 2.1 Release NotesSecurity → Classic Server on POSIX
Firebird Home Firebird Home Prev: Using Windows Security to Authenticate UsersFirebird Documentation IndexUp: SecurityNext: For Any Platform

Classic Server on POSIX

For reasons both technical and historical, a Classic server on POSIX with embedded clients is especially vulnerable to security exposure. Users having embedded access to databases MUST be given at least read access to the security database.

This is the main reason that made implementing enhanced password hashes an absolute requirement. A malicious user with user-level access to Firebird could easily steal a copy of the security database, take it home and quietly brute-force the old DES hashes! Afterwards, he could change data in critical databases stored on that server. Firebird 2 is much less vulnerable to this kind of compromise.

But the embedded POSIX server had one more problem with security: its implementation of the Services API calls the command-line gsec, as normal users do. Therefore, an embedded user-maintenance utility must have full access to security database.

The main reason to restrict direct access to the security database was to protect it from access by old versions of client software. Fortuitously, it also minimizes the exposure of the embedded Classic on POSIX at the same time, since it is quite unlikely that the combination of an old client and the new server would be present on the production box.

Prev: Using Windows Security to Authenticate UsersFirebird Documentation IndexUp: SecurityNext: For Any Platform
Firebird Documentation IndexFirebird 2.1 Release NotesSecurity → Classic Server on POSIX