]> 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)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Thu, 8 Aug 2024 12:57:29 +0000 (12:57 +0000)
commit0f67c2696f8f8334b0aaccd632b8d4d40e80c68f
treede27c12840d7bea0ddf114618c4cc59e2e32f73e
parenta824a0cdb4d45bed6af6348e0597fe5d7850159c
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