[From nobody Wed Jun 10 10:35:07 2026
Received: (at submit) by bugs.debian.org; 28 Feb 2026 13:30:58 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-10.9 required=4.0 tests=BAYES_00,FOURLA,
 FROMDEVELOPER,FVGT_m_MULTI_ODD,MD5_SHA1_SUM,NO_RELAYS,
 XMAILER_REPORTBUG autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 38; hammy, 150; neutral, 74; spammy,
 0. spammytokens: hammytokens:0.000-+--H*F:U*carnil,
 0.000-+--XDebbugsCc, 0.000-+--X-Debbugs-Cc, 0.000-+--HTo:N*Debian,
 0.000-+--H*Ad:N*Bug
Return-path: &lt;carnil@debian.org&gt;
Received: via submission by buxtehude.debian.org with esmtp (Exim 4.96)
 (envelope-from &lt;carnil@debian.org&gt;) id 1vwKPJ-00BNkW-0T
 for submit@bugs.debian.org; Sat, 28 Feb 2026 13:30:58 +0000
Content-Type: text/plain; charset=&quot;us-ascii&quot;
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Salvatore Bonaccorso &lt;carnil@debian.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: coturn: CVE-2026-27624
Message-ID: &lt;177228545089.633979.5273606564688946636.reportbug@eldamar.lan&gt;
X-Mailer: reportbug 13.2.0
Date: Sat, 28 Feb 2026 14:30:50 +0100
Delivered-To: submit@bugs.debian.org

Source: coturn
Version: 4.6.1-1
Severity: important
Tags: security upstream
X-Debbugs-Cc: carnil@debian.org, Debian Security Team &lt;team@security.debian.org&gt;

Hi,

The following vulnerability was published for coturn.

CVE-2026-27624[0]:
| Coturn is a free open source implementation of TURN and STUN Server.
| Coturn is commonly configured to block loopback and internal ranges
| using &quot;denied-peer-ip&quot; and/or default loopback restrictions.
| CVE-2020-26262 addressed bypasses involving &quot;0.0.0.0&quot;, &quot;[::1]&quot; and
| &quot;[::]&quot;, but IPv4-mapped IPv6 is not covered. When sending a
| &quot;CreatePermission&quot; or &quot;ChannelBind&quot; request with the &quot;XOR-PEER-
| ADDRESS&quot; value of &quot;::ffff:127.0.0.1&quot;, a successful response is
| received, even though &quot;127.0.0.0/8&quot; is blocked via &quot;denied-peer-ip&quot;.
| The root cause is that, prior to the updated fix implemented in
| version 4.9.0, three functions in &quot;src/client/ns_turn_ioaddr.c&quot; do
| not check &quot;IN6_IS_ADDR_V4MAPPED&quot;. &quot;ioa_addr_is_loopback()&quot; checks
| &quot;127.x.x.x&quot; (AF_INET) and &quot;::1&quot; (AF_INET6), but not
| &quot;::ffff:127.0.0.1.&quot; &quot;ioa_addr_is_zero()&quot; checks &quot;0.0.0.0&quot; and &quot;::&quot;,
| but not &quot;::ffff:0.0.0.0.&quot; &quot;addr_less_eq()&quot; used by
| &quot;ioa_addr_in_range()&quot; for &quot;denied-peer-ip&quot; matching: when the range
| is AF_INET and the peer is AF_INET6, 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.


If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities &amp; Exposures) id in your changelog entry.

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2026-27624
    https://www.cve.org/CVERecord?id=CVE-2026-27624
[1] https://github.com/coturn/coturn/security/advisories/GHSA-j8mm-mpf8-gvjg
[2] https://github.com/coturn/coturn/commit/b80eb898ba26552600770162c26a8ae7f3661b0b

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore
]