Name | CVE-2020-15260 |
Description | PJSIP is a free and open source multimedia communication library written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE. In version 2.10 and earlier, PJSIP transport can be reused if they have the same IP address + port + protocol. However, this is insufficient for secure transport since it lacks remote hostname authentication. Suppose we have created a TLS connection to `sip.foo.com`, which has an IP address `100.1.1.1`. If we want to create a TLS connection to another hostname, say `sip.bar.com`, which has the same IP address, then it will reuse that existing connection, even though `100.1.1.1` does not have certificate to authenticate as `sip.bar.com`. The vulnerability allows for an insecure interaction without user awareness. It affects users who need access to connections to different destinations that translate to the same address, and allows man-in-the-middle attack if attacker can route a connection to another destination such as in the case of DNS spoofing. |
Source | CVE (at NVD; CERT, LWN, oss-sec, fulldisc, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
Debian Bugs | 986815 |
The table below lists information on source packages.
Source Package | Release | Version | Status |
---|---|---|---|
pjproject (PTS) | jessie, jessie (lts) | 2.1.0.0.ast20130823-1+deb8u1 | vulnerable |
stretch (security) | 2.5.5~dfsg-6+deb9u5 | fixed | |
stretch (lts), stretch | 2.5.5~dfsg-6+deb9u9 | fixed | |
ring (PTS) | stretch (security), stretch (lts), stretch | 20161221.2.7bd7d91~dfsg1-1+deb9u1 | fixed |
buster (security), buster, buster (lts) | 20190215.1.f152c98~ds1-1+deb10u2 | fixed | |
bullseye | 20210112.2.b757bac~ds1-1 | fixed | |
bullseye (security) | 20210112.2.b757bac~ds1-1+deb11u1 | fixed | |
bookworm | 20230206.0~ds2-1.1 | fixed | |
sid | 20231201.0~ds1-1 | fixed |
The information below is based on the following data on fixed versions.
Package | Type | Release | Fixed Version | Urgency | Origin | Debian Bugs |
---|---|---|---|---|---|---|
pjproject | source | jessie | (unfixed) | end-of-life | ||
pjproject | source | stretch | (not affected) | |||
pjproject | source | (unstable) | (unfixed) | |||
ring | source | stretch | (not affected) | |||
ring | source | buster | (not affected) | |||
ring | source | (unstable) | 20210112.2.b757bac~ds1-1 | 986815 |
[stretch] - pjproject <not-affected> (Vulnerable code introduced later, no connection reuse available)
[buster] - ring <not-affected> (Vulnerable code introduced later, no connection reuse available in embedded pjproject)
[stretch] - ring <not-affected> (Vulnerable code introduced later, no connection reuse available in embedded pjproject)
https://github.com/pjsip/pjproject/security/advisories/GHSA-8hcp-hm38-mfph
https://github.com/pjsip/pjproject/commit/67e46c1ac45ad784db5b9080f5ed8b133c122872
https://github.com/pjsip/pjproject/pull/2663