Asterisk Release Certified-18.9-cert6

Home » Uncategorized » Asterisk Release Certified-18.9-cert6
Uncategorized No Comments

The Asterisk Development Team would like to announce security release
Certified Asterisk 18.9-cert6.

The release artifacts are available for immediate download at
https://github.com/asterisk/asterisk/releases/tag/certified-18.9-cert6
and https://downloads.asterisk.org/pub/telephony/certified-asterisk

The following security advisories were resolved in this release:
– [Path traversal via AMI GetConfig allows access to outside files](https://github.com/asterisk/asterisk/security/advisories/GHSA-8857-hfmw-vg8f)
– [Asterisk susceptible to Denial of Service via DTLS Hello packets during call initiation](https://github.com/asterisk/asterisk/security/advisories/GHSA-hxj9-xwr8-w8pq)
– [PJSIP logging allows attacker to inject fake Asterisk log entries ](https://github.com/asterisk/asterisk/security/advisories/GHSA-5743-x3p5-3rg7)
– [PJSIP_HEADER dialplan function can overwrite memory/cause crash when using ‘update’](https://github.com/asterisk/asterisk/security/advisories/GHSA-98rc-4j27-74hh)

Change Log for Release asterisk-certified-18.9-cert6
========================================

Links:
—————————————-

– [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-certified-18.9-cert6.md)
– [GitHub Diff](https://github.com/asterisk/asterisk/compare/certified-18.9-cert5…certified-18.9-cert6)
– [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-certified-18.9-cert6.tar.gz)
– [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk)

Summary:
—————————————-

– res_pjsip_header_funcs: Duplicate new header value, don’t copy.
– res_rtp_asterisk.c: Check DTLS packets against ICE candidate list
– manager.c: Prevent path traversal with GetConfig.
– res_pjsip: disable raw bad packet logging

User Notes:
—————————————-

– ### app_read: Add an option to return terminator on empty digits.
A new option ‘e’ has been added to allow Read() to return the
terminator as the dialed digits in the case where only the terminator
is entered.

– ### format_sln: add .slin as supported file extension
format_sln now recognizes ‘.slin’ as a valid
file extension in addition to the existing
‘.sln’ and ‘.raw’.

– ### app_directory: Add a ‘skip call’ option.
A new option ‘s’ has been added to the Directory() application that
will skip calling the extension and instead set the extension as
DIRECTORY_EXTEN channel variable.

– ### app_senddtmf: Add option to answer target channel.
A new option has been added to SendDTMF() which will answer the
specified channel if it is not already up. If no channel is specified,
the current channel will be answered instead.

– ### cli: increase channel column width
This change increases the display width on ‘core show channels’
amd ‘core show channels verbose’
For ‘core show channels’, the Channel name field is increased to
64 characters and the Location name field is increased to 32
characters.
For ‘core show channels verbose’, the Channel name field is
increased to 80 characters, the Context is increased to 24
characters and the Extension is increased to 24 characters.

– ### bridge_builtin_features: add beep via touch variable
Add optional touch variable : TOUCH_MIXMONITOR_BEEP(interval)
Setting TOUCH_MIXMONITOR_BEEP/TOUCH_MONITOR_BEEP to a valid
interval in seconds will result in a periodic beep being
played to the monitored channel upon MixMontior/Monitor
feature start.
If an interval less than 5 seconds is specified, the interval
will default to 5 seconds. If the value is set to an invalid
interval, the default of 15 seconds will be used.

– ### test.c: Fix counting of tests and add 2 new tests
The “tests” attribute of the “testsuite” element in the
output XML now reflects only the tests actually requested
to be executed instead of all the tests registered.
The “failures” attribute was added to the “testsuite”
element.
Also added two new unit tests that just pass and fail
to be used for testing CI itself.

– ### res_mixmonitor: MixMonitorMute by MixMonitor ID
It is now possible to specify the MixMonitorID when calling
the manager action: MixMonitorMute. This will allow an
individual MixMonitor instance to be muted via ID.
The MixMonitorID can be stored as a channel variable using
the ‘i’ MixMonitor option and is returned upon creation if
this option is used.
As part of this change, if no MixMonitorID is specified in
the manager action MixMonitorMute, Asterisk will set the mute
flag on all MixMonitor audiohooks on the channel. Previous
behavior would set the flag on the first MixMonitor audiohook
found.

Upgrade Notes:
—————————————-

Closed Issues:
—————————————-

None