CVE-2026-43994
Last modified
CVE-2026-43994 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. Coturn is a free open source implementation of TURN and STUN Server. Versions prior to 4.10.0 contain a stack buffer overflow in decode_oauth_token_gcm(). EPSS estimates a 0.45% chance of exploitation in the next 30 days.
Description
Coturn is a free open source implementation of TURN and STUN Server. Versions prior to 4.10.0 contain a stack buffer overflow in decode_oauth_token_gcm(). A uint16_t nonce_len field read from an attacker-supplied OAuth access token (0-65535) is passed directly to memcpy() as the copy length into a 256-byte stack buffer (oauth_encrypted_block.nonce[256]) without bounds checking. The overflow occurs before AES-GCM authentication is verified, the attacker does not need to know the OAuth key or produce a valid AES-GCM token. Up to 735 bytes of attacker-controlled data are written past the buffer, may corrupt adjacent stack data, including control-flow data depending on compiler, ABI, and mitigations. Requires --oauth mode (non-default). This may provide a plausible RCE primitive depending on exploit mitigations; because coturn is widely deployed for WebRTC TURN/STUN and --oauth is commonly recommended, impact can be broad. This issue has been fixed in version 4.10.0.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Coturn Project | Coturn | < 4.10.0 |
References
- https://github.com/coturn/coturn/releases/tag/4.10.0Release Notes
- https://github.com/coturn/coturn/security/advisories/GHSA-74pg-rfh2-5qw5Exploit, Mitigation, Vendor Advisory
- https://github.com/coturn/coturn/security/advisories/GHSA-74pg-rfh2-5qw5Exploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43994?
How severe is CVE-2026-43994?
How do I fix CVE-2026-43994?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-43989JunoClaw is an agentic AI platform built on Juno Network. Pr…8.5
- CVE-2026-4399Prompt injection vulnerability in 1millionbot Millie chatbot…7.5
- CVE-2026-43990JunoClaw is an agentic AI platform built on Juno Network. Pr…8.4
- CVE-2026-43991JunoClaw is an agentic AI platform built on Juno Network. Pr…8.4
- CVE-2026-43992JunoClaw is an agentic AI platform built on Juno Network. Pr…9.8
- CVE-2026-43993JunoClaw is an agentic AI platform built on Juno Network. Pr…8.2
- CVE-2026-43995Flowise is a drag & drop user interface to build a customize…9.8
- CVE-2026-43996OpenImageIO is a toolset for reading, writing, and manipulat…5.5
- CVE-2026-43997vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.…10
- CVE-2026-43998vm2 is an open source vm/sandbox for Node.js. In 3.10.5, Nod…8.5
- CVE-2026-43999vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.…9.9
- CVE-2026-4400Insecure Direct Object Reference (IDOR) vulnerability in 1mi…6.5
Are you affected by CVE-2026-43994?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
