LiveActive security incident?Get immediate response
CVE Record

CVE-2020-15260: Existing TLS connections can be reused without checking remote hostname

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.

MediumCVSS 6.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

PJSIP could silently reuse an existing TLS connection for a different hostname when the new destination shared the same IP, port, and protocol. That can defeat hostname-based certificate assurance and allow insecure communication without user awareness.

Executive priority

Treat this as a targeted integrity risk rather than a broad emergency. Prioritize remediation where PJSIP handles trusted SIP/TLS communications, especially in environments with complex DNS, shared service endpoints, or strict identity assurance requirements.

Technical view

In pjproject/PJSIP 2.10 and earlier, TLS transport reuse keyed on IP address, port, and protocol, but not the remote hostname. This creates improper certificate hostname validation behavior, mapped to CWE-297, and can permit integrity impact under specific routing or DNS-spoofing conditions.

Likely exposure

Exposure is most likely in applications or services embedding pjproject/PJSIP 2.10 or earlier and using TLS connections to multiple SIP destinations that can resolve to the same address and port.

Exploitation context

The source bundle does not indicate known active exploitation, and KEV is false. Abuse requires a specific setup, such as routing or DNS manipulation that causes a connection intended for one hostname to reuse a TLS transport authenticated for another.

Researcher notes

The core issue is transport reuse without including the remote hostname in the secure transport identity decision. Evidence supports affected pjproject/PJSIP versions through 2.10, CVSS 6.8, CWE-297, and upstream remediation references, but not active exploitation.

Mitigation direction

  • Upgrade pjproject/PJSIP to a version not affected by the vendor advisory.
  • Apply the upstream fix referenced by PR 2663 or commit 67e46c1 where appropriate.
  • Follow OS or distribution vendor guidance, including Gentoo GLSA-202107-42 if applicable.
  • Review SIP/TLS configurations that rely on multiple hostnames resolving to shared addresses.

Validation and detection

  • Inventory products or services embedding pjproject/PJSIP and record the linked pjproject version.
  • Check whether any deployed version is 2.10 or earlier.
  • Confirm the TLS transport fix from the upstream advisory or commit is present.
  • Review DNS and SIP routing for shared IP, port, and protocol destinations.
  • Verify vendor or distribution packages include the corrected pjproject build.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-297: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-15260 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.8CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N2.24Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.8Medium
CVSS 3.1 vector shape for CVE-2020-15260Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
pjsippjproject<= 2.10Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-297 · source CWE mapping

Improper Validation of Certificate with Host Mismatch

Improper Validation of Certificate with Host Mismatch represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.