]> 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:25:13 +0000 (12:25 -0600)
commit97cb17a79cc4b06e498c7f0ad8503f4a0b07cbdc
tree41aa2ec3dc40b135fac2415f73a81d43d3c6fca8
parent3aff41548b135782b136a56404882b0ac83dcdbb
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 443fc4d2d56b53102d8a860286041ceec7d82fcb)