exploit-db-mirror/exploits/multiple/remote/20537.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

11 lines
No EOL
760 B
Text

source: https://www.securityfocus.com/bid/2192/info
Interbase is an open source relational database offered by Borland Inprise Corporation.
Interbase contains a backdoor user account and password called "LOCKSMITH". When accessed this account will eliminate all implemented security allowing full control of any database and contents within the database, this level of access will allow any function to be performed including modification of objects, root access and execution of arbitrary functions. "LOCKSMITH" is hard coded in the database engine and is located in the jrd/pwd.h header.
Successful exploitation of this vulnerability will lead to complete compromise of the host.
#define LOCKSMITH_USER "politically"
#define LOCKSMITH_PASSWORD "correct"