Skip to content

Commit

Permalink
Prevent arbitrary shell command execution
Browse files Browse the repository at this point in the history
Prior to this, Administrators were able to edit 'dot_tool' and
'neato_tool' config options from the Manage Configuration Page

These can now only be set in the config_inc.php file.

Fixes #26091, CVE-2019-15715

Signed-off-by: Damien Regad <dregad@mantisbt.org>

Original commit message reworded, added CVE reference.
  • Loading branch information
atrol authored and dregad committed Sep 21, 2019
1 parent a7413da commit fc7668c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_defaults_inc.php
Expand Up @@ -4361,7 +4361,7 @@
'ldap_simulation_file_path', 'plugin_path', 'bottom_include_page', 'top_include_page',
'default_home_page', 'logout_redirect_page', 'manual_url', 'logo_url', 'wiki_engine_url',
'cdn_enabled', 'public_config_names', 'email_login_enabled', 'email_ensure_unique',
'impersonate_user_threshold', 'email_retry_in_days'
'impersonate_user_threshold', 'email_retry_in_days', 'neato_tool', 'dot_tool'
);

/**
Expand Down

0 comments on commit fc7668c

Please sign in to comment.