]> 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 13:12:22 +0000 (07:12 -0600)
commitfaddd99f2b9408b524e5eb8a01589fe1fa282df2
tree5f88a5d92b7c2a68fec6181f9cbb23a0b898d10d
parent6ce8fdc32c2f29ebd25789bad2bd8fcb27452175
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