Release Summary asterisk-13.38.2 Date: 2021-02-18 ---------------------------------------------------------------------- Table of Contents 1. Summary 2. Contributors 3. Closed Issues 4. 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-2021-001,AST-2021-003,AST-2021-005 The data in this summary reflects changes that have been made since the previous release, asterisk-13.38.1. ---------------------------------------------------------------------- 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 Ivan Poddubnyi 1 Ivan Poddubny 1 Joshua C. Colp 1 Ivan Poddubny 1 Alexander Traud 1 Alexander Traud 1 Mauri de Souza Meneguzzo (3CPlus) 1 Alexander Traud ---------------------------------------------------------------------- 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_srtp ASTERISK-29260: sRTP Replay Protection ignored; even tears down long calls Reported by: Alexander Traud * [b77dcbd905] Alexander Traud -- rtp: Enable srtp replay protection Category: pjproject/pjsip ASTERISK-29227: res_pjsip_diversion: sending multiple 181 responses causes memory corruption and crash Reported by: Ivan Poddubny * [a86d326b5e] Ivan Poddubnyi -- res_pjsip_diversion: Fix adding more than one histinfo to Supported Bug Category: Resources/res_pjsip ASTERISK-29196: res_pjsip: Segmentation fault Reported by: Mauri de Souza Meneguzzo (3CPlus) * [5016b84076] Joshua C. Colp -- pjsip: Make modify_local_offer2 tolerate previous failed SDP. ---------------------------------------------------------------------- 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. configs/samples/rtp.conf.sample | 12 ++++++++++++ doc/CHANGES-staging/srtp_replay_protection.txt | 9 +++++++++ doc/UPGRADE-staging/srtp_replay_protection.txt | 9 +++++++++ res/res_pjsip_diversion.c | 14 ++++++++++++++ res/res_pjsip_outbound_registration.c | 12 ++++++++++++ res/res_pjsip_path.c | 12 ++++++++++++ res/res_rtp_asterisk.c | 12 +++++++++++- 7 files changed, 79 insertions(+), 1 deletion(-)