asterisk-14.6.1
Date: 2017-08-31
<asteriskteam@digium.com>
Table of Contents
- Summary
- Contributors
- Closed Issues
- 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-14.6.0.
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 |
1 George Joseph 1 Corey Farrell 1 Joshua Colp
| | 1 Ross Beer 1 Corey Farrell 1 Ross Beer 1 Joshua Colp
|
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
- [5f3258e2af] 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
- [5f3258e2af] 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
- [5f3258e2af] 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
- [5f3258e2af] 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
- [5f3258e2af] Corey Farrell -- AST-2017-006: Fix app_minivm application MinivmNotify command injection
Category: Core/General
ASTERISK-27103: core: ast_safe_system command injection possible.
Reported by: Corey Farrell
- [5f3258e2af] 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
- [5f3258e2af] Corey Farrell -- AST-2017-006: Fix app_minivm application MinivmNotify command injection
Category: General
ASTERISK-27152: Sending a "tel" uri in a From or To header in an unauthenticated message causes asterisk to crash
Reported by: Ross Beer
- [a83f6385a5] George Joseph -- pjsip_message_ip_updater: Fix issue handling "tel" URIs
Category: Resources/res_monitor
ASTERISK-27103: core: ast_safe_system command injection possible.
Reported by: Corey Farrell
- [5f3258e2af] Corey Farrell -- AST-2017-006: Fix app_minivm application MinivmNotify command injection
Category: Resources/res_rtp_asterisk
ASTERISK-27013: res_rtp_asterisk: Media can be hijacked even with strict RTP enabled
Reported by: Joshua Colp
- [20eb8a8ccf] Joshua Colp -- res_rtp_asterisk: Only learn a new source in learn state.
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.
README-SERIOUSLY.bestpractices.txt | 7 ++
apps/app_minivm.c | 36 ++++++++----
apps/app_mixmonitor.c | 15 +++++
apps/app_system.c | 10 +++
configs/samples/minivm.conf.sample | 2
funcs/func_shell.c | 5 +
include/asterisk/app.h | 31 +++++++++-
main/asterisk.c | 91 ++++++++++++++++++++++++++-----
res/res_monitor.c | 13 +++-
res/res_pjsip/pjsip_message_ip_updater.c | 56 ++++++++++++++-----
res/res_rtp_asterisk.c | 81 +++++++++++++++------------
11 files changed, 267 insertions(+), 80 deletions(-)