Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.3.2.1
-
BUILTIN authentication enabled
-
Normal
-
Known fix, Newcomer, Workaround attached
-
Security
Description
Normally, passwords stored as database properties when using Derby's BUILTIN authentication provider are hashed using the well-known SHA-1 algorithm (although this is most likely not mentioned in the documentation). This makes it very hard for attackers to reconstruct the actual password even if they are able to obtain the hashed password value from the database.
However, if credentials for the same user are also defined programmatically, for example on the command line, the password is not hashed before it is being stored in the database. This could lead to surprises if, for example, a user is using system properties during development, and decides to switch to database properties only before deployment, as recommended in the documentation [1].
Workaround: Do not specify the same user credentials programmatically when setting credentials as database properties. For example, define a temporary user by using system properties when storing real user credentials in the database.
[1]: http://db.apache.org/derby/docs/dev/devguide/tdevcsecure82556.html
Attachments
Attachments
Issue Links
- is duplicated by
-
DERBY-3271 Using BUILTIN authentication, I can't log in as database creator after storing credentials in the database.
- Closed
- is related to
-
DERBY-5507 Orderly shutdown fails if you are using BUILTIN authentication and turn on derby.database.propertiesOnly
- Closed
- relates to
-
DERBY-3271 Using BUILTIN authentication, I can't log in as database creator after storing credentials in the database.
- Closed