Description
A weakness has been identified in TeamSpeak 3 Server up to 3.13.7. This affects the function process_resend_queue of the component Connection State Management. This manipulation causes use after free. The attack may be initiated remotely. Upgrading to version 3.13.8 is able to mitigate this issue. The affected component should be upgraded.
Published: 2026-05-27
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A vulnerability exists in the Connection State Management module of TeamSpeak 3 Server, where an attacker can trigger a use‑after‑free by manipulating the process_resend_queue function. The flaw can lead to a crash of the server or, in some circumstances, may allow the attacker to read unintended memory contents. No evidence of arbitrary code execution is reported. The weakness aligns with CWE-416 use‑after‑free and CWE-119 unsafe memory handling.

Affected Systems

The flaw affects TeamSpeak 3 Server releases up to and including 3.13.7. All installations running those versions are vulnerable, regardless of environment configuration. The relevant component is the connection state management service distributed by TeamSpeak.

Risk and Exploitability

The issue receives a CVSS score of 5.3, indicating moderate severity. An external attacker can exercise the vulnerable code over the network; however, no exploit code and exploit probability are available in EPSS, and the vulnerability is not listed in CISA's KEV catalog. Because the attack vector is remote and requires network access, limiting client connectivity further mitigates risk until a patch is applied.

Generated by OpenCVE AI on May 27, 2026 at 19:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Download and install the latest TeamSpeak 3 Server update (v3.13.8 or later) from the official site.
  • Restart the server to ensure the updated binaries take effect.
  • Restrict inbound connections to the server to verified IP addresses using firewall or network ACLs.

Generated by OpenCVE AI on May 27, 2026 at 19:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 27 May 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 27 May 2026 17:45:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in TeamSpeak 3 Server up to 3.13.7. This affects the function process_resend_queue of the component Connection State Management. This manipulation causes use after free. The attack may be initiated remotely. Upgrading to version 3.13.8 is able to mitigate this issue. The affected component should be upgraded.
Title TeamSpeak 3 Server Connection State Management process_resend_queue use after free
First Time appeared Teamspeak 3 Server
Teamspeak 3 Server teamspeak 3 Server
Weaknesses CWE-119
CWE-416
CPEs cpe:2.3:a:teamspeak_3_server:teamspeak_3_server:*:*:*:*:*:*:*:*
Vendors & Products Teamspeak 3 Server
Teamspeak 3 Server teamspeak 3 Server
References
Metrics cvssV2_0

{'score': 5.5, 'vector': 'AV:N/AC:L/Au:S/C:N/I:P/A:P/E:ND/RL:OF/RC:C'}

cvssV3_0

{'score': 5.4, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L/E:X/RL:O/RC:C'}

cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L/E:X/RL:O/RC:C'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:X'}


Subscriptions

Teamspeak 3 Server Teamspeak 3 Server
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-05-27T17:58:41.828Z

Reserved: 2026-03-18T15:05:50.926Z

Link: CVE-2026-4390

cve-icon Vulnrichment

Updated: 2026-05-27T17:58:25.831Z

cve-icon NVD

Status : Deferred

Published: 2026-05-27T18:16:28.420

Modified: 2026-06-17T10:56:30.577

Link: CVE-2026-4390

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-28T04:45:07Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-416

    Use After Free