CVE-2025-62373

Published Apr 23, 2026

Last updated 2 months ago

Overview

Description
Pipecat is an open-source Python framework for building real-time voice and multimodal conversational agents. Versions 0.0.41 through 0.0.93 have a vulnerability in `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. Version 0.0.94 contains a fix. Users of Pipecat should avoid or replace unsafe deserialization and improve network security configuration. The best mitigation is to stop using the vulnerable LivekitFrameSerializer altogether. Those who require LiveKit functionality should upgrade to the latest Pipecat version and switch to the recommended `LiveKitTransport` or another secure method provided by the framework. Additionally, always follow secure coding practices: never trust client-supplied data, and avoid Python pickle (or similar unsafe deserialization) in network-facing components.
Source
security-advisories@github.com
NVD status
Analyzed
Products
pipecat

Risk scores

CVSS 3.1

Type
Secondary
Base score
9.8
Impact score
5.9
Exploitability score
3.9
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Severity
CRITICAL

Weaknesses

security-advisories@github.com
CWE-502

Social media

Hype score
Not currently trending
  1. CVE-2025-62373: Pipecat Deserialization Flaw - What It Means for Your Business and How to Respond https://t.co/0ZiwMXoq16

    @integ_sec

    1 May 2026

    125 Impressions

    0 Retweets

    0 Likes

    0 Bookmarks

    0 Replies

    0 Quotes

  2. 📌 ثغرة تنفيذ عن بعد حرجة في إطار العمل Pipecat لتعزيز وكلاء الصوت تم الكشف عن ثغرة أمنية حرجة في إطار العمل Pipecat، وهو إطار عمل مفتوح المصدر شائع الاستخدام في

    @MisbarSec

    28 Apr 2026

    296 Impressions

    0 Retweets

    3 Likes

    0 Bookmarks

    0 Replies

    0 Quotes

  3. CVE-2025-62373: CVE-2025-62373: Remote Code Execution via Insecure Deserialization in Pipecat LivekitFrameSerializer CVE-2025-62373 is a critical remote code execution (RCE) vulnerability in Pipecat, an open-source Python framework for building real-t... https://t.co/fr9OG9ZRfS

    @_cvereports

    28 Apr 2026

    180 Impressions

    0 Retweets

    0 Likes

    0 Bookmarks

    0 Replies

    0 Quotes

  4. 🚨 Critical - Pipecat RCE via Unsafe Deserialization (CVE-2025-62373) A malicious WebSocket client can send a crafted pickle payload to pickle.loads() in LivekitFrameSerializer.deserialize() - no validation, no sanitization → full remote code execution on the server. 👉

    @UpwindMDR

    27 Apr 2026

    241 Impressions

    0 Retweets

    1 Like

    0 Bookmarks

    0 Replies

    0 Quotes

  5. 🚨 Critical - Pipecat RCE via Unsafe Deserialization (CVE-2025-62373) A malicious WebSocket client can send a crafted pickle payload to pickle.loads() in LivekitFrameSerializer.deserialize() - no validation, no sanitization → full remote code execution on the server. 👉

    @UpwindMDR

    27 Apr 2026

    3 Impressions

    0 Retweets

    0 Likes

    0 Bookmarks

    0 Replies

    0 Quotes

  6. 🚨 Critical - Pipecat RCE via Unsafe Deserialization (CVE-2025-62373) A malicious WebSocket client can send a crafted pickle payload to pickle.loads() in LivekitFrameSerializer.deserialize() - no validation, no sanitization → full remote code execution on the server. 👉

    @UpwindMDR

    27 Apr 2026

    1 Impression

    0 Retweets

    0 Likes

    0 Bookmarks

    0 Replies

    0 Quotes

  7. Critical 9.8 CVSS RCE in Pipecat (CVE-2025-62373)! Unsafe pickle deserialization allows remote code execution. Patch to v0.0.94 immediately to secure agents. #Pipecat #RCE #CyberSecurity #Python #InfoSec #CVE202562373 #VoiceAI #AIPhishing https://t.co/vpmol3kIJ3 https://t.co/vuy

    @the_yellow_fall

    27 Apr 2026

    1087 Impressions

    4 Retweets

    15 Likes

    4 Bookmarks

    0 Replies

    0 Quotes

  8. `Pipecat` is vulnerable to remote code execution (CVE-2025-62373) via insecure Pickle deserialization in `LivekitFrameSerializer`. This allows for arbitrary code execution. #Pipecat #RCE #InfoSec https://t.co/ozqY0BCKmy

    @pulsepatchio

    24 Apr 2026

    174 Impressions

    0 Retweets

    0 Likes

    0 Bookmarks

    0 Replies

    0 Quotes

Configurations