]> git.ipfire.org Git - thirdparty/asterisk.git/commit
MixMonitor: Add class authorization requirements to MixMonitor AMI commands
authorJonathan Rose <jrose@digium.com>
Thu, 12 Jun 2014 16:06:51 +0000 (16:06 +0000)
committerJonathan Rose <jrose@digium.com>
Thu, 12 Jun 2014 16:06:51 +0000 (16:06 +0000)
commit243ed06c1f35f84b1cfed3d6f07339817b917cfe
treed463b3657bd22c5b5b006a1ede53601d2d92928f
parent921c6ff2aa9cd40451f113471a1914eb607cd50c
MixMonitor: Add class authorization requirements to MixMonitor AMI commands

MixMonitor AMI commands StartMixMonitor and StopMixMonitor lacked class
authorization. StopMixMonitor now requires that the manager user either have
the call or system class authorization. StartMixMonitor is a slightly larger
issue since it can execute shell commands if the right arguments are passed
into it, and we consider this a permission escalation. A security release
will be issued for problem this shortly.

ASTERISK-23609 #close
Reported by: Corey Farrell

........

Merged revisions 415837 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/certified/branches/11.6@415842 65c4cc65-6c06-0410-ace0-fbb531ad65f3
UPGRADE.txt
apps/app_mixmonitor.c