Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
4DescriptionGitHub Advisory
PJSIP is a free and open source multimedia communication library written in C. Versions 2.16 and below have a Heap-based Buffer Overflowvulnerability in the DNS parser's name length handler. Thisimpacts applications using PJSIP's built-in DNS resolver, such as those configured with pjsua_config.nameserver or UaConfig.nameserver in PJSUA/PJSUA2. It does not affect users who rely on the OS resolver (e.g., getaddrinfo()) by not configuring a nameserver, or those using an external resolver via pjsip_resolver_set_ext_resolver(). This issue is fixed in version 2.17. For users unable to upgrade, a workaround is to disable DNS resolution in the PJSIP config (by setting nameserver_count to zero) or to use an external resolver implementation instead.
AnalysisAI
Heap overflow in PJSIP 2.16 and earlier DNS parser allows unauthenticated remote attackers to achieve code execution with no user interaction required. The vulnerability affects only applications explicitly configured with a built-in nameserver; users relying on OS resolvers or external resolver implementations are unaffected. No patch is currently available, but mitigation is possible by disabling DNS resolution or switching to an external resolver.
Technical ContextAI
PJSIP is a widely-used free and open-source multimedia communication library written in C, commonly integrated into VoIP applications, SIP clients, and telephony systems. The vulnerability, classified as CWE-122 (Heap-based Buffer Overflow), occurs in the DNS parser component specifically when handling name length validation during DNS response processing. According to EUVD-2026-13519, affected versions include pjproject versions prior to 2.17. The flaw only impacts deployments that utilize PJSIP's internal DNS resolver implementation rather than delegating to the operating system's native resolver (getaddrinfo) or external resolver implementations via pjsip_resolver_set_ext_resolver(). The heap overflow occurs during parsing of DNS records, likely when processing malformed or specially crafted DNS response packets with incorrect length fields.
RemediationAI
Upgrade PJSIP (pjproject) to version 2.17 or later, which contains the fix committed at https://github.com/pjsip/pjproject/commit/5311aee398ae9d623829a6bad7b679a193c9e199. For environments where immediate patching is not feasible, implement one of two workarounds: disable DNS resolution in PJSIP configuration by setting nameserver_count to zero (forcing reliance on OS resolver), or configure an external resolver implementation using pjsip_resolver_set_ext_resolver() function. Review your PJSIP deployment to confirm whether custom nameservers are configured, as systems using default OS resolver settings (getaddrinfo) are not affected and do not require remediation. Consult the GitHub security advisory at https://github.com/pjsip/pjproject/security/advisories/GHSA-jr2p-p2w4-rr9q for complete vendor recommendations.
PJSIP is a free and open source multimedia communication library. Rated critical severity (CVSS 9.1), this vulnerability
PJSIP is a free and open source multimedia communication library written in C language implementing standard based proto
An issue was discovered in Teluu pjproject (pjlib and pjlib-util) in PJSIP before 2.7.1. Rated critical severity (CVSS 9
Buffer overflow in PJSIP multimedia library version 2.16 and earlier in PJNATH ICE implementation. Patch available. Affe
PJSIP is a free and open source multimedia communication library written in C with high level API in C, C++, Java, C#, a
PJSIP is a free and open source multimedia communication library written in C language implementing standard based proto
PJSIP is a free and open source multimedia communication library written in C language implementing standard based proto
PJSIP is a free and open source multimedia communication library written in C. Rated critical severity (CVSS 9.8), this
PJSIP is a free and open source multimedia communication library written in C language implementing standard based proto
PJSIP is a free and open source multimedia communication library written in C. Rated critical severity (CVSS 9.8), this
PJSIP is a free and open source multimedia communication library written in C language. Rated critical severity (CVSS 9.
PJSIP is a free and open source multimedia communication library written in C language implementing standard based proto
Same weakness CWE-122 – Heap-based Buffer Overflow
View allSame technique Buffer Overflow
View allVendor StatusVendor
Debian
| Release | Status | Fixed Version | Urgency |
|---|---|---|---|
| (unstable) | fixed | (unfixed) | - |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-13519