Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-27624 (GCVE-0-2026-27624)
Vulnerability from cvelistv5 – Published: 2026-02-25 04:04 – Updated: 2026-02-25 15:09
VLAI
EPSS
Title
Coturn: IPv4-mapped IPv6 (::ffff:0:0/96) bypasses denied-peer-ip ACL
Summary
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/ns_turn_ioaddr.c" do not check "IN6_IS_ADDR_V4MAPPED". "ioa_addr_is_loopback()" checks "127.x.x.x" (AF_INET) and "::1" (AF_INET6), but not "::ffff:127.0.0.1." "ioa_addr_is_zero()" checks "0.0.0.0" and "::", but not "::ffff:0.0.0.0." "addr_less_eq()" used by "ioa_addr_in_range()" for "denied-peer-ip" 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.
Severity
7.2 (High)
SSVC
Exploitation: poc
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/coturn/coturn/security/advisor… | x_refsource_CONFIRM |
| https://github.com/coturn/coturn/security/advisor… | x_refsource_MISC |
| https://github.com/coturn/coturn/commit/b80eb898b… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-27624",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-02-25T15:09:17.451722Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-02-25T15:09:21.716Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/coturn/coturn/security/advisories/GHSA-6g6j-r9rf-cm7p"
},
{
"tags": [
"exploit"
],
"url": "https://github.com/coturn/coturn/security/advisories/GHSA-j8mm-mpf8-gvjg"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "coturn",
"vendor": "coturn",
"versions": [
{
"status": "affected",
"version": "\u003c 4.9.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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/ns_turn_ioaddr.c\" do not check \"IN6_IS_ADDR_V4MAPPED\". \"ioa_addr_is_loopback()\" checks \"127.x.x.x\" (AF_INET) and \"::1\" (AF_INET6), but not \"::ffff:127.0.0.1.\" \"ioa_addr_is_zero()\" checks \"0.0.0.0\" and \"::\", but not \"::ffff:0.0.0.0.\" \"addr_less_eq()\" used by \"ioa_addr_in_range()\" for \"denied-peer-ip\" 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."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-284",
"description": "CWE-284: Improper Access Control",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-441",
"description": "CWE-441: Unintended Proxy or Intermediary (\u0027Confused Deputy\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-25T04:04:17.009Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/coturn/coturn/security/advisories/GHSA-j8mm-mpf8-gvjg",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/coturn/coturn/security/advisories/GHSA-j8mm-mpf8-gvjg"
},
{
"name": "https://github.com/coturn/coturn/security/advisories/GHSA-6g6j-r9rf-cm7p",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/coturn/coturn/security/advisories/GHSA-6g6j-r9rf-cm7p"
},
{
"name": "https://github.com/coturn/coturn/commit/b80eb898ba26552600770162c26a8ae7f3661b0b",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/coturn/coturn/commit/b80eb898ba26552600770162c26a8ae7f3661b0b"
}
],
"source": {
"advisory": "GHSA-j8mm-mpf8-gvjg",
"discovery": "UNKNOWN"
},
"title": "Coturn: IPv4-mapped IPv6 (::ffff:0:0/96) bypasses denied-peer-ip ACL"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-27624",
"datePublished": "2026-02-25T04:04:17.009Z",
"dateReserved": "2026-02-20T22:02:30.027Z",
"dateUpdated": "2026-02-25T15:09:21.716Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-27624",
"date": "2026-07-03",
"epss": "0.00254",
"percentile": "0.16642"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-27624\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-02-25T05:17:25.380\",\"lastModified\":\"2026-06-17T10:27:24.603\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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/ns_turn_ioaddr.c\\\" do not check \\\"IN6_IS_ADDR_V4MAPPED\\\". \\\"ioa_addr_is_loopback()\\\" checks \\\"127.x.x.x\\\" (AF_INET) and \\\"::1\\\" (AF_INET6), but not \\\"::ffff:127.0.0.1.\\\" \\\"ioa_addr_is_zero()\\\" checks \\\"0.0.0.0\\\" and \\\"::\\\", but not \\\"::ffff:0.0.0.0.\\\" \\\"addr_less_eq()\\\" used by \\\"ioa_addr_in_range()\\\" for \\\"denied-peer-ip\\\" 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.\"},{\"lang\":\"es\",\"value\":\"Coturn es una implementaci\u00f3n de c\u00f3digo abierto gratuita de servidor TURN y STUN. Coturn se configura com\u00fanmente para bloquear rangos de loopback e internos usando \u0027denied-peer-ip\u0027 y/o restricciones de loopback predeterminadas. CVE-2020-26262 abord\u00f3 evasiones que involucran \u00270.0.0.0\u0027, \u0027[::1]\u0027 y \u0027[::]\u0027, pero IPv6 mapeado a IPv4 no est\u00e1 cubierto. Al enviar una solicitud \u0027CreatePermission\u0027 o \u0027ChannelBind\u0027 con el valor \u0027XOR-PEER-ADDRESS\u0027 de \u0027::ffff:127.0.0.1\u0027, se recibe una respuesta exitosa, aunque \u0027127.0.0.0/8\u0027 est\u00e1 bloqueado a trav\u00e9s de \u0027denied-peer-ip\u0027. La causa ra\u00edz es que, antes de la correcci\u00f3n actualizada implementada en la versi\u00f3n 4.9.0, tres funciones en \u0027src/client/ns_turn_ioaddr.c\u0027 no verifican \u0027IN6_IS_ADDR_V4MAPPED\u0027. \u0027ioa_addr_is_loopback()\u0027 verifica \u0027127.x.x.x\u0027 (AF_INET) y \u0027::1\u0027 (AF_INET6), pero no \u0027::ffff:127.0.0.1\u0027. \u0027ioa_addr_is_zero()\u0027 verifica \u00270.0.0.0\u0027 y \u0027::\u0027, pero no \u0027::ffff:0.0.0.0\u0027. \u0027addr_less_eq()\u0027 utilizada por \u0027ioa_addr_in_range()\u0027 para la coincidencia de \u0027denied-peer-ip\u0027: cuando el rango es AF_INET y el par es AF_INET6, la comparaci\u00f3n devuelve 0 sin extraer el IPv4 incrustado. La versi\u00f3n 4.9.0 contiene una correcci\u00f3n actualizada para abordar la evasi\u00f3n de la correcci\u00f3n para CVE-2020-26262.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"coturn\",\"product\":\"coturn\",\"versions\":[{\"version\":\"\u003c 4.9.0\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N\",\"baseScore\":7.2,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":2.7},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":2.5}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-02-25T15:09:17.451722Z\",\"id\":\"CVE-2026-27624\",\"options\":[{\"exploitation\":\"poc\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-284\"},{\"lang\":\"en\",\"value\":\"CWE-441\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:coturn_project:coturn:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"4.9.0\",\"matchCriteriaId\":\"5C4DE18B-B9AA-4314-B584-7BA316D5D7DB\"}]}]}],\"references\":[{\"url\":\"https://github.com/coturn/coturn/commit/b80eb898ba26552600770162c26a8ae7f3661b0b\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/coturn/coturn/security/advisories/GHSA-6g6j-r9rf-cm7p\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Not Applicable\"]},{\"url\":\"https://github.com/coturn/coturn/security/advisories/GHSA-j8mm-mpf8-gvjg\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/coturn/coturn/security/advisories/GHSA-6g6j-r9rf-cm7p\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"tags\":[\"Not Applicable\"]},{\"url\":\"https://github.com/coturn/coturn/security/advisories/GHSA-j8mm-mpf8-gvjg\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}"
}
}
FKIE_CVE-2026-27624
Vulnerability from fkie_nvd - Published: 2026-02-25 05:17 - Updated: 2026-06-17 10:27
Severity
7.2 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
6.5 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
6.5 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Summary
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/ns_turn_ioaddr.c" do not check "IN6_IS_ADDR_V4MAPPED". "ioa_addr_is_loopback()" checks "127.x.x.x" (AF_INET) and "::1" (AF_INET6), but not "::ffff:127.0.0.1." "ioa_addr_is_zero()" checks "0.0.0.0" and "::", but not "::ffff:0.0.0.0." "addr_less_eq()" used by "ioa_addr_in_range()" for "denied-peer-ip" 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.
References
Impacted products
| Vendor | Product | Version | |
|---|---|---|---|
| coturn_project | coturn | * |
{
"affected": [
{
"affectedData": [
{
"product": "coturn",
"vendor": "coturn",
"versions": [
{
"status": "affected",
"version": "\u003c 4.9.0"
}
]
}
],
"source": "security-advisories@github.com"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:coturn_project:coturn:*:*:*:*:*:*:*:*",
"matchCriteriaId": "5C4DE18B-B9AA-4314-B584-7BA316D5D7DB",
"versionEndExcluding": "4.9.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "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/ns_turn_ioaddr.c\" do not check \"IN6_IS_ADDR_V4MAPPED\". \"ioa_addr_is_loopback()\" checks \"127.x.x.x\" (AF_INET) and \"::1\" (AF_INET6), but not \"::ffff:127.0.0.1.\" \"ioa_addr_is_zero()\" checks \"0.0.0.0\" and \"::\", but not \"::ffff:0.0.0.0.\" \"addr_less_eq()\" used by \"ioa_addr_in_range()\" for \"denied-peer-ip\" 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."
},
{
"lang": "es",
"value": "Coturn es una implementaci\u00f3n de c\u00f3digo abierto gratuita de servidor TURN y STUN. Coturn se configura com\u00fanmente para bloquear rangos de loopback e internos usando \u0027denied-peer-ip\u0027 y/o restricciones de loopback predeterminadas. CVE-2020-26262 abord\u00f3 evasiones que involucran \u00270.0.0.0\u0027, \u0027[::1]\u0027 y \u0027[::]\u0027, pero IPv6 mapeado a IPv4 no est\u00e1 cubierto. Al enviar una solicitud \u0027CreatePermission\u0027 o \u0027ChannelBind\u0027 con el valor \u0027XOR-PEER-ADDRESS\u0027 de \u0027::ffff:127.0.0.1\u0027, se recibe una respuesta exitosa, aunque \u0027127.0.0.0/8\u0027 est\u00e1 bloqueado a trav\u00e9s de \u0027denied-peer-ip\u0027. La causa ra\u00edz es que, antes de la correcci\u00f3n actualizada implementada en la versi\u00f3n 4.9.0, tres funciones en \u0027src/client/ns_turn_ioaddr.c\u0027 no verifican \u0027IN6_IS_ADDR_V4MAPPED\u0027. \u0027ioa_addr_is_loopback()\u0027 verifica \u0027127.x.x.x\u0027 (AF_INET) y \u0027::1\u0027 (AF_INET6), pero no \u0027::ffff:127.0.0.1\u0027. \u0027ioa_addr_is_zero()\u0027 verifica \u00270.0.0.0\u0027 y \u0027::\u0027, pero no \u0027::ffff:0.0.0.0\u0027. \u0027addr_less_eq()\u0027 utilizada por \u0027ioa_addr_in_range()\u0027 para la coincidencia de \u0027denied-peer-ip\u0027: cuando el rango es AF_INET y el par es AF_INET6, la comparaci\u00f3n devuelve 0 sin extraer el IPv4 incrustado. La versi\u00f3n 4.9.0 contiene una correcci\u00f3n actualizada para abordar la evasi\u00f3n de la correcci\u00f3n para CVE-2020-26262."
}
],
"id": "CVE-2026-27624",
"lastModified": "2026-06-17T10:27:24.603",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 2.7,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 2.5,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-27624",
"options": [
{
"exploitation": "poc"
},
{
"automatable": "yes"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-02-25T15:09:17.451722Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-02-25T05:17:25.380",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/coturn/coturn/commit/b80eb898ba26552600770162c26a8ae7f3661b0b"
},
{
"source": "security-advisories@github.com",
"tags": [
"Not Applicable"
],
"url": "https://github.com/coturn/coturn/security/advisories/GHSA-6g6j-r9rf-cm7p"
},
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/coturn/coturn/security/advisories/GHSA-j8mm-mpf8-gvjg"
},
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"tags": [
"Not Applicable"
],
"url": "https://github.com/coturn/coturn/security/advisories/GHSA-6g6j-r9rf-cm7p"
},
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"tags": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/coturn/coturn/security/advisories/GHSA-j8mm-mpf8-gvjg"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-284"
},
{
"lang": "en",
"value": "CWE-441"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
OPENSUSE-SU-2026:10375-1
Vulnerability from csaf_opensuse - Published: 2026-03-15 00:00 - Updated: 2026-03-15 00:00Summary
coturn-4.9.0-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: coturn-4.9.0-1.1 on GA media
Description of the patch: These are all security issues fixed in the coturn-4.9.0-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2026-10375
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.7 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:coturn-4.9.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-4.9.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-4.9.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-4.9.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:coturn-4.9.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-4.9.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-4.9.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-4.9.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "coturn-4.9.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the coturn-4.9.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10375",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10375-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-69217 page",
"url": "https://www.suse.com/security/cve/CVE-2025-69217/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27624 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27624/"
}
],
"title": "coturn-4.9.0-1.1 on GA media",
"tracking": {
"current_release_date": "2026-03-15T00:00:00Z",
"generator": {
"date": "2026-03-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10375-1",
"initial_release_date": "2026-03-15T00:00:00Z",
"revision_history": [
{
"date": "2026-03-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "coturn-4.9.0-1.1.aarch64",
"product": {
"name": "coturn-4.9.0-1.1.aarch64",
"product_id": "coturn-4.9.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "coturn-devel-4.9.0-1.1.aarch64",
"product": {
"name": "coturn-devel-4.9.0-1.1.aarch64",
"product_id": "coturn-devel-4.9.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "coturn-utils-4.9.0-1.1.aarch64",
"product": {
"name": "coturn-utils-4.9.0-1.1.aarch64",
"product_id": "coturn-utils-4.9.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "coturn-4.9.0-1.1.ppc64le",
"product": {
"name": "coturn-4.9.0-1.1.ppc64le",
"product_id": "coturn-4.9.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "coturn-devel-4.9.0-1.1.ppc64le",
"product": {
"name": "coturn-devel-4.9.0-1.1.ppc64le",
"product_id": "coturn-devel-4.9.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "coturn-utils-4.9.0-1.1.ppc64le",
"product": {
"name": "coturn-utils-4.9.0-1.1.ppc64le",
"product_id": "coturn-utils-4.9.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "coturn-4.9.0-1.1.s390x",
"product": {
"name": "coturn-4.9.0-1.1.s390x",
"product_id": "coturn-4.9.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "coturn-devel-4.9.0-1.1.s390x",
"product": {
"name": "coturn-devel-4.9.0-1.1.s390x",
"product_id": "coturn-devel-4.9.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "coturn-utils-4.9.0-1.1.s390x",
"product": {
"name": "coturn-utils-4.9.0-1.1.s390x",
"product_id": "coturn-utils-4.9.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "coturn-4.9.0-1.1.x86_64",
"product": {
"name": "coturn-4.9.0-1.1.x86_64",
"product_id": "coturn-4.9.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "coturn-devel-4.9.0-1.1.x86_64",
"product": {
"name": "coturn-devel-4.9.0-1.1.x86_64",
"product_id": "coturn-devel-4.9.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "coturn-utils-4.9.0-1.1.x86_64",
"product": {
"name": "coturn-utils-4.9.0-1.1.x86_64",
"product_id": "coturn-utils-4.9.0-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-4.9.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:coturn-4.9.0-1.1.aarch64"
},
"product_reference": "coturn-4.9.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-4.9.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:coturn-4.9.0-1.1.ppc64le"
},
"product_reference": "coturn-4.9.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-4.9.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:coturn-4.9.0-1.1.s390x"
},
"product_reference": "coturn-4.9.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-4.9.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:coturn-4.9.0-1.1.x86_64"
},
"product_reference": "coturn-4.9.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-devel-4.9.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.aarch64"
},
"product_reference": "coturn-devel-4.9.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-devel-4.9.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.ppc64le"
},
"product_reference": "coturn-devel-4.9.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-devel-4.9.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.s390x"
},
"product_reference": "coturn-devel-4.9.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-devel-4.9.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.x86_64"
},
"product_reference": "coturn-devel-4.9.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-utils-4.9.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.aarch64"
},
"product_reference": "coturn-utils-4.9.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-utils-4.9.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.ppc64le"
},
"product_reference": "coturn-utils-4.9.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-utils-4.9.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.s390x"
},
"product_reference": "coturn-utils-4.9.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-utils-4.9.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.x86_64"
},
"product_reference": "coturn-utils-4.9.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-69217",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-69217"
}
],
"notes": [
{
"category": "general",
"text": "coturn is a free open source implementation of TURN and STUN Server. Versions 4.6.2r5 through 4.7.0-r4 have a bad random number generator for nonces and port randomization after refactoring. Additionally, random numbers aren\u0027t generated with openssl\u0027s RAND_bytes but libc\u0027s random() (if it\u0027s not running on Windows). When fetching about 50 sequential nonces (i.e., through sending 50 unauthenticated allocations requests) it is possible to completely reconstruct the current state of the random number generator, thereby predicting the next nonce. This allows authentication while spoofing IPs. An attacker can send authenticated messages without ever receiving the responses, including the nonce (requires knowledge of the credentials, which is e.g., often the case in IoT settings). Since the port randomization is deterministic given the pseudorandom seed, an attacker can exactly reconstruct the ports and, hence predict the randomization of the ports. If an attacker allocates a relay port, they know the current port, and they are able to predict the next relay port (at least if it is not used before). Commit 11fc465f4bba70bb0ad8aae17d6c4a63a29917d9 contains a fix.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:coturn-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:coturn-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:coturn-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:coturn-4.9.0-1.1.x86_64",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.x86_64",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-69217",
"url": "https://www.suse.com/security/cve/CVE-2025-69217"
},
{
"category": "external",
"summary": "SUSE Bug 1255744 for CVE-2025-69217",
"url": "https://bugzilla.suse.com/1255744"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:coturn-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:coturn-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:coturn-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:coturn-4.9.0-1.1.x86_64",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.x86_64",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:coturn-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:coturn-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:coturn-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:coturn-4.9.0-1.1.x86_64",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.x86_64",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-69217"
},
{
"cve": "CVE-2026-27624",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27624"
}
],
"notes": [
{
"category": "general",
"text": "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/ns_turn_ioaddr.c\" do not check \"IN6_IS_ADDR_V4MAPPED\". \"ioa_addr_is_loopback()\" checks \"127.x.x.x\" (AF_INET) and \"::1\" (AF_INET6), but not \"::ffff:127.0.0.1.\" \"ioa_addr_is_zero()\" checks \"0.0.0.0\" and \"::\", but not \"::ffff:0.0.0.0.\" \"addr_less_eq()\" used by \"ioa_addr_in_range()\" for \"denied-peer-ip\" 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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:coturn-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:coturn-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:coturn-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:coturn-4.9.0-1.1.x86_64",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.x86_64",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27624",
"url": "https://www.suse.com/security/cve/CVE-2026-27624"
},
{
"category": "external",
"summary": "SUSE Bug 1180764 for CVE-2026-27624",
"url": "https://bugzilla.suse.com/1180764"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:coturn-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:coturn-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:coturn-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:coturn-4.9.0-1.1.x86_64",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.x86_64",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:coturn-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:coturn-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:coturn-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:coturn-4.9.0-1.1.x86_64",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:coturn-devel-4.9.0-1.1.x86_64",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:coturn-utils-4.9.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-27624"
}
]
}
OPENSUSE-SU-2026:21184-1
Vulnerability from csaf_opensuse - Published: 2026-06-30 11:31 - Updated: 2026-06-30 11:31Summary
Security update for coturn
Severity
Important
Notes
Title of the patch: Security update for coturn
Description of the patch: This update for coturn fixes the following issues:
Changes in coturn:
- Update to version 4.14.0
New
* No more dependency on prometheus-client-c
* HTTPS support for prometheus client (optional)
* TLS support for redis - now compatible with managed redis
(optional).
* Rate limiting "401 Unauthorized" responses - reduces
reflection attacks off the coturn server. This is an
experimental feature - not fully tested on production scale
deployment and massive DDoS attacks. New prometheus counters
should help shed some light on real life behavior and
performance. The feature is off by default.
What's Changed
* validate hmackey length in sqlite_get_user_key before hex
decode.
* Add out-of-tree patch to restore deprecated OpenSSL 1.1.1.
* Add optional TLS transport for Redis connections.
* Fix relay threads override.
* Flush prometheus hot-path counters once per second to kill
lock contention.
* fix signed-char index out-of-bounds read in base64_decode.
* Build Prometheus exporter from vendored local sources.
* Prom https.
* Fix realm quota data race and warnings.
* Add per-source rate-limiting of UDP 401 Unauthorized responses
- Update to version 4.13.1
* null-terminate server_name in stun_is_challenge_response_str.
* Canonicalize all IPv4-in-IPv6 encodings before peer-IP checks.
* Auto-deny coturn's own database backend endpoints as relay
peers.
* Deny link-local / ULA / site-local relay peers by default.
- Update to version 4.13.0
* Wrap atomic everywhere.
* Fix sendmmsg stride bug in multiplex-peer UDP batch flush.
* Reap TURN permissions/channels via a per-thread sweep instead
of per-object timers.
* Add --udp-sendmmsg-log to observe egress sendmmsg/UDP-GSO
batching.
* Expose recvmmsg/sendmmsg UDP batch sizes as Prometheus metrics
* Restrict recvmmsg fast path to shared fan-in sockets
(make --udp-recvmmsg useful standalone).
* Enable --udp-recvmmsg by default on Linux.
* Security hardening: port parsing, admin brute-force throttle,
credential log redaction, constant-time compare, OAuth bounds
checks, permission cap (#1932).
* Add continuous latency mode to stunclient.
* Fix test_redis_format link failure.
* Fix configure MANPREFIX typo.
* Fix missing sqlite3 dependendcy.
* Fix UDP receive buffer ownership.
- Update to version 4.12.0
* Update khash to the latest version (#1919).
* Update readme to match latest changes (#1920).
* Update docs for drop-invalid-packets and
response-origin-only-with-rfc5780.
* Multiplexpeer (#1916).
* Fix TTL/TOS type conversion (#1915).
* turnutils_uclient: sender thread pool + UDP-GSO send batching +
recv_pps reporting (#1913).
* Fix memory leak introduced by recvmmsg path (#1912).
* turnutils_uclient: multi-threaded listener (recv) pool.
* examples/turnserver.conf: update description of cli option.
* turnutils_uclient: Linux recvmmsg receive path + larger
SO_RCVBUF (#1910).
* Add UDP-GSO send path (--udp-gso) (#1907).
* turnutils_peer: Linux fast path with drain loop,
recvmmsg/sendmmsg, U… (#1908).
* Relay recvmmsg (#1906).
* fuzzing: use hex escapes for HTTP EOH dictionary entry.
* Sync turnserver man page with current CLI options (#1903).
* Remove stale --ne option from turnserver --help (#1904).
* Restore CodeQL permissions, category, and manual build mode.
- Update to version 4.11.0
* Filc harness and pointer typedefs (#1896).
* Load generator mode in turnutils_uclient (#1894).
* Cache hot lookups in TURN data-path handlers (#1893).
* Inline get_ioa_addr_len() in the header (#1891).
* Trim two redundant checks from per-packet relay hot path.
* Hoist turn_server_get_engine() out of per-packet hot path.
* Add fuzz coverage for integrity helpers (#1888).
* Add deterministic challenge-response builder to FuzzStun.
* Seed address-mapping table in fuzz initializer (#1885).
* Unblock fuzz coverage for is_http and rare STUN attributes.
* HTTP parsing fixes (#1882).
* Out of bound HTTP detection in parser (#1877).
* Delete log line per relay thread on start (#1876).
* Add Unity-based unit test scaffolding (#1875).
* Drop udp_relay_servers_number config and clean up dead UDP
id-space (#1874).
* Fix build failure: define _GNU_SOURCE for recvmmsg() on Linux.
* Pin session origin only after MESSAGE-INTEGRITY validates.
* Abort on malformed allowed/denied-peer-ip at startup (#1872).
* Fix format-string injection in Redis DB driver (#1870).
* Use constant-time compare for STUN MESSAGE-INTEGRITY HMAC.
- Update to version 4.10.0
* Skip response buffer allocation for STUN indications.
* WebRTC Auth optimization path (#1860).
* Fix null pointer dereferences in post_parse() (#1859).
* Extend seed corpus (#1858).
* Add Linux-only `recvmmsg` receive path for DTLS/UDP listener.
* Fix Linux build warnings (#1853).
* perf: remove mutex from per-thread super_memory allocator.
* Keep only NEV_UDP_SOCKET_PER_THREAD network engine.
* Fix stack buffer overflow in OAuth token decoding.
* Update config and Readme files about deprecated TLSv1/1.1.
* perf: eliminate mutex and reduce copies on auth message
dispatch (#1843).
* perf: replace mutex_bps with lock-free atomics for bandwidth
tracking.
* Fix uint16_t truncation overflow in stun_get_message_len_str()
causes (#1844).
* fix: restore RFC 3489 (old STUN) backward compatibility broken
since 4.7.0 (#1839).
* Change port identifiers to use uint16_t (#1752).
* Fixes: run_tests.sh and no db (#1834).
* Add session usage reporting callback to TURN database driver.
* Initialize variables before use (#1832).
* Replace perror with logging (#1831).
* CLI interface is disabled by default.
* Disable reason string in response messages to reduce
amplification factor.
* Perf: improve worst case scenario optimization.
* Fix compilation warnings (#1822).
Fixes for CVE-2026-27624 (boo#1258847) and CVE-2025-69217 (boo##1255744)
- Update to version 4.9.0
* Multiple security fixes.
* Fix to Web Admin password check.
* Cleanup of deprecated openssl APIs.
* Fix for CVE-2026-27624: bypass localhost and IP range block
using IPv4-mapped IPv6. boo#1258847
- Update to version 4.8.0
* Faster packet validation on listener threads to improve
handling of DDoS attacks.
* Make socket buffer size configurable with sock-buf-size.
* Address memory leaks and potential crashes.
* Improve random number usage to address CVE-2025-69217.
boo#1255744
- Update to version 4.7.0
* Breaking changes in order to get to sane defaults for improved
security by default
+ Support for openssl 1.1.1 and 3.x only.
+ Cleanup deprecated options - if your scripts have them
turnserver will fail to start.
+ Reverse SOFTWARE_ATTRIBUTE_OPT to avoid inverse logic - now
need to explicitly enable it.
+ Deprecate response-origin-only-with-rfc5780.
+ Invert no-stun-backward-compatibility to be default on.
* TLSv1 and TLSv1_1 are now optional (no need to turn them off).
* Minor bug fixes and regressions.
* Improved support for modern version of prometheus.
- Upgrade to coturn 4.6.3
* Release highlights:
- Multiple memory fixes
- New drain feature
- Better support for new versions of Redis
- Add support for raw public keys
* Complete change list
- Add clang-tidy, include-what-you-use, and msvc-analyzer github actions
- Add CodeQL workflow
- added missing function prototype of turn_random_number()
- Added sessionID to some log lines
- added support for amazon linux and renamed tests.yml
- added warnings for prometheus apt unavailability
- Add github action that runs tests with compiler sanitizers
- Additional refactoring of ns_turn_allocation.* to address security
scanner concerns
- Add MariaDB support to README.md
- Add new Drain feature
- Add prometheus setting suggestions on turn.conf in example folder
- Address clang-tidy warnings in db files
- Address some build issues introduced by api changes
- Add support for raw public keys
- Add the InsertBraces command for clang-format to ensure that all
conditionals always have braces
- Add warning and disable web admin if no-tls option used
- Adjust wording in cmake message when prometheous cannot be found.
- Allow authenticating with a username to redis
- Always run lint, regardless of branch
- Avoid nullptr dereference of server variable in various functions
- avoid potential nullptr derefernence in udp_create_server_socket
- Avoid read-past-end of string in get_bold_admin_title
- Avoid writing potentially uninitialized data to aes_128 key file
- changed variables in stunclient.c to bool
- Change minimal required cmake version to 3.16
- Change printf() to TURN_LOG_FUNC() for --no-stdout-log
- Change the various map functions to return bool instead of
inconsistantly return 0, 1, or -1
- Check allocation results in add_static_user_account
- Check the result of calloc in handle_logon_request
- Check the result of malloc in del_alt_server
- Check the result of malloc in mongo_set_realm_option_one
- Check the result of malloc in send_message_to_redis
- Check the result of malloc in string_list_add
- Check the result of realloc and calloc in ch_map_get
- CMake: Declare the variable nearby
- configure: data files shouldn't be executable
- defined a magic number for stun fingerprinting
- Delete dead code
- Delete unused variable
- Doc: add flowchart
- Easy installation of coturn on AWS
- Fix buffer overflow in generate_enc_password with increase rsalt by 2
- Fix build with libressl 3.6+
- Fix clang-format lint warnings
- Fix cli auth
- Fix Cmake find issue in libevent
- Fix cmake find prometheus(fix #1304)
- Fix compiler warnings from continuous integration
- Fix const during free warning in rfc5769check app
- Fix error of make command in Cygwin environment
- Fix formatting to fix lint error
- Fix lint complaint about comment
- Fix lint errors
- Fix linting error in mainrelay.c
- Fix make lint
- Fix memcpy len checks stun_is_challenge_response_str
- Fix memleak in pgsql_reread_realms
- Fix memory leak in netengine.c
- Fix memory leak in rfc5769check.c
- Fix memory leak on http_server.c
- Fix mingw build
- Fix missing strncpy in fix_stun_check_message_integrity_str
- Fix msvc analyzer error on goto label on rfc5769check
- Fix nodejs/glibc problem with old container images.
- Fix no-tls warning typo
- Fix potential null passed to function expecting nonnull
- Fix recursive call in delete alternate server
- Fix return correct error code for `create_relay_connection` in case
of `RESERVATION-TOKEN` failure
- Fix rpm version scripts
- Fix run cmake.yml in any github action
- Fix typos
- Fix ubuntu 16 build with GH action checkout version to v3
- Implement custom prometheus http handler
- Include what you use
- Install openssl-1.1.1 on amazonlinux:2 instead of openssl-1.0.1
- malloc now allocates space for string terminator
- Memset user_db before reading conf file, not after
- Missing session ID in coturn logs for denied IP - 1330
- Move the hiredis_libevent2 code from common to relay
- Only set MHD_USE_DUAL_STACK if IPv6 is available
- Print version only, no extra lines
- Reduce ifdefs in code: TURN_NO_PROMETHEUS
- Refactor: peer_input_handle
- Reformat code
- Remove unimplemented test folder reference from CMakeLists.txt
- Replace HeapAlloc with malloc
- Replace srand/rand with srandom/random
- Return a 400 response to HTTP requests
- Run all of the CI except for Docker builds on any change
- Simplify macOS detection macros
- Simplify workflow for codeql
- strncpy doesn't return size_t
- ubuntu build dependencies extracted to composite actions
- Update FlowChart
- Update libtelnet
- Update lukka/run
- Update SQLite.md
- Update turnserver.conf Example about listening-ip
- Update turnserver.spec
- Update version in vcpkg.json
- Use active CPU number instead of total number
- Use bool, instead of int, for the functions in ns_turn_msg.c
- Use bool over int for the turnutils_uclient program
- Use calloc where appropriate, avoid memset when normal buffer
initialization works
- Windows: Only attempt to bind when the network interface is up
- workflow tidying
Patchnames: openSUSE-Leap-16.0-packagehub-379
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.7 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
10 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for coturn",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for coturn fixes the following issues:\n\nChanges in coturn:\n\n- Update to version 4.14.0\n New\n * No more dependency on prometheus-client-c\n * HTTPS support for prometheus client (optional)\n * TLS support for redis - now compatible with managed redis\n (optional).\n * Rate limiting \"401 Unauthorized\" responses - reduces\n reflection attacks off the coturn server. This is an\n experimental feature - not fully tested on production scale\n deployment and massive DDoS attacks. New prometheus counters\n should help shed some light on real life behavior and\n performance. The feature is off by default.\n What\u0027s Changed\n * validate hmackey length in sqlite_get_user_key before hex\n decode.\n * Add out-of-tree patch to restore deprecated OpenSSL 1.1.1.\n * Add optional TLS transport for Redis connections.\n * Fix relay threads override.\n * Flush prometheus hot-path counters once per second to kill\n lock contention.\n * fix signed-char index out-of-bounds read in base64_decode.\n * Build Prometheus exporter from vendored local sources.\n * Prom https.\n * Fix realm quota data race and warnings.\n * Add per-source rate-limiting of UDP 401 Unauthorized responses\n\n- Update to version 4.13.1\n * null-terminate server_name in stun_is_challenge_response_str.\n * Canonicalize all IPv4-in-IPv6 encodings before peer-IP checks.\n * Auto-deny coturn\u0027s own database backend endpoints as relay\n peers.\n * Deny link-local / ULA / site-local relay peers by default.\n\n- Update to version 4.13.0\n * Wrap atomic everywhere.\n * Fix sendmmsg stride bug in multiplex-peer UDP batch flush.\n * Reap TURN permissions/channels via a per-thread sweep instead\n of per-object timers.\n * Add --udp-sendmmsg-log to observe egress sendmmsg/UDP-GSO\n batching.\n * Expose recvmmsg/sendmmsg UDP batch sizes as Prometheus metrics\n * Restrict recvmmsg fast path to shared fan-in sockets\n (make --udp-recvmmsg useful standalone).\n * Enable --udp-recvmmsg by default on Linux.\n * Security hardening: port parsing, admin brute-force throttle,\n credential log redaction, constant-time compare, OAuth bounds\n checks, permission cap (#1932).\n * Add continuous latency mode to stunclient.\n * Fix test_redis_format link failure.\n * Fix configure MANPREFIX typo.\n * Fix missing sqlite3 dependendcy.\n * Fix UDP receive buffer ownership.\n\n- Update to version 4.12.0\n * Update khash to the latest version (#1919).\n * Update readme to match latest changes (#1920).\n * Update docs for drop-invalid-packets and\n response-origin-only-with-rfc5780.\n * Multiplexpeer (#1916).\n * Fix TTL/TOS type conversion (#1915).\n * turnutils_uclient: sender thread pool + UDP-GSO send batching +\n recv_pps reporting (#1913).\n * Fix memory leak introduced by recvmmsg path (#1912).\n * turnutils_uclient: multi-threaded listener (recv) pool.\n * examples/turnserver.conf: update description of cli option.\n * turnutils_uclient: Linux recvmmsg receive path + larger\n SO_RCVBUF (#1910).\n * Add UDP-GSO send path (--udp-gso) (#1907).\n * turnutils_peer: Linux fast path with drain loop,\n recvmmsg/sendmmsg, U\u2026 (#1908).\n * Relay recvmmsg (#1906).\n * fuzzing: use hex escapes for HTTP EOH dictionary entry.\n * Sync turnserver man page with current CLI options (#1903).\n * Remove stale --ne option from turnserver --help (#1904).\n * Restore CodeQL permissions, category, and manual build mode.\n\n- Update to version 4.11.0\n * Filc harness and pointer typedefs (#1896).\n * Load generator mode in turnutils_uclient (#1894).\n * Cache hot lookups in TURN data-path handlers (#1893).\n * Inline get_ioa_addr_len() in the header (#1891).\n * Trim two redundant checks from per-packet relay hot path.\n * Hoist turn_server_get_engine() out of per-packet hot path.\n * Add fuzz coverage for integrity helpers (#1888).\n * Add deterministic challenge-response builder to FuzzStun.\n * Seed address-mapping table in fuzz initializer (#1885).\n * Unblock fuzz coverage for is_http and rare STUN attributes.\n * HTTP parsing fixes (#1882).\n * Out of bound HTTP detection in parser (#1877).\n * Delete log line per relay thread on start (#1876).\n * Add Unity-based unit test scaffolding (#1875).\n * Drop udp_relay_servers_number config and clean up dead UDP\n id-space (#1874).\n * Fix build failure: define _GNU_SOURCE for recvmmsg() on Linux.\n * Pin session origin only after MESSAGE-INTEGRITY validates.\n * Abort on malformed allowed/denied-peer-ip at startup (#1872).\n * Fix format-string injection in Redis DB driver (#1870).\n * Use constant-time compare for STUN MESSAGE-INTEGRITY HMAC.\n\n- Update to version 4.10.0\n * Skip response buffer allocation for STUN indications.\n * WebRTC Auth optimization path (#1860).\n * Fix null pointer dereferences in post_parse() (#1859).\n * Extend seed corpus (#1858).\n * Add Linux-only `recvmmsg` receive path for DTLS/UDP listener.\n * Fix Linux build warnings (#1853).\n * perf: remove mutex from per-thread super_memory allocator.\n * Keep only NEV_UDP_SOCKET_PER_THREAD network engine.\n * Fix stack buffer overflow in OAuth token decoding.\n * Update config and Readme files about deprecated TLSv1/1.1.\n * perf: eliminate mutex and reduce copies on auth message\n dispatch (#1843).\n * perf: replace mutex_bps with lock-free atomics for bandwidth\n tracking.\n * Fix uint16_t truncation overflow in stun_get_message_len_str()\n causes (#1844).\n * fix: restore RFC 3489 (old STUN) backward compatibility broken\n since 4.7.0 (#1839).\n * Change port identifiers to use uint16_t (#1752).\n * Fixes: run_tests.sh and no db (#1834).\n * Add session usage reporting callback to TURN database driver.\n * Initialize variables before use (#1832).\n * Replace perror with logging (#1831).\n * CLI interface is disabled by default.\n * Disable reason string in response messages to reduce\n amplification factor.\n * Perf: improve worst case scenario optimization.\n * Fix compilation warnings (#1822).\n\nFixes for CVE-2026-27624 (boo#1258847) and CVE-2025-69217 (boo##1255744)\n\n- Update to version 4.9.0\n * Multiple security fixes.\n * Fix to Web Admin password check.\n * Cleanup of deprecated openssl APIs.\n * Fix for CVE-2026-27624: bypass localhost and IP range block\n using IPv4-mapped IPv6. boo#1258847\n- Update to version 4.8.0\n * Faster packet validation on listener threads to improve\n handling of DDoS attacks.\n * Make socket buffer size configurable with sock-buf-size.\n * Address memory leaks and potential crashes.\n * Improve random number usage to address CVE-2025-69217.\n boo#1255744\n\n- Update to version 4.7.0\n * Breaking changes in order to get to sane defaults for improved\n security by default\n + Support for openssl 1.1.1 and 3.x only.\n + Cleanup deprecated options - if your scripts have them\n turnserver will fail to start.\n + Reverse SOFTWARE_ATTRIBUTE_OPT to avoid inverse logic - now\n need to explicitly enable it.\n + Deprecate response-origin-only-with-rfc5780.\n + Invert no-stun-backward-compatibility to be default on.\n * TLSv1 and TLSv1_1 are now optional (no need to turn them off).\n * Minor bug fixes and regressions.\n * Improved support for modern version of prometheus.\n\n- Upgrade to coturn 4.6.3\n * Release highlights:\n - Multiple memory fixes\n - New drain feature\n - Better support for new versions of Redis\n - Add support for raw public keys\n\n * Complete change list\n - Add clang-tidy, include-what-you-use, and msvc-analyzer github actions\n - Add CodeQL workflow\n - added missing function prototype of turn_random_number()\n - Added sessionID to some log lines\n - added support for amazon linux and renamed tests.yml\n - added warnings for prometheus apt unavailability\n - Add github action that runs tests with compiler sanitizers\n - Additional refactoring of ns_turn_allocation.* to address security\n scanner concerns\n - Add MariaDB support to README.md\n - Add new Drain feature\n - Add prometheus setting suggestions on turn.conf in example folder\n - Address clang-tidy warnings in db files\n - Address some build issues introduced by api changes\n - Add support for raw public keys\n - Add the InsertBraces command for clang-format to ensure that all\n conditionals always have braces\n - Add warning and disable web admin if no-tls option used\n - Adjust wording in cmake message when prometheous cannot be found.\n - Allow authenticating with a username to redis\n - Always run lint, regardless of branch\n - Avoid nullptr dereference of server variable in various functions\n - avoid potential nullptr derefernence in udp_create_server_socket\n - Avoid read-past-end of string in get_bold_admin_title\n - Avoid writing potentially uninitialized data to aes_128 key file\n - changed variables in stunclient.c to bool\n - Change minimal required cmake version to 3.16\n - Change printf() to TURN_LOG_FUNC() for --no-stdout-log\n - Change the various map functions to return bool instead of\n inconsistantly return 0, 1, or -1\n - Check allocation results in add_static_user_account\n - Check the result of calloc in handle_logon_request\n - Check the result of malloc in del_alt_server\n - Check the result of malloc in mongo_set_realm_option_one\n - Check the result of malloc in send_message_to_redis\n - Check the result of malloc in string_list_add\n - Check the result of realloc and calloc in ch_map_get\n - CMake: Declare the variable nearby\n - configure: data files shouldn\u0027t be executable\n - defined a magic number for stun fingerprinting\n - Delete dead code\n - Delete unused variable\n - Doc: add flowchart\n - Easy installation of coturn on AWS\n - Fix buffer overflow in generate_enc_password with increase rsalt by 2\n - Fix build with libressl 3.6+\n - Fix clang-format lint warnings\n - Fix cli auth\n - Fix Cmake find issue in libevent\n - Fix cmake find prometheus(fix #1304)\n - Fix compiler warnings from continuous integration\n - Fix const during free warning in rfc5769check app\n - Fix error of make command in Cygwin environment\n - Fix formatting to fix lint error\n - Fix lint complaint about comment\n - Fix lint errors\n - Fix linting error in mainrelay.c\n - Fix make lint\n - Fix memcpy len checks stun_is_challenge_response_str\n - Fix memleak in pgsql_reread_realms\n - Fix memory leak in netengine.c\n - Fix memory leak in rfc5769check.c\n - Fix memory leak on http_server.c\n - Fix mingw build\n - Fix missing strncpy in fix_stun_check_message_integrity_str\n - Fix msvc analyzer error on goto label on rfc5769check\n - Fix nodejs/glibc problem with old container images.\n - Fix no-tls warning typo\n - Fix potential null passed to function expecting nonnull\n - Fix recursive call in delete alternate server\n - Fix return correct error code for `create_relay_connection` in case\n of `RESERVATION-TOKEN` failure\n - Fix rpm version scripts\n - Fix run cmake.yml in any github action\n - Fix typos\n - Fix ubuntu 16 build with GH action checkout version to v3\n - Implement custom prometheus http handler\n - Include what you use\n - Install openssl-1.1.1 on amazonlinux:2 instead of openssl-1.0.1\n - malloc now allocates space for string terminator\n - Memset user_db before reading conf file, not after\n - Missing session ID in coturn logs for denied IP - 1330\n - Move the hiredis_libevent2 code from common to relay\n - Only set MHD_USE_DUAL_STACK if IPv6 is available\n - Print version only, no extra lines\n - Reduce ifdefs in code: TURN_NO_PROMETHEUS\n - Refactor: peer_input_handle\n - Reformat code\n - Remove unimplemented test folder reference from CMakeLists.txt\n - Replace HeapAlloc with malloc\n - Replace srand/rand with srandom/random\n - Return a 400 response to HTTP requests\n - Run all of the CI except for Docker builds on any change\n - Simplify macOS detection macros\n - Simplify workflow for codeql\n - strncpy doesn\u0027t return size_t\n - ubuntu build dependencies extracted to composite actions\n - Update FlowChart\n - Update libtelnet\n - Update lukka/run\n - Update SQLite.md\n - Update turnserver.conf Example about listening-ip\n - Update turnserver.spec\n - Update version in vcpkg.json\n - Use active CPU number instead of total number\n - Use bool, instead of int, for the functions in ns_turn_msg.c\n - Use bool over int for the turnutils_uclient program\n - Use calloc where appropriate, avoid memset when normal buffer\n initialization works\n - Windows: Only attempt to bind when the network interface is up\n - workflow tidying\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-packagehub-379",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_21184-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1255744",
"url": "https://bugzilla.suse.com/1255744"
},
{
"category": "self",
"summary": "SUSE Bug 1258847",
"url": "https://bugzilla.suse.com/1258847"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-69217 page",
"url": "https://www.suse.com/security/cve/CVE-2025-69217/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27624 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27624/"
}
],
"title": "Security update for coturn",
"tracking": {
"current_release_date": "2026-06-30T11:31:41Z",
"generator": {
"date": "2026-06-30T11:31:41Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:21184-1",
"initial_release_date": "2026-06-30T11:31:41Z",
"revision_history": [
{
"date": "2026-06-30T11:31:41Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "coturn-4.14.0-bp160.1.1.aarch64",
"product": {
"name": "coturn-4.14.0-bp160.1.1.aarch64",
"product_id": "coturn-4.14.0-bp160.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "coturn-devel-4.14.0-bp160.1.1.aarch64",
"product": {
"name": "coturn-devel-4.14.0-bp160.1.1.aarch64",
"product_id": "coturn-devel-4.14.0-bp160.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "coturn-utils-4.14.0-bp160.1.1.aarch64",
"product": {
"name": "coturn-utils-4.14.0-bp160.1.1.aarch64",
"product_id": "coturn-utils-4.14.0-bp160.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "coturn-4.14.0-bp160.1.1.ppc64le",
"product": {
"name": "coturn-4.14.0-bp160.1.1.ppc64le",
"product_id": "coturn-4.14.0-bp160.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "coturn-devel-4.14.0-bp160.1.1.ppc64le",
"product": {
"name": "coturn-devel-4.14.0-bp160.1.1.ppc64le",
"product_id": "coturn-devel-4.14.0-bp160.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "coturn-utils-4.14.0-bp160.1.1.ppc64le",
"product": {
"name": "coturn-utils-4.14.0-bp160.1.1.ppc64le",
"product_id": "coturn-utils-4.14.0-bp160.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "coturn-4.14.0-bp160.1.1.s390x",
"product": {
"name": "coturn-4.14.0-bp160.1.1.s390x",
"product_id": "coturn-4.14.0-bp160.1.1.s390x"
}
},
{
"category": "product_version",
"name": "coturn-devel-4.14.0-bp160.1.1.s390x",
"product": {
"name": "coturn-devel-4.14.0-bp160.1.1.s390x",
"product_id": "coturn-devel-4.14.0-bp160.1.1.s390x"
}
},
{
"category": "product_version",
"name": "coturn-utils-4.14.0-bp160.1.1.s390x",
"product": {
"name": "coturn-utils-4.14.0-bp160.1.1.s390x",
"product_id": "coturn-utils-4.14.0-bp160.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "coturn-4.14.0-bp160.1.1.x86_64",
"product": {
"name": "coturn-4.14.0-bp160.1.1.x86_64",
"product_id": "coturn-4.14.0-bp160.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "coturn-devel-4.14.0-bp160.1.1.x86_64",
"product": {
"name": "coturn-devel-4.14.0-bp160.1.1.x86_64",
"product_id": "coturn-devel-4.14.0-bp160.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "coturn-utils-4.14.0-bp160.1.1.x86_64",
"product": {
"name": "coturn-utils-4.14.0-bp160.1.1.x86_64",
"product_id": "coturn-utils-4.14.0-bp160.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-4.14.0-bp160.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.aarch64"
},
"product_reference": "coturn-4.14.0-bp160.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-4.14.0-bp160.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.ppc64le"
},
"product_reference": "coturn-4.14.0-bp160.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-4.14.0-bp160.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.s390x"
},
"product_reference": "coturn-4.14.0-bp160.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-4.14.0-bp160.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.x86_64"
},
"product_reference": "coturn-4.14.0-bp160.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-devel-4.14.0-bp160.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.aarch64"
},
"product_reference": "coturn-devel-4.14.0-bp160.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-devel-4.14.0-bp160.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.ppc64le"
},
"product_reference": "coturn-devel-4.14.0-bp160.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-devel-4.14.0-bp160.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.s390x"
},
"product_reference": "coturn-devel-4.14.0-bp160.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-devel-4.14.0-bp160.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.x86_64"
},
"product_reference": "coturn-devel-4.14.0-bp160.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-utils-4.14.0-bp160.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.aarch64"
},
"product_reference": "coturn-utils-4.14.0-bp160.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-utils-4.14.0-bp160.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.ppc64le"
},
"product_reference": "coturn-utils-4.14.0-bp160.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-utils-4.14.0-bp160.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.s390x"
},
"product_reference": "coturn-utils-4.14.0-bp160.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coturn-utils-4.14.0-bp160.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.x86_64"
},
"product_reference": "coturn-utils-4.14.0-bp160.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-69217",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-69217"
}
],
"notes": [
{
"category": "general",
"text": "coturn is a free open source implementation of TURN and STUN Server. Versions 4.6.2r5 through 4.7.0-r4 have a bad random number generator for nonces and port randomization after refactoring. Additionally, random numbers aren\u0027t generated with openssl\u0027s RAND_bytes but libc\u0027s random() (if it\u0027s not running on Windows). When fetching about 50 sequential nonces (i.e., through sending 50 unauthenticated allocations requests) it is possible to completely reconstruct the current state of the random number generator, thereby predicting the next nonce. This allows authentication while spoofing IPs. An attacker can send authenticated messages without ever receiving the responses, including the nonce (requires knowledge of the credentials, which is e.g., often the case in IoT settings). Since the port randomization is deterministic given the pseudorandom seed, an attacker can exactly reconstruct the ports and, hence predict the randomization of the ports. If an attacker allocates a relay port, they know the current port, and they are able to predict the next relay port (at least if it is not used before). Commit 11fc465f4bba70bb0ad8aae17d6c4a63a29917d9 contains a fix.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-69217",
"url": "https://www.suse.com/security/cve/CVE-2025-69217"
},
{
"category": "external",
"summary": "SUSE Bug 1255744 for CVE-2025-69217",
"url": "https://bugzilla.suse.com/1255744"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-30T11:31:41Z",
"details": "important"
}
],
"title": "CVE-2025-69217"
},
{
"cve": "CVE-2026-27624",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27624"
}
],
"notes": [
{
"category": "general",
"text": "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/ns_turn_ioaddr.c\" do not check \"IN6_IS_ADDR_V4MAPPED\". \"ioa_addr_is_loopback()\" checks \"127.x.x.x\" (AF_INET) and \"::1\" (AF_INET6), but not \"::ffff:127.0.0.1.\" \"ioa_addr_is_zero()\" checks \"0.0.0.0\" and \"::\", but not \"::ffff:0.0.0.0.\" \"addr_less_eq()\" used by \"ioa_addr_in_range()\" for \"denied-peer-ip\" 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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27624",
"url": "https://www.suse.com/security/cve/CVE-2026-27624"
},
{
"category": "external",
"summary": "SUSE Bug 1180764 for CVE-2026-27624",
"url": "https://bugzilla.suse.com/1180764"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:coturn-4.14.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:coturn-devel-4.14.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:coturn-utils-4.14.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-30T11:31:41Z",
"details": "important"
}
],
"title": "CVE-2026-27624"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…