~ubuntu-security/ubuntu-cve-tracker/master

« back to all changes in this revision

Viewing changes to active/CVE-2018-7285

  • Committer: Steve Beattie
  • Date: 2019-02-19 06:18:27 UTC
  • Revision ID: sbeattie@ubuntu.com-20190219061827-oh57fzcfc1u9dlfk
The ubuntu-cve-tracker project has been converted to git.

Please use 'git clone https://git.launchpad.net/ubuntu-cve-tracker' to
get the converted tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Candidate: CVE-2018-7285
2
 
PublicDate: 2018-02-21
3
 
References:
4
 
 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7285
5
 
 http://downloads.asterisk.org/pub/security/AST-2018-001.html
6
 
Description:
7
 
 A NULL pointer access issue was discovered in Asterisk 15.x through 15.2.1.
8
 
 The RTP support in Asterisk maintains its own registry of dynamic codecs
9
 
 and desired payload numbers. While an SDP negotiation may result in a codec
10
 
 using a different payload number, these desired ones are still stored
11
 
 internally. When an RTP packet was received, this registry would be
12
 
 consulted if the payload number was not found in the negotiated SDP. This
13
 
 registry was incorrectly consulted for all packets, even those which are
14
 
 dynamic. If the payload number resulted in a codec of a different type than
15
 
 the RTP stream (for example, the payload number resulted in a video codec
16
 
 but the stream carried audio), a crash could occur if no stream of that
17
 
 type had been negotiated. This was due to the code incorrectly assuming
18
 
 that a stream of that type would always exist.
19
 
Ubuntu-Description:
20
 
Notes:
21
 
Bugs:
22
 
Priority: medium
23
 
Discovered-by:
24
 
Assigned-to:
25
 
 
26
 
 
27
 
Patches_asterisk:
28
 
upstream_asterisk: needs-triage
29
 
precise/esm_asterisk: DNE
30
 
trusty_asterisk: needs-triage
31
 
xenial_asterisk: needs-triage
32
 
artful_asterisk: needs-triage
33
 
bionic_asterisk: needs-triage
34
 
devel_asterisk: needs-triage