JensKillus
New Pleskian
I've installed Plesk Obsidian 18.0.34 (Update 2) on a fresh Debian Server with Debian 10.9. No other software than OpenSSH was installed on the server. I've installed Plesk by the one click installer:
# sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)
When installation was complete I've noticed that in addition to the mySQL/MariaDB-Account admin@localhost which is used by Plesk for database access there was also ceated an account root@localhost with no password. This is a severe security flaw, because every shell user can log into the database server with full administrative privileges.
# sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)
When installation was complete I've noticed that in addition to the mySQL/MariaDB-Account admin@localhost which is used by Plesk for database access there was also ceated an account root@localhost with no password. This is a severe security flaw, because every shell user can log into the database server with full administrative privileges.