]> 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:23 +0000 (12:57 +0000)
commita4a51829a3cc74364448ef0b02661934a08dcc5b
tree13e03b3f63fb046ef6e1195b150eaa4acb8def77
parentf974ea28101d2838688bdef441e05217667ee19f
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