Description
An issue in TokTok qTox v1.18.4 allows a local attacker to cause a denial of service via the src/persistence/serialize.cpp component
Published: 2026-08-26
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Apply patch
AI Analysis

Impact

An exploit in TokTok qTox version 1.18.4 permits a local attacker to trigger a denial of service by manipulating the src/persistence/serialize.cpp component. The vulnerability arises from improper handling of serialized data, leading to an application crash or halt when malformed input is processed. As a result, legitimate users experience loss of service continuity, though no remote code execution or data disclosure is reported.

Affected Systems

TokTok qTox v1.18.4 remains vulnerable to this local denial of service issue. No other versions are explicitly listed as affected, and no CNAs provide a formal impact statement or a list of affected releases beyond this single version.

Risk and Exploitability

The vulnerability can be exploited locally; the attacker must have access to the victim’s system to supply malicious data to the serialization subsystem. The CVSS score of 9.3 indicates a critical severity, and the EPSS score of < 1% suggests the likelihood of exploitation is low. The vulnerability is not listed in CISA’s KEV catalog, indicating no confirmed widespread exploitation incidents. Nonetheless, its potential to disrupt service for any user with local access makes it a high‑risk denial of service that warrants swift mitigation.

Generated by OpenCVE AI on August 28, 2026 at 19:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official TokTok qTox patch that validates and limits deserialization input, fixing the CWE-502 flaw.
  • Restrict the size and complexity of data processed by the serialization module to mitigate resource exhaustion (CWE-400).
  • Configure the application to run with least privilege or in a sandboxed environment to reduce local exploitation risk.
  • Restart the application after applying the fix to ensure the changes take effect and clear any corrupted state.

Generated by OpenCVE AI on August 28, 2026 at 19:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Fri, 28 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Title Local Denial of Service via Improper Serialization Handling in TokTok qTox

Fri, 28 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 28 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Title Local denial of service vulnerability in TokTok qTox serialization component
Weaknesses CWE-674

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
CWE-502
Metrics cvssV3_1

{'score': 9.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N'}


Wed, 26 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Title Local denial of service vulnerability in TokTok qTox serialization component
Weaknesses CWE-674

Wed, 26 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Description An issue in TokTok qTox v1.18.4 allows a local attacker to cause a denial of service via the src/persistence/serialize.cpp component
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-27T18:57:01.335Z

Reserved: 2026-06-07T00:00:00.000Z

Link: CVE-2026-51106

cve-icon Vulnrichment

Updated: 2026-08-27T18:56:46.587Z

cve-icon NVD

Status : Deferred

Published: 2026-08-26T19:16:50.800

Modified: 2026-09-09T16:04:24.933

Link: CVE-2026-51106

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T20:00:16Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-502

    Deserialization of Untrusted Data