From: Matthew Fredrickson Date: Fri, 19 May 2017 20:45:57 +0000 (-0500) Subject: Update for certified/13.13-cert4 X-Git-Tag: certified/13.13-cert4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3969e49d194467a3cf5316c6ab6d5d9db2eba41;p=thirdparty%2Fasterisk.git Update for certified/13.13-cert4 --- diff --git a/.version b/.version index bbb64a0912..3d19a9f5af 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -certified/13.13-cert3 \ No newline at end of file +certified/13.13-cert4 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index 81e26105e0..119c3ec3fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +2017-05-19 20:45 +0000 Asterisk Development Team + + * asterisk certified/13.13-cert4 Released. + +2017-04-13 11:14 +0000 [7e8b57db67] gtjoseph + + * AST-2017-004: chan_skinny: Add EOF check in skinny_session + + The while(1) loop in skinny_session wasn't checking for EOF so + a packet that was longer than a header but still truncated + would spin the while loop infinitely. Not only does this + permanently tie up a thread and drive a core to 100% utilization, + the call of ast_log() in such a tight loop eats all available + process memory. + + Added poll with timeout to top of read loop + + ASTERISK-26940 #close + Reported-by: Sandro Gauci + + Change-Id: I2ce65f3c5cb24b4943a9f75b64d545a1e2cd2898 + +2017-04-13 17:17 +0000 [d0e628e792] Mark Michelson + + * AST-2017-003: Handle zero-length body parts correctly. + + ASTERISK-26939 #close + + Change-Id: I7ea235ab39833a187db4e078f0788bd0af0a24fd + +2017-04-13 17:16 +0000 [14e57ba5b5] Mark Michelson + + * AST-2017-002: Ensure transaction key buffer is large enough. + + ASTERISK-26938 #close + + Change-Id: I266490792fd8896a23be7cb92f316b7e69356413 + 2017-04-04 12:37 +0000 Asterisk Development Team * asterisk certified/13.13-cert3 Released. diff --git a/asterisk-certified-13.13-cert3-summary.html b/asterisk-certified-13.13-cert3-summary.html deleted file mode 100644 index 3b94c90807..0000000000 --- a/asterisk-certified-13.13-cert3-summary.html +++ /dev/null @@ -1,15 +0,0 @@ -Release Summary - asterisk-certified/13.13-cert3

Release Summary

asterisk-certified/13.13-cert3

Date: 2017-04-04

<asteriskteam@digium.com>


Table of Contents

    -
  1. Summary
  2. -
  3. Contributors
  4. -
  5. Closed Issues
  6. -
  7. Diffstat
  8. -

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-cert2.


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 Corey Farrell
1 Robert Mordec
1 Alex Villacís Lasso
1 Robert Mordec

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_queue

ASTERISK-26862: app_queue: Queue stops calling members with local interface after forwarding in previous call
Reported by: Robert Mordec
    -
  • [563b639e5a] Robert Mordec -- app_queue: Member stuck as pending after forwarding previous call from queue
  • -

Category: Channels/chan_sip/General

ASTERISK-26897: chan_sip: Security vulnerability with client code header
Reported by: Alex Villacís Lasso
    -
  • [d91f264721] Corey Farrell -- CDR: Protect from data overflow in ast_cdr_setuserfield.
  • -


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.

0 files changed

\ No newline at end of file diff --git a/asterisk-certified-13.13-cert4-summary.html b/asterisk-certified-13.13-cert4-summary.html new file mode 100644 index 0000000000..18774f5993 --- /dev/null +++ b/asterisk-certified-13.13-cert4-summary.html @@ -0,0 +1,18 @@ +Release Summary - asterisk-certified/13.13-cert4

Release Summary

asterisk-certified/13.13-cert4

Date: 2017-05-19

<asteriskteam@digium.com>


Table of Contents

    +
  1. Summary
  2. +
  3. Contributors
  4. +
  5. Closed Issues
  6. +
  7. Diffstat
  8. +

Summary

[Back to Top]

This release is a point release of an existing major version. The changes included were made to address problems that have been identified in this release series, or are minor, backwards compatible new features or improvements. Users should be able to safely upgrade to this version if this release series is already in use. Users considering upgrading from a previous version are strongly encouraged to review the UPGRADE.txt document as well as the CHANGES document for information about upgrading to this release series.

The data in this summary reflects changes that have been made since the previous release, asterisk-certified/13.13-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.

+ + +
CodersTestersReporters
2 Mark Michelson
1 George Joseph
3 Sandro Gauci

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

ASTERISK-26940: Asterisk Skinny memory exhaustion vulnerability leads to DoS
Reported by: Sandro Gauci
    +
  • [7e8b57db67] gtjoseph -- AST-2017-004: chan_skinny: Add EOF check in skinny_session
  • +

Category: pjproject/pjsip

ASTERISK-26939: Out of bound memory access in PJSIP multipart parser crashes Asterisk
Reported by: Sandro Gauci
    +
  • [d0e628e792] Mark Michelson -- AST-2017-003: Handle zero-length body parts correctly.
  • +
ASTERISK-26938: Heap overflow in CSEQ header parsing affects Asterisk chan_pjsip and PJSIP
Reported by: Sandro Gauci
    +
  • [14e57ba5b5] Mark Michelson -- AST-2017-002: Ensure transaction key buffer is large enough.
  • +


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_skinny.c                                                                      |  122 +++++-----
+third-party/pjproject/patches/0058-Parse-zero-length-multipart-body-parts-correctly.patch   |   41 +++
+third-party/pjproject/patches/0059-Ensure-2543-transaction-key-buffer-is-large-enough.patch |   24 +
+3 files changed, 131 insertions(+), 56 deletions(-)

\ No newline at end of file diff --git a/asterisk-certified-13.13-cert3-summary.txt b/asterisk-certified-13.13-cert4-summary.txt similarity index 50% rename from asterisk-certified-13.13-cert3-summary.txt rename to asterisk-certified-13.13-cert4-summary.txt index 793c30d6c6..a0c29e552f 100644 --- a/asterisk-certified-13.13-cert3-summary.txt +++ b/asterisk-certified-13.13-cert4-summary.txt @@ -1,8 +1,8 @@ Release Summary - asterisk-certified/13.13-cert3 + asterisk-certified/13.13-cert4 - Date: 2017-04-04 + Date: 2017-05-19 @@ -21,19 +21,17 @@ [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-2017-001 + This release is a point release of an existing major version. The changes + included were made to address problems that have been identified in this + release series, or are minor, backwards compatible new features or + improvements. Users should be able to safely upgrade to this version if + this release series is already in use. Users considering upgrading from a + previous version are strongly encouraged to review the UPGRADE.txt + document as well as the CHANGES document for information about upgrading + to this release series. The data in this summary reflects changes that have been made since the - previous release, asterisk-certified/13.13-cert2. + previous release, asterisk-certified/13.13-cert3. ---------------------------------------------------------------------- @@ -51,8 +49,8 @@ this release. Coders Testers Reporters - 1 Corey Farrell 1 Alex VillacAs Lasso - 1 Robert Mordec 1 Robert Mordec + 2 Mark Michelson 3 Sandro Gauci + 1 George Joseph ---------------------------------------------------------------------- @@ -65,20 +63,26 @@ Bug - Category: Applications/app_queue + Category: Channels/chan_skinny - ASTERISK-26862: app_queue: Queue stops calling members with local - interface after forwarding in previous call - Reported by: Robert Mordec - * [563b639e5a] Robert Mordec -- app_queue: Member stuck as pending after - forwarding previous call from queue + ASTERISK-26940: Asterisk Skinny memory exhaustion vulnerability leads to + DoS + Reported by: Sandro Gauci + * [7e8b57db67] gtjoseph -- AST-2017-004: chan_skinny: Add EOF check in + skinny_session - Category: Channels/chan_sip/General + Category: pjproject/pjsip - ASTERISK-26897: chan_sip: Security vulnerability with client code header - Reported by: Alex VillacAs Lasso - * [d91f264721] Corey Farrell -- CDR: Protect from data overflow in - ast_cdr_setuserfield. + ASTERISK-26939: Out of bound memory access in PJSIP multipart parser + crashes Asterisk + Reported by: Sandro Gauci + * [d0e628e792] Mark Michelson -- AST-2017-003: Handle zero-length body + parts correctly. + ASTERISK-26938: Heap overflow in CSEQ header parsing affects Asterisk + chan_pjsip and PJSIP + Reported by: Sandro Gauci + * [14e57ba5b5] Mark Michelson -- AST-2017-002: Ensure transaction key + buffer is large enough. ---------------------------------------------------------------------- @@ -89,4 +93,7 @@ This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility. - 0 files changed + channels/chan_skinny.c | 122 +++++----- + third-party/pjproject/patches/0058-Parse-zero-length-multipart-body-parts-correctly.patch | 41 +++ + third-party/pjproject/patches/0059-Ensure-2543-transaction-key-buffer-is-large-enough.patch | 24 + + 3 files changed, 131 insertions(+), 56 deletions(-)