Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. pipecat-ai
  4. ›
  5. CVE-2025-62373

CVE-2025-62373: Pipecat: Remote Code Execution by Pickle Deserialization Through LivekitFrameSerializer

April 23, 2026

A critical vulnerability exists in Pipecat’s LivekitFrameSerializer – an optional, non-default, undocumented frame serializer class (now deprecated) intended for LiveKit integration. The class’s deserialize() method uses Python’s pickle.loads() on data received from WebSocket clients without any validation or sanitization. This means that a malicious WebSocket client can send a crafted pickle payload to execute arbitrary code on the Pipecat server. The vulnerable code resides in src/pipecat/serializers/livekit.py (around line 73), where untrusted WebSocket message data is passed directly into pickle.loads() for deserialization. If a Pipecat server is configured to use LivekitFrameSerializer and is listening on an external interface (e.g. 0.0.0.0), an attacker on the network (or the internet, if the service is exposed) could achieve remote code execution (RCE) on the server by sending a malicious pickle payload.

References

  • github.com/advisories/GHSA-c2jg-5cp7-6wc7
  • github.com/pipecat-ai/pipecat
  • github.com/pipecat-ai/pipecat/releases/tag/v0.0.94
  • github.com/pipecat-ai/pipecat/security/advisories/GHSA-c2jg-5cp7-6wc7
  • nvd.nist.gov/vuln/detail/CVE-2025-62373

Code Behaviors & Features

Detect and mitigate CVE-2025-62373 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 0.0.41 before 0.0.94

Fixed versions

  • 0.0.94

Solution

Upgrade to version 0.0.94 or above.

Impact 9.8 CRITICAL

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Learn more about CVSS

Weakness

  • CWE-502: Deserialization of Untrusted Data

Source file

pypi/pipecat-ai/CVE-2025-62373.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Fri, 24 Apr 2026 12:19:41 +0000.