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 #26162, CVE-2019-15715

Backported from fc7668c.
  • Loading branch information
dregad committed Sep 21, 2019
1 parent e593cdb commit 7092573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_defaults_inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -4299,7 +4299,7 @@
'class_path','library_path', 'language_path', 'absolute_path_default_upload_folder',
'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'
'neato_tool', 'dot_tool'
);

/**
Expand Down

0 comments on commit 7092573

Please sign in to comment.