From c54d57a9f63171a10f2f477bb434f2b2bdcbb5a4 Mon Sep 17 00:00:00 2001 From: Kevin Harwell Date: Thu, 8 Dec 2016 15:28:50 -0500 Subject: [PATCH] Update for certified/11.6-cert16 --- .version | 2 +- ChangeLog | 39 +++++++++++++++ asterisk-certified-11.6-cert15-summary.html | 23 --------- asterisk-certified-11.6-cert16-summary.html | 13 +++++ ...asterisk-certified-11.6-cert16-summary.txt | 50 +++++-------------- 5 files changed, 66 insertions(+), 61 deletions(-) delete mode 100644 asterisk-certified-11.6-cert15-summary.html create mode 100644 asterisk-certified-11.6-cert16-summary.html rename asterisk-certified-11.6-cert15-summary.txt => asterisk-certified-11.6-cert16-summary.txt (56%) diff --git a/.version b/.version index c4ae98a727..a9d13af2c0 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -certified/11.6-cert15 \ No newline at end of file +certified/11.6-cert16 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index 52c367accf..3cbba66623 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2016-12-08 20:28 +0000 Asterisk Development Team + + * asterisk certified/11.6-cert16 Released. + +2016-11-30 09:31 +0000 [93dfe39642] Walter Doekes + + * chan_sip: Do not allow non-SP/HTAB between header key and colon. + + RFC says SIP headers look like: + + HCOLON = *( SP / HTAB ) ":" SWS + SWS = [LWS] ; sep whitespace + LWS = [*WSP CRLF] 1*WSP ; linear whitespace + WSP = SP / HTAB ; from rfc2234 + + chan_sip implemented this: + + HCOLON = *( LOWCTL / SP ) ":" SWS + LOWCTL = %x00-1F ; CTL without DEL + + This discrepancy meant that SIP proxies in front of Asterisk with + chan_sip could pass on unknown headers with \x00-\x1F in them, which + would be treated by Asterisk as a different (known) header. For + example, the "To\x01:" header would gladly be forwarded by some proxies + as irrelevant, but chan_sip would treat it as the relevant "To:" header. + + Those relying on a SIP proxy to scrub certain headers could mistakenly + get unexpected and unvalidated data fed to Asterisk. + + This change fixes so chan_sip only considers SP/HTAB as valid tokens + before the colon, making it agree on the headers with other speakers of + SIP. + + ASTERISK-26433 #close + AST-2016-009 + + Change-Id: I78086fbc524ac733b8f7f78cb423c91075fd489b + (cherry picked from commit 26dd464dbd0ad7439bc29ce59ec55903d518ec6e) + 2016-09-08 16:38 +0000 Asterisk Development Team * asterisk certified/11.6-cert15 Released. diff --git a/asterisk-certified-11.6-cert15-summary.html b/asterisk-certified-11.6-cert15-summary.html deleted file mode 100644 index 085e3e9283..0000000000 --- a/asterisk-certified-11.6-cert15-summary.html +++ /dev/null @@ -1,23 +0,0 @@ -Release Summary - asterisk-certified/11.6-cert15

Release Summary

asterisk-certified/11.6-cert15

Date: 2016-09-08

<asteriskteam@digium.com>


Table of Contents

    -
  1. Summary
  2. -
  3. Contributors
  4. -
  5. Closed Issues
  6. -
  7. Other Changes
  8. -
  9. Diffstat
  10. -

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/11.6-cert14.


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
3 George Joseph
1 Corey Farrell
1 Etienne Lessard

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_sip/General

ASTERISK-26272: chan_sip: File descriptors leak (UDP sockets)
Reported by: Etienne Lessard
    -
  • [c7cb8f7808] Corey Farrell -- chan_sip: Don't allocate new RTP instances on top of old ones.
  • -


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.

- - - - -
RevisionAuthorSummary
1fedc0585egtjosephRelease summaries: Remove previous versions
107b121ff8gtjoseph.version: Update for certified/11.6-cert15
4e3297d0b0gtjoseph.lastclean: Update for certified/11.6-cert15

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-11.6-cert14-summary.html |   77 --------
-asterisk-certified-11.6-cert14-summary.txt  |  259 ----------------------------
-b/.version                                  |    2
-b/channels/chan_sip.c                       |   33 +++
-4 files changed, 34 insertions(+), 337 deletions(-)

\ No newline at end of file diff --git a/asterisk-certified-11.6-cert16-summary.html b/asterisk-certified-11.6-cert16-summary.html new file mode 100644 index 0000000000..7e8b4e3ef8 --- /dev/null +++ b/asterisk-certified-11.6-cert16-summary.html @@ -0,0 +1,13 @@ +Release Summary - asterisk-certified/11.6-cert16

Release Summary

asterisk-certified/11.6-cert16

Date: 2016-12-08

<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/11.6-cert15.


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 Walter Doekes
1 Walter Doekes

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_sip/Interoperability

ASTERISK-26433: chan_sip: Allows To-tag checks to be bypassed, setting up new calls
Reported by: Walter Doekes
    +
  • [93dfe39642] Walter Doekes -- chan_sip: Do not allow non-SP/HTAB between header key and colon.
  • +


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-11.6-cert15-summary.txt b/asterisk-certified-11.6-cert16-summary.txt similarity index 56% rename from asterisk-certified-11.6-cert15-summary.txt rename to asterisk-certified-11.6-cert16-summary.txt index 80c9164c07..b49a321429 100644 --- a/asterisk-certified-11.6-cert15-summary.txt +++ b/asterisk-certified-11.6-cert16-summary.txt @@ -1,8 +1,8 @@ Release Summary - asterisk-certified/11.6-cert15 + asterisk-certified/11.6-cert16 - Date: 2016-09-08 + Date: 2016-12-08 @@ -13,8 +13,7 @@ 1. Summary 2. Contributors 3. Closed Issues - 4. Other Changes - 5. Diffstat + 4. Diffstat ---------------------------------------------------------------------- @@ -31,10 +30,10 @@ Security Advisories: - * AST-2016-007 + * AST-2016-009 The data in this summary reflects changes that have been made since the - previous release, asterisk-certified/11.6-cert14. + previous release, asterisk-certified/11.6-cert15. ---------------------------------------------------------------------- @@ -52,8 +51,7 @@ this release. Coders Testers Reporters - 3 George Joseph 1 Etienne Lessard - 1 Corey Farrell + 1 Walter Doekes 1 Walter Doekes ---------------------------------------------------------------------- @@ -66,31 +64,13 @@ Bug - Category: Channels/chan_sip/General + Category: Channels/chan_sip/Interoperability - ASTERISK-26272: chan_sip: File descriptors leak (UDP sockets) - Reported by: Etienne Lessard - * [c7cb8f7808] Corey Farrell -- chan_sip: Don't allocate new RTP - instances on top of old ones. - - ---------------------------------------------------------------------- - - 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 | - |-------------+-----------+----------------------------------------------| - | 1fedc0585e | gtjoseph | Release summaries: Remove previous versions | - |-------------+-----------+----------------------------------------------| - | 107b121ff8 | gtjoseph | .version: Update for certified/11.6-cert15 | - |-------------+-----------+----------------------------------------------| - | 4e3297d0b0 | gtjoseph | .lastclean: Update for certified/11.6-cert15 | - +------------------------------------------------------------------------+ + ASTERISK-26433: chan_sip: Allows To-tag checks to be bypassed, setting up + new calls + Reported by: Walter Doekes + * [93dfe39642] Walter Doekes -- chan_sip: Do not allow non-SP/HTAB + between header key and colon. ---------------------------------------------------------------------- @@ -101,8 +81,4 @@ 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-11.6-cert14-summary.html | 77 -------- - asterisk-certified-11.6-cert14-summary.txt | 259 ---------------------------- - b/.version | 2 - b/channels/chan_sip.c | 33 +++ - 4 files changed, 34 insertions(+), 337 deletions(-) + 0 files changed -- 2.47.2