]> git.ipfire.org Git - thirdparty/asterisk.git/commit
manager.c: Add entries to Originate blacklist
authorGeorge Joseph <gjoseph@sangoma.com>
Mon, 22 Jul 2024 14:05:03 +0000 (08:05 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Thu, 8 Aug 2024 12:57:26 +0000 (12:57 +0000)
commit83fb61e9d403d1093c463f7f90bdbe9040690b35
treeae2bc5816b8f13b9ccf307953b956e43b19753c5
parentd6318995da19f2609552bf0ba10edf9b1c5b04a8
manager.c: Add entries to Originate blacklist

Added Reload and DBdeltree to the list of dialplan application that
can't be executed via the Originate manager action without also
having write SYSTEM permissions.

Added CURL, DB*, FILE, ODBC and REALTIME* to the list of dialplan
functions that can't be executed via the Originate manager action
without also having write SYSTEM permissions.

If the Queue application is attempted to be run by the Originate
manager action and an AGI parameter is specified in the app data,
it'll be rejected unless the manager user has either the AGI or
SYSTEM permissions.

Resolves: #GHSA-c4cg-9275-6w44
main/manager.c