]> git.ipfire.org Git - thirdparty/asterisk.git/commit
asterisk.c: Add option to restrict shell access from remote consoles.
authorGeorge Joseph <g.devel@wxy78.net>
Mon, 19 May 2025 14:16:53 +0000 (08:16 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Thu, 26 Jun 2025 18:10:20 +0000 (12:10 -0600)
commitbc623c2e5e24031e87423e81f6490a521eff2b84
tree5a66aabc90a3310cc4dfec62838d678a41af12c8
parente5b469c48900d26e5c68d0c2f13d9d56bba3c76c
asterisk.c: Add option to restrict shell access from remote consoles.

UserNote: A new asterisk.conf option 'disable_remote_console_shell' has
been added that, when set, will prevent remote consoles from executing
shell commands using the '!' prefix.

Resolves: #GHSA-c7p6-7mvq-8jq2
(cherry picked from commit 4e83f99f76d86638cd1c1e27f521e353c9ccdb4d)