mysql_install_db in MariaDB 10.4.7 through 10.4.11 allows privilege escalation from the mysql user account to root because chown and chmod are performed unsafely, as demonstrated by a symlink attack on a chmod 04755 of auth_pam_tool_dir/auth_pam_tool. NOTE: this does not affect the Oracle MySQL product, which implements mysql_install_db differently.
The product attempts to access a file based on the filename, but it does not properly prevent that filename from identifying a link or shortcut that resolves to an unintended resource.
Link | Tags |
---|---|
https://seclists.org/oss-sec/2020/q1/55 | mailing list exploit third party advisory |
https://bugzilla.suse.com/show_bug.cgi?id=1160868 | issue tracking exploit third party advisory |
https://github.com/MariaDB/server/commit/9d18b6246755472c8324bf3e20e234e08ac45618 | third party advisory |