Displaying 20 results from an estimated 20 matches for "live_dangerously".
2016 Jul 05
4
Function SHELL not registered
If you just need the name of the system it may be contained in the variable
${SYSTEMNAME}.
This is assuming you have the systemname set in asterisk.conf
https://wiki.asterisk.org/wiki/display/AST/Asterisk+Main+Configuration+File
That said, for SHELL support you probably need to set :
live_dangerously = yes
Also in your asterisk.conf
https://wiki.asterisk.org/wiki/display/AST/Privilege+Escalations+with+Dialplan+Functions
On Tue, Jul 5, 2016 at 7:27 AM, Michael Jepson <Michael.Jepson at cm.nl> wrote:
> Even weirder, when I check in asterisk, using "core show functions", I...
2013 Dec 19
1
Updating to 11.7.0
...x/1gKfAQ for more details.
Conference Bridge Name Users Marked Locked?
================================ ====== ====== ========
Privilege escalation protection disabled!
See https://wiki.asterisk.org/wiki/x/1gKfAQ for more details.
Looking that up, it says add to asterisk.conf
[options]
live_dangerously = yes
After doing this, and stopping and starting I
still get the message.
Whats up?
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131219/ece876d8/attachment.html>
2013 Dec 16
0
AST-2013-007: Asterisk Manager User Dialplan Permission Escalation
...protocol, that execution could result in a privilege
escalation.
Resolution Asterisk can now inhibit the execution of these functions
from external interfaces such as AMI, if live_dangerously in
the [options] section of asterisk.conf is set to no.
For backwards compatibility, live_dangerously defaults to
yes, and must be explicitly set to no to...
2013 Dec 16
0
AST-2013-007: Asterisk Manager User Dialplan Permission Escalation
...protocol, that execution could result in a privilege
escalation.
Resolution Asterisk can now inhibit the execution of these functions
from external interfaces such as AMI, if live_dangerously in
the [options] section of asterisk.conf is set to no.
For backwards compatibility, live_dangerously defaults to
yes, and must be explicitly set to no to...
2013 Dec 16
0
Asterisk 1.8.15-cert4, 1.8.24.1, 10.12.4, 10.12.4-digiumphones, 11.2-cert3, 11.6.1 Now Available (Security Release)
...9;dangerous' function is one which results in a privilege escalation. For
example, if one were to read the channel variable SHELL(rm -rf /) Bad
Things(TM) could happen; even if the external source has only read
permissions.
Execution from external sources may be enabled by setting 'live_dangerously'
to 'yes' in the [options] section of asterisk.conf. Although doing so is not
recommended.
These issues and their resolutions are described in the security advisories.
For more information about the details of these vulnerabilities, please read
security...
2014 Nov 21
0
AST-2014-018: AMI permission escalation through DB dialplan function
...ernal
protocol (for instance AMI), could result in a privilege
escalation.
Resolution Asterisk now inhibits the DB function from being executed
from an external interface if the live_dangerously option is
set to no.
Affected Versions
Product Release
Series
Ce...
2013 Dec 16
0
Asterisk 1.8.15-cert4, 1.8.24.1, 10.12.4, 10.12.4-digiumphones, 11.2-cert3, 11.6.1 Now Available (Security Release)
...9;dangerous' function is one which results in a privilege escalation. For
example, if one were to read the channel variable SHELL(rm -rf /) Bad
Things(TM) could happen; even if the external source has only read
permissions.
Execution from external sources may be enabled by setting 'live_dangerously'
to 'yes' in the [options] section of asterisk.conf. Although doing so is not
recommended.
These issues and their resolutions are described in the security advisories.
For more information about the details of these vulnerabilities, please read
security...
2014 Nov 21
0
AST-2014-018: AMI permission escalation through DB dialplan function
...ernal
protocol (for instance AMI), could result in a privilege
escalation.
Resolution Asterisk now inhibits the DB function from being executed
from an external interface if the live_dangerously option is
set to no.
Affected Versions
Product Release
Series
Ce...
2014 Nov 21
0
AST-2014-017: <font size="3" style="font-size: 12pt">Permission escalation through ConfBridge actions/dialplan functions</font>
...arbitrary system commands without first checking for system
access.
Resolution 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.
Affected Versions...
2014 Nov 21
0
AST-2014-017: <font size="3" style="font-size: 12pt">Permission escalation through ConfBridge actions/dialplan functions</font>
...arbitrary system commands without first checking for system
access.
Resolution 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.
Affected Versions...
2015 Mar 20
0
Asterisk on OpenWrt (first time user)
...only from
Ekiga.net
The main config file:
[directories]
astdbdir => /mnt/usb/asterisk/dbdir
astlogdir => /mnt/usb/asterisk/logdir
[options]
systemname = my.dynamic.domain.com
runuser = asteriskpbx
rungroup = asteriskpbx
defaultlanguage = de
documentation_language = en_US
live_dangerously = no
[compat]
pbx_realtime=1.6
res_agi=1.6
app_set=1.6
Here's the SIP setup:
[general]
context=unauthenticated
allowguest=no
srvlookup=no
udpbindaddr=0.0.0.0
tcpenable=no
localnet=172.16.28.0/24
alwaysauthreject=yes
language=de
register => MyEkigaUser:MyEkigaPass at ekiga.net/M...
2016 Oct 25
0
Asterisk 11.24.0 Now Available
...names (Reported by Corey Farrell)
* ASTERISK-26267 - ast_register_atexit callbacks should be run on
failed startup. (Reported by Corey Farrell)
* ASTERISK-26265 - Errors ignored from some parts of system
initialization. (Reported by Corey Farrell)
* ASTERISK-25996 - Remove "live_dangerously" requirement on
DB(read) (Reported by Andrew Nagy)
* ASTERISK-26237 - Fax is detected on regular calls. (Reported by
Richard Mudgett)
* ASTERISK-23013 - [patch] Deadlock between 'sip show channels'
command and attended transfer handling (Reported by Ben
Smithu...
2016 Oct 25
4
Asterisk 11.24.0 Now Available
...names (Reported by Corey Farrell)
* ASTERISK-26267 - ast_register_atexit callbacks should be run on
failed startup. (Reported by Corey Farrell)
* ASTERISK-26265 - Errors ignored from some parts of system
initialization. (Reported by Corey Farrell)
* ASTERISK-25996 - Remove "live_dangerously" requirement on
DB(read) (Reported by Andrew Nagy)
* ASTERISK-26237 - Fax is detected on regular calls. (Reported by
Richard Mudgett)
* ASTERISK-23013 - [patch] Deadlock between 'sip show channels'
command and attended transfer handling (Reported by Ben
Smithu...
2016 Oct 25
0
Asterisk 13.12.0 Now Available
...m
initialization. (Reported by Corey Farrell)
* ASTERISK-26206 - [patch] res_pjsip: Use more compatible regex
for get all (Reported by Dmitry)
* ASTERISK-26256 - [patch] SIP/SDP origin (o=) contains brackets
with IP6 (Reported by Alexander Traud)
* ASTERISK-25996 - Remove "live_dangerously" requirement on
DB(read) (Reported by Andrew Nagy)
* ASTERISK-26148 - pjsip: Cannot compile 13.10.0-rc1:
"libasteriskpj.so: undefined reference to..." (Reported by Hans
van Eijsden)
Improvements made in this release:
-----------------------------------
* ASTERISK...
2016 Oct 25
0
Asterisk 14.1.0 Now Available
...m
initialization. (Reported by Corey Farrell)
* ASTERISK-26206 - [patch] res_pjsip: Use more compatible regex
for get all (Reported by Dmitry)
* ASTERISK-26256 - [patch] SIP/SDP origin (o=) contains brackets
with IP6 (Reported by Alexander Traud)
* ASTERISK-25996 - Remove "live_dangerously" requirement on
DB(read) (Reported by Andrew Nagy)
* ASTERISK-26148 - pjsip: Cannot compile 13.10.0-rc1:
"libasteriskpj.so: undefined reference to..." (Reported by Hans
van Eijsden)
* ASTERISK-26237 - Fax is detected on regular calls. (Reported by
Richard Mu...
2016 Jul 05
2
Function SHELL not registered
I have rebuilt a new version, making sure func_shell was selected, but I am still getting this error.
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of A J Stiles
Sent: maandag 4 juli 2016 09:34
To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com>
Subject:
2017 Feb 13
0
Certified Asterisk 13.13-cert1 Now Available
...initialization. (Reported by Corey Farrell)
* ASTERISK-26206 - [patch] res_pjsip: Use more compatible regex
for get all (Reported by Dmitry Wagin)
* ASTERISK-26256 - [patch] SIP/SDP origin (o=) contains brackets
with IP6 (Reported by Alexander Traud)
* ASTERISK-25996 - Remove "live_dangerously" requirement on
DB(read) (Reported by Andrew Nagy)
* ASTERISK-26148 - pjsip: Cannot compile 13.10.0-rc1:
"libasteriskpj.so: undefined reference to..." (Reported by Hans
van Eijsden)
* ASTERISK-26237 - Fax is detected on regular calls. (Reported by
Richard Mu...
2017 Oct 03
0
Asterisk 15.0.0 Now Available
...(Reported by Corey Farrell)
* ASTERISK-26206 - [patch] res_pjsip: Use more compatible regex
for get all
(Reported by Dmitry Wagin)
* ASTERISK-26256 - [patch] SIP/SDP origin (o=) contains
brackets with IP6
(Reported by Alexander Traud)
* ASTERISK-25996 - Remove "live_dangerously" requirement on
DB(read)
(Reported by Andrew Nagy)
* ASTERISK-26148 - pjsip: Cannot compile 13.10.0-rc1:
"libasteriskpj.so: undefined reference to..."
(Reported by
Hans van Eijsden)
* ASTERISK-26237 - Fax is detected on regular calls.
(Repo...
2017 Aug 02
2
Asterisk 15.0.0-beta1 Now Available
...(Reported by Corey Farrell)
* ASTERISK-26206 - [patch] res_pjsip: Use more compatible regex
for get all
(Reported by Dmitry Wagin)
* ASTERISK-26256 - [patch] SIP/SDP origin (o=) contains
brackets with IP6
(Reported by Alexander Traud)
* ASTERISK-25996 - Remove "live_dangerously" requirement on
DB(read)
(Reported by Andrew Nagy)
* ASTERISK-26148 - pjsip: Cannot compile 13.10.0-rc1:
"libasteriskpj.so: undefined reference to..."
(Reported by
Hans van Eijsden)
* ASTERISK-26237 - Fax is detected on regular calls.
(Repo...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...by Dmitry Wagin)
- [ASTERISK-26256
<https://issues.asterisk.org/jira/browse/ASTERISK-26256>] -
[patch] SIP/SDP origin (o=) contains brackets with IP6
(Reported by Alexander Traud)
- [ASTERISK-25996
<https://issues.asterisk.org/jira/browse/ASTERISK-25996>] -
Remove "live_dangerously" requirement on DB(read)
(Reported by Andrew Nagy)
- [ASTERISK-26148
<https://issues.asterisk.org/jira/browse/ASTERISK-26148>] -
pjsip: Cannot compile 13.10.0-rc1: "libasteriskpj.so: undefined reference
to..."
(Reported by Hans van Eijsden)
- [ASTERISK-26237
<...