Vulnerability Description
A NULL pointer access issue was discovered in Asterisk 15.x through 15.2.1. The RTP support in Asterisk maintains its own registry of dynamic codecs and desired payload numbers. While an SDP negotiation may result in a codec using a different payload number, these desired ones are still stored internally. When an RTP packet was received, this registry would be consulted if the payload number was not found in the negotiated SDP. This registry was incorrectly consulted for all packets, even those which are dynamic. If the payload number resulted in a codec of a different type than the RTP stream (for example, the payload number resulted in a video codec but the stream carried audio), a crash could occur if no stream of that type had been negotiated. This was due to the code incorrectly assuming that a stream of that type would always exist.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Digium | Asterisk | >= 15.0.0, <= 15.2.1 |
Related Weaknesses (CWE)
References
- http://downloads.asterisk.org/pub/security/AST-2018-001.htmlPatchVendor Advisory
- http://www.securityfocus.com/bid/103149Third Party AdvisoryVDB Entry
- http://www.securitytracker.com/id/1040415Third Party AdvisoryVDB Entry
- http://downloads.asterisk.org/pub/security/AST-2018-001.htmlPatchVendor Advisory
- http://www.securityfocus.com/bid/103149Third Party AdvisoryVDB Entry
- http://www.securitytracker.com/id/1040415Third Party AdvisoryVDB Entry
FAQ
What is CVE-2018-7285?
CVE-2018-7285 is a vulnerability with a CVSS score of 7.5 (HIGH). A NULL pointer access issue was discovered in Asterisk 15.x through 15.2.1. The RTP support in Asterisk maintains its own registry of dynamic codecs and desired payload numbers. While an SDP negotiati...
How severe is CVE-2018-7285?
CVE-2018-7285 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2018-7285?
Check the references section above for vendor advisories and patch information. Affected products include: Digium Asterisk.