Bug #26941 | mysql client - disable system commands via switch - patch included | ||
---|---|---|---|
Submitted: | 7 Mar 2007 23:47 | Modified: | 2 Oct 2009 19:13 |
Reporter: | Sven Tantau | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S4 (Feature request) |
Version: | all | OS: | Any (all) |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution, mysql client, security feature, shell, system commands |
[7 Mar 2007 23:47]
Sven Tantau
[7 Mar 2007 23:50]
Sven Tantau
Quick 'works for me' patch to make it possible to disable command execution in mysql client.
Attachment: no_system_cmd.patch (application/octet-stream, text), 3.28 KiB.
[7 Mar 2007 23:53]
MySQL Verification Team
Thank you for the bug report feature request and contribution patch.
[8 Jun 2009 22:50]
liz drachnik
Hello Sven - In order for us to continue the process of reviewing your contribution to MySQL - We need you to review and sign the Sun|MySQL contributor agreement (the "SCA") The process is explained here: http://forge.mysql.com/wiki/Sun_Contributor_Agreement Getting a signed/approved SCA on file will help us facilitate your contribution-- this one, and others in the future. Thank you ! Liz Drachnik - Program Manager - MySQL
[2 Oct 2009 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[12 Mar 19:45]
Jean-François Gagné
Related: Bug#114328.
[30 Oct 18:32]
Jean-François Gagné
For people getting here, this was fixed in 8.0.40, 8.4.3, and 9.1.0 by WL#16482. Below a quote from 8.0.40 release notes [1]: [1]: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-40.html > Added the --system-command option for the mysql client, which enables or disables the system client command. > This option is enabled by default. To disable it, use --system-command=OFF or --skip-system-command, which causes the system command to be rejected with an error.