From 4b05b9b4a8472c8f5703d53d29f692c04c1fce98 Mon Sep 17 00:00:00 2001 From: Asterisk Development Team Date: Thu, 22 Jul 2021 17:04:36 -0500 Subject: [PATCH] Update for 13.38.3 --- .version | 2 +- ChangeLog | 32 +++++++++++ ...mary.html => asterisk-13.38.3-summary.html | 30 ++++------ ...ummary.txt => asterisk-13.38.3-summary.txt | 57 +++++++------------ 4 files changed, 67 insertions(+), 54 deletions(-) rename asterisk-13.38.2-summary.html => asterisk-13.38.3-summary.html (50%) rename asterisk-13.38.2-summary.txt => asterisk-13.38.3-summary.txt (55%) diff --git a/.version b/.version index 1abeb686a1..80ac558f24 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -13.38.2 \ No newline at end of file +13.38.3 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index 3cf238329f..d2b554b09f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2021-07-22 22:04 +0000 Asterisk Development Team + + * asterisk 13.38.3 Released. + +2021-06-14 13:28 +0000 [d7499f2eba] Kevin Harwell + + * AST-2021-009 - pjproject-bundled: Avoid crash during handshake for TLS + + If an SSL socket parent/listener was destroyed during the handshake, + depending on timing, it was possible for the handling callback to + attempt access of it after the fact thus causing a crash. + + ASTERISK-29415 #close + + Change-Id: I105dacdcd130ea7fdd4cf2010ccf35b5eaf1432d + +2021-05-10 17:59 +0000 [7eb2032386] Kevin Harwell + + * AST-2021-008 - chan_iax2: remote crash on unsupported media format + + If chan_iax2 received a packet with an unsupported media format, for + example vp9, then it would set the frame's format to NULL. This could + then result in a crash later when an attempt was made to access the + format. + + This patch makes it so chan_iax2 now ignores/drops frames received + with unsupported media format types. + + ASTERISK-29392 #close + + Change-Id: Ifa869a90dafe33eed8fd9463574fe6f1c0ad3eb1 + 2021-02-18 16:46 +0000 Asterisk Development Team * asterisk 13.38.2 Released. diff --git a/asterisk-13.38.2-summary.html b/asterisk-13.38.3-summary.html similarity index 50% rename from asterisk-13.38.2-summary.html rename to asterisk-13.38.3-summary.html index 5114adeebe..3846302c40 100644 --- a/asterisk-13.38.2-summary.html +++ b/asterisk-13.38.3-summary.html @@ -1,24 +1,18 @@ -Release Summary - asterisk-13.38.2

Release Summary

asterisk-13.38.2

Date: 2021-02-18

<asteriskteam@digium.com>


Table of Contents

    +Release Summary - asterisk-13.38.3

    Release Summary

    asterisk-13.38.3

    Date: 2021-07-22

    <asteriskteam@digium.com>


    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:

    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.

    +
  1. AST-2021-008,AST-2021-009
  2. +

    The data in this summary reflects changes that have been made since the previous release, asterisk-13.38.2.


    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.

    - -
    CodersTestersReporters
    1 Ivan Poddubnyi
    1 Joshua C. Colp
    1 Alexander Traud
    1 Ivan Poddubny
    1 Ivan Poddubny
    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(-)

    \ No newline at end of file +2 Kevin Harwell
    1 Michael Welk
    1 Andrew Yager
    +

    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: Channels/chan_pjsip

    ASTERISK-29415: Crash in PJSIP TLS transport
    Reported by: Andrew Yager
      +
    • [d7499f2eba] Kevin Harwell -- AST-2021-009 - pjproject-bundled: Avoid crash during handshake for TLS
    • +

    Bug

    Category: Channels/chan_iax2

    ASTERISK-29392: chan_iax2: Asterisk crashes when queueing video with format
    Reported by: Michael Welk
      +
    • [7eb2032386] Kevin Harwell -- AST-2021-008 - chan_iax2: remote crash on unsupported media format
    • +


    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.

    channels/chan_iax2.c                                                   |   40 +-
    +third-party/pjproject/patches/0110-tls-parent-listener-destroyed.patch |  166 ++++++++++
    +third-party/pjproject/patches/0111-ssl-premature-destroy.patch         |   36 ++
    +3 files changed, 233 insertions(+), 9 deletions(-)

    \ No newline at end of file diff --git a/asterisk-13.38.2-summary.txt b/asterisk-13.38.3-summary.txt similarity index 55% rename from asterisk-13.38.2-summary.txt rename to asterisk-13.38.3-summary.txt index 6b51f3e7ae..aa0a23cc0b 100644 --- a/asterisk-13.38.2-summary.txt +++ b/asterisk-13.38.3-summary.txt @@ -1,8 +1,8 @@ Release Summary - asterisk-13.38.2 + asterisk-13.38.3 - Date: 2021-02-18 + Date: 2021-07-22 @@ -30,10 +30,10 @@ Security Advisories: - * AST-2021-001,AST-2021-003,AST-2021-005 + * AST-2021-008,AST-2021-009 The data in this summary reflects changes that have been made since the - previous release, asterisk-13.38.1. + previous release, asterisk-13.38.2. ---------------------------------------------------------------------- @@ -50,12 +50,9 @@ 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 + Coders Testers Reporters + 2 Kevin Harwell 1 Michael Welk + 1 Andrew Yager ---------------------------------------------------------------------- @@ -68,28 +65,22 @@ Security - Category: Resources/res_srtp + Category: Channels/chan_pjsip - 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 + ASTERISK-29415: Crash in PJSIP TLS transport + Reported by: Andrew Yager + * [d7499f2eba] Kevin Harwell -- AST-2021-009 - pjproject-bundled: Avoid + crash during handshake for TLS Bug - Category: Resources/res_pjsip + Category: Channels/chan_iax2 - 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. + ASTERISK-29392: chan_iax2: Asterisk crashes when queueing video with + format + Reported by: Michael Welk + * [7eb2032386] Kevin Harwell -- AST-2021-008 - chan_iax2: remote crash + on unsupported media format ---------------------------------------------------------------------- @@ -100,11 +91,7 @@ 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(-) + channels/chan_iax2.c | 40 +- + third-party/pjproject/patches/0110-tls-parent-listener-destroyed.patch | 166 ++++++++++ + third-party/pjproject/patches/0111-ssl-premature-destroy.patch | 36 ++ + 3 files changed, 233 insertions(+), 9 deletions(-) -- 2.47.2