CVE-2025-62373
Last modified
CVE-2025-62373 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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. EPSS estimates a 0.70% chance of exploitation in the next 30 days.
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.
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 |
|---|---|---|
| Pipecat | Pipecat | >= 0.0.41, < 0.0.94 |
References
- https://github.com/pipecat-ai/pipecat/security/advisories/GHSA-c2jg-5cp7-6wc7Exploit, Mitigation, Vendor Advisory
- https://github.com/pipecat-ai/pipecat/security/advisories/GHSA-c2jg-5cp7-6wc7Exploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-62373?
How severe is CVE-2025-62373?
How do I fix CVE-2025-62373?
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 2025
- CVE-2025-62368Taiga is an open source project management platform. In vers…9
- CVE-2025-62369Xibo is an open source digital signage platform with a web c…7.2
- CVE-2025-6237A vulnerability in invokeai version v6.0.0a1 and below allow…9.8
- CVE-2025-62370Alloy Core libraries at the root of the Rust Ethereum ecosys…7.5
- CVE-2025-62371OpenSearch Data Prepper as an open source data collector for…7.4
- CVE-2025-62372vLLM is an inference and serving engine for large language m…6.5
- CVE-2025-62374Parse Javascript SDK provides access to the powerful Parse S…6.4
- CVE-2025-62375go-witness and witness are Go modules for generating attesta…6.9
- CVE-2025-62376pwn.college DOJO is an education platform for learning cyber…9.5
- CVE-2025-62378CommandKit is the discord.js meta-framework for building Dis…6.1
- CVE-2025-62379Reflex is a library to build full-stack web apps in pure Pyt…3.1
- CVE-2025-6238The AI Engine plugin for WordPress is vulnerable to open red…8
Are you affected by CVE-2025-62373?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
