]> 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:17 +0000 (12:57 +0000)
commitb0c4a94d8d7d6534bbd80abf3e7790c608854014
tree5cac92fc350a13ec66cb9dfeb823af9f4c37d02d
parent11effc785aff8d1ced9e312147f5e96befb55059
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