asterisk-certified/13.13-cert5
Date: 2017-08-31
<asteriskteam@digium.com>
Table of Contents
- Summary
- Contributors
- Closed Issues
- Other Changes
- Diffstat
Summary
[Back to Top]This release has been made to address one or more security vulnerabilities that have been identified. A security advisory document has been published for each vulnerability that includes additional information. Users of versions of Asterisk that are affected are strongly encouraged to review the advisories and determine what action they should take to protect their systems from these issues.
Security Advisories:
The data in this summary reflects changes that have been made since the previous release, asterisk-certified/13.13-cert4.
Contributors
[Back to Top]This table lists the people who have submitted code, those that have tested patches, as well as those that reported issues on the issue tracker that were resolved in this release. For coders, the number is how many of their patches (of any size) were committed into this release. For testers, the number is the number of times their name was listed as assisting with testing a patch. Finally, for reporters, the number is the number of issues that they reported that were affected by commits that went into this release.
Coders | Testers | Reporters |
3 Kevin Harwell 2 George Joseph 1 Richard Mudgett 1 Corey Farrell 1 Joshua Colp
| | 3 Kevin Harwell 1 Richard Mudgett 1 Joshua Colp 1 George Joseph 1 Corey Farrell
|
Closed Issues
[Back to Top]This is a list of all issues from the issue tracker that were closed by changes that went into this release.
Bug
Category: Applications/app_minivm
ASTERISK-27103: core: ast_safe_system command injection possible.
Reported by: Corey Farrell
- [7ca7306012] Corey Farrell -- AST-2017-006: Fix app_minivm application MinivmNotify command injection
Category: Applications/app_mixmonitor
ASTERISK-27103: core: ast_safe_system command injection possible.
Reported by: Corey Farrell
- [7ca7306012] Corey Farrell -- AST-2017-006: Fix app_minivm application MinivmNotify command injection
Category: Applications/app_system
ASTERISK-27103: core: ast_safe_system command injection possible.
Reported by: Corey Farrell
- [7ca7306012] Corey Farrell -- AST-2017-006: Fix app_minivm application MinivmNotify command injection
Category: Applications/app_voicemail
ASTERISK-27103: core: ast_safe_system command injection possible.
Reported by: Corey Farrell
- [7ca7306012] Corey Farrell -- AST-2017-006: Fix app_minivm application MinivmNotify command injection
Category: Channels/chan_dahdi
ASTERISK-27103: core: ast_safe_system command injection possible.
Reported by: Corey Farrell
- [7ca7306012] Corey Farrell -- AST-2017-006: Fix app_minivm application MinivmNotify command injection
Category: Channels/chan_pjsip
ASTERISK-27095: chan_pjsip: When connected_line_method is set to invite, we're not trying UPDATE
Reported by: George Joseph
- [ef4a035371] George Joseph -- chan_pjsip: Fix ability to send UPDATE on COLP
Category: Core/Bridging
ASTERISK-27075: bridge: stuck channel(s) after failed attended transfer
Reported by: Kevin Harwell
- [9dcac3b7e3] Kevin Harwell -- bridge: stuck channel(s) after failed attended transfer
Category: Core/Channels
ASTERISK-27074: core_local: local channel data not being properly unref'ed and unlocked
Reported by: Kevin Harwell
- [89aabfe10b] Kevin Harwell -- core_local: local channel data not being properly unref'ed and unlocked
Category: Core/General
ASTERISK-27103: core: ast_safe_system command injection possible.
Reported by: Corey Farrell
- [7ca7306012] Corey Farrell -- AST-2017-006: Fix app_minivm application MinivmNotify command injection
Category: Functions/func_shell
ASTERISK-27103: core: ast_safe_system command injection possible.
Reported by: Corey Farrell
- [7ca7306012] Corey Farrell -- AST-2017-006: Fix app_minivm application MinivmNotify command injection
Category: Resources/res_monitor
ASTERISK-27103: core: ast_safe_system command injection possible.
Reported by: Corey Farrell
- [7ca7306012] Corey Farrell -- AST-2017-006: Fix app_minivm application MinivmNotify command injection
Category: Resources/res_pjsip
ASTERISK-27090: PJSIP: Deadlock using TCP transport
Reported by: Richard Mudgett
- [aa10dd31d0] Richard Mudgett -- pjsip_distributor.c: Fix deadlock with TCP type transports.
Category: Resources/res_pjsip_refer
ASTERISK-27053: res_pjsip_refer/session: Calls dropped during transfer
Reported by: Kevin Harwell
- [adfdfdee61] Kevin Harwell -- res_pjsip_refer/session: Calls dropped during transfer
Category: Resources/res_pjsip_session
ASTERISK-27053: res_pjsip_refer/session: Calls dropped during transfer
Reported by: Kevin Harwell
- [adfdfdee61] Kevin Harwell -- res_pjsip_refer/session: Calls dropped during transfer
Category: Resources/res_rtp_asterisk
ASTERISK-27013: res_rtp_asterisk: Media can be hijacked even with strict RTP enabled
Reported by: Joshua Colp
- [1724a8c98f] Joshua Colp -- res_rtp_asterisk: Only learn a new source in learn state.
Commits Not Associated with an Issue
[Back to Top]This is a list of all changes that went into this release that did not reference a JIRA issue.
Revision | Author | Summary |
b189f8c5cf | George Joseph | res_musiconhold: Add kill_escalation_delay, kill_method to class |
Diffstat Results
[Back to Top]This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
CHANGES | 20
README-SERIOUSLY.bestpractices.txt | 7
apps/app_minivm.c | 36 +
apps/app_mixmonitor.c | 15
apps/app_system.c | 10
channels/chan_pjsip.c | 3
configs/samples/minivm.conf.sample | 2
configs/samples/musiconhold.conf.sample | 23 +
configs/samples/pjsip.conf.sample | 11
funcs/func_shell.c | 5
include/asterisk/app.h | 31 +
include/asterisk/core_local.h | 37 +
include/asterisk/res_pjsip_session.h | 11
main/asterisk.c | 91 +++-
main/bridge.c | 9
main/core_local.c | 54 +-
res/res_monitor.c | 13
res/res_musiconhold.c | 129 +++---
res/res_pjsip.c | 11
res/res_pjsip/pjsip_distributor.c | 214 ++++++++--
res/res_pjsip_refer.c | 8
res/res_pjsip_session.c | 28 +
res/res_pjsip_session.exports.in | 1
res/res_rtp_asterisk.c | 87 ++--
third-party/pjproject/patches/0070-Set-PJSIP_INV_SUPPORT_UPDATE-correctly-in-pjsip_inv_.patch | 9
25 files changed, 678 insertions(+), 187 deletions(-)