]> git.ipfire.org Git - thirdparty/asterisk.git/commit
AST-2014-017 - app_confbridge: permission escalation/ class authorization.
authorKevin Harwell <kharwell@digium.com>
Thu, 20 Nov 2014 15:42:01 +0000 (15:42 +0000)
committerKevin Harwell <kharwell@digium.com>
Thu, 20 Nov 2014 15:42:01 +0000 (15:42 +0000)
commit060ced4b54367f9822daaffe456da4460c04947c
tree047a671d594f139d7059ac5de8e04743b195ab1b
parentce20eaa076d8edb0b8fa895c03007a5df590456a
AST-2014-017 - app_confbridge: permission escalation/ class authorization.

Confbridge dialplan function permission escalation via AMI and inappropriate
class authorization on the ConfbridgeStartRecord action. The CONFBRIDGE dialplan
function when executed from an external protocol (for instance AMI), could
result in a privilege escalation. Also, the AMI action “ConfbridgeStartRecord”
could also be used to execute arbitrary system commands without first checking
for system access.

Asterisk now inhibits the CONFBRIDGE function from being executed from an
external interface if the live_dangerously option is set to no.  Also, the
“ConfbridgeStartRecord” AMI action is now only allowed to execute under a
user with system level access.

ASTERISK-24490
Reported by: Gareth Palmer

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@428332 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_confbridge.c