Release Summary asterisk-certified/13.18-cert4 Date: 2018-06-11 ---------------------------------------------------------------------- Table of Contents 1. Summary 2. Contributors 3. Closed Issues 4. Other Changes 5. 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: * AST-2018-008 The data in this summary reflects changes that have been made since the previous release, asterisk-certified/13.18-cert3. ---------------------------------------------------------------------- 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 Kevin Harwell 2 Richard Mudgett 1 Bryan Walters 2 George Joseph 1 George Joseph 1 Joshua Colp 1 John 1 Alejandro Padilla ---------------------------------------------------------------------- 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. Security Category: Resources/res_pjsip ASTERISK-27818: Username bruteforce is possible when using ACL with PJSIP Reported by: John * [9fc59c223c] Richard Mudgett -- AST-2018-008: Fix enumeration of endpoints from ACL rejected addresses. Bug Category: Applications/app_confbridge ASTERISK-27755: ConfBridge: raise ConfbridgeTalking when put on hold and clear talking status Reported by: Kevin Harwell * [a9d6dfebe5] Kevin Harwell -- bridge_softmix: Clear "talking" when a channel is put on hold Category: Bridges/bridge_softmix ASTERISK-27755: ConfBridge: raise ConfbridgeTalking when put on hold and clear talking status Reported by: Kevin Harwell * [a9d6dfebe5] Kevin Harwell -- bridge_softmix: Clear "talking" when a channel is put on hold Category: Channels/chan_pjsip ASTERISK-27568: PJSIP: Crash during SIP attended transfer. Reported by: Bryan Walters * [92f509fce6] Richard Mudgett -- res_pjsip_refer.c: Fix attended transfer race condition crash. Category: Channels/chan_sip/General ASTERISK-24488: Wrong remote identity and target in dialog package XML in NOTIFY Reported by: Alejandro Padilla * [03b072c6c3] Joshua Colp -- chan_sip: Emit a second ringing event to ensure channel is found. Category: Codecs/General ASTERISK-27814: translate: interpolated frames are not passed through Reported by: Kevin Harwell * [9b9e8bdb5a] Kevin Harwell -- translate: generic plc not filled in after translation Category: Core/Channels ASTERISK-27743: Generic PLC doesn't work if the 2 codecs on a channel are equal Reported by: George Joseph * [051c1ddf6c] George Joseph -- channel.c: Allow generic plc then channel formats are equal Category: Core/General ASTERISK-24488: Wrong remote identity and target in dialog package XML in NOTIFY Reported by: Alejandro Padilla * [03b072c6c3] Joshua Colp -- chan_sip: Emit a second ringing event to ensure channel is found. Category: Resources/res_pjsip_refer ASTERISK-27568: PJSIP: Crash during SIP attended transfer. Reported by: Bryan Walters * [92f509fce6] Richard Mudgett -- res_pjsip_refer.c: Fix attended transfer race condition crash. ---------------------------------------------------------------------- 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 | |---------------+------------------+-------------------------------------| | d6f82bee60 | Kevin Harwell | Update for certified/13.18-cert4 | |---------------+------------------+-------------------------------------| | 064a18ce36 | George Joseph | ast_coredumper: Minor fixes | +------------------------------------------------------------------------+ ---------------------------------------------------------------------- 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. asterisk-certified-13.18-cert3-summary.html | 747 ---------------------- asterisk-certified-13.18-cert3-summary.txt | 866 -------------------------- b/.version | 2 b/CHANGES | 11 b/ChangeLog | 122 +++ b/asterisk-certified-13.18-cert4-summary.html | 45 + b/asterisk-certified-13.18-cert4-summary.txt | 178 +++++ b/bridges/bridge_softmix.c | 48 + b/channels/chan_sip.c | 3 b/configs/samples/codecs.conf.sample | 9 b/contrib/scripts/ast_coredumper | 169 +++-- b/formats/format_sln.c | 6 b/include/asterisk/options.h | 3 b/main/asterisk.c | 1 b/main/channel.c | 19 b/main/translate.c | 33 b/res/res_pjsip/pjsip_distributor.c | 17 17 files changed, 612 insertions(+), 1667 deletions(-)