Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-27624

Coturn: IPv4-mapped IPv6 (::ffff:0:0/96) bypasses denied-peer-ip ACL
Back to all
CVE

CVE-2026-27624

Coturn: IPv4-mapped IPv6 (::ffff:0:0/96) bypasses denied-peer-ip ACL

Coturn is a free open source implementation of TURN and STUN Server. Coturn is commonly configured to block loopback and internal ranges using "denied-peer-ip" and/or default loopback restrictions. CVE-2020-26262 addressed bypasses involving "0.0.0.0", "[::1]" and "[::]", but IPv4-mapped IPv6 is not covered. When sending a "CreatePermission" or "ChannelBind" request with the "XOR-PEER-ADDRESS" value of "::ffff:127.0.0.1", a successful response is received, even though "127.0.0.0/8" is blocked via "denied-peer-ip". The root cause is that, prior to the updated fix implemented in version 4.9.0, three functions in "src/client/nsturnioaddr.c" do not check "IN6ISADDRV4MAPPED". "ioaaddrisloopback()" checks "127.x.x.x" (AFINET) and "::1" (AFINET6), but not "::ffff:127.0.0.1." "ioaaddriszero()" checks "0.0.0.0" and "::", but not "::ffff:0.0.0.0." "addrlesseq()" used by "ioaaddrinrange()" for "denied-peer-ip" matching: when the range is AFINET and the peer is AFINET6, the comparison returns 0 without extracting the embedded IPv4. Version 4.9.0 contains an updated fix to address the bypass of the fix for CVE-2020-26262.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
7.2
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
C
H
U
-

Related Resources

No items found.

References

https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/27xxx/CVE-2026-27624.json, https://github.com/coturn/coturn/security/advisories/GHSA-6g6j-r9rf-cm7p, https://github.com/coturn/coturn/security/advisories/GHSA-j8mm-mpf8-gvjg, https://nvd.nist.gov/vuln/detail/CVE-2026-27624, https://github.com/coturn/coturn/commit/b80eb898ba26552600770162c26a8ae7f3661b0b

Severity

7.2

CVSS Score
0
10

Basic Information

Ecosystem
Base CVSS
7.2
EPSS Probability
0.00053%
EPSS Percentile
0.1665%
Introduced Version
0
Fix Available
41ba6d8f5d073ab27440ef061022eb88123fba62,4.10.0-r0

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading