PatchSiren cyber security CVE debrief
CVE-2026-43994 coturn CVE debrief
Coturn, a free open-source implementation of TURN and STUN Server, is vulnerable to a stack buffer overflow in decode_oauth_token_gcm(). This issue allows an attacker to write up to 735 bytes of controlled data past a 256-byte stack buffer, potentially corrupting adjacent stack data, including control-flow data. The vulnerability exists in versions prior to 4.10.0 and is exploitable in --oauth mode, which is a non-default setting but commonly recommended for WebRTC TURN/STUN deployments. Successful exploitation could provide a remote code execution (RCE) primitive depending on the system's mitigations.
- Vendor
- coturn
- Product
- Unknown
- CVSS
- HIGH 8.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-18
- Original CVE updated
- 2026-06-26
- Advisory published
- 2026-06-18
- Advisory updated
- 2026-06-26
Who should care
Organizations using Coturn for WebRTC TURN/STUN services, especially those with --oauth mode enabled, should prioritize patching. This vulnerability has a high CVSS score of 8.1 and could lead to broad impact due to Coturn's widespread deployment.
Technical summary
The vulnerability arises from a uint16_t nonce_len field read from an attacker-supplied OAuth access token being passed directly to memcpy() as the copy length into a 256-byte stack buffer without bounds checking. This occurs before AES-GCM authentication is verified, meaning the attacker does not need to know the OAuth key or produce a valid AES-GCM token. The issue has been fixed in version 4.10.0.
Defensive priority
high
Recommended defensive actions
- Immediately upgrade Coturn to version 4.10.0 or later.
- Disable --oauth mode if not required.
- Implement additional security measures such as DEP (Data Execution Prevention) and ASLR (Address Space Layout Randomization) if not already in place.
- Monitor Coturn installations for suspicious activity.
- Consider using alternative TURN/STUN servers that do not have this vulnerability.
- Review and enhance network segmentation to limit the potential impact of a successful exploit.
Evidence notes
The information provided is based on the CVE-2026-43994 record and related sources. The vulnerability details and impact are derived from the official CVE description and NVD data. The fix in version 4.10.0 is confirmed via the Coturn GitHub release notes.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-43994 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-43994
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-43994 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-43994
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/coturn/coturn/releases/tag/4.10.0
-
Source reference
Unverified legacy reference
URL: https://github.com/coturn/coturn/security/advisories/GHSA-74pg-rfh2-5qw5
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.