]> git.ipfire.org Git - thirdparty/asterisk.git/commit
manager.c: Prevent the Originate action from running the Originate app
authorGeorge Joseph <gjoseph@digium.com>
Thu, 24 Oct 2019 17:41:23 +0000 (11:41 -0600)
committerGerrit <noreply@gerrit.asterisk.org>
Thu, 21 Nov 2019 15:40:52 +0000 (09:40 -0600)
commit6b1ba589671a0e6e9a52b89af6e5398f040ef99f
treedd604a0e40c1313dec86f14a31f862ecbddeecd0
parent6aa9ee1661474e6c60197a2f15f8e4f85099292b
manager.c:  Prevent the Originate action from running the Originate app

If an AMI user without the "system" authorization calls the
Originate AMI command with the Originate application,
the second Originate could run the "System" command.

Action: Originate
Channel: Local/1111
Application: Originate
Data: Local/2222,app,System,touch /tmp/owned

If the "system" authorization isn't set, we now block the
Originate app as well as the System, Exec, etc. apps.

ASTERISK-28580
Reported by: Eliel SardaƱons

Change-Id: Ic4c9dedc34c426f03c8c14fce334a71386d8a5fa
doc/UPGRADE-staging/AMI-Originate.txt [new file with mode: 0644]
main/manager.c