Lucene search
+L

536 matches found

OSV
OSV
added 2026/04/23 9:15 p.m.9 views

GHSA-C2JG-5CP7-6WC7 Pipecat: Remote Code Execution by Pickle Deserialization Through LivekitFrameSerializer

Remote Code Execution via Unsafe Deserialization in Pipecat's LivekitFrameSerializer Summary 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...

9.8CVSS7.1AI score0.00701EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2026/04/23 7:45 p.m.7 views

CVE-2026-25874 LeRobot Unsafe Deserialization Remote Code Execution via gRPC

LeRobot through 0.5.1 contains an unsafe deserialization vulnerability in the async inference pipeline where pickle.loads is used to deserialize data received over unauthenticated gRPC channels without TLS in the policy server and robot client components. An unauthenticated network-reachable...

9.3CVSS6.5AI score0.15547EPSS
SaveExploits1References5
OSV
OSV
added 2026/04/23 2:40 p.m.8 views

CVE-2025-62373 Pipecat vulnerable to Remote Code Execution by Pickle Deserialization via LivekitFrameSerializer

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...

9.8CVSS6.9AI score
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/04/23 2:40 p.m.11 views

CVE-2025-62373 Pipecat vulnerable to Remote Code Execution by Pickle Deserialization via LivekitFrameSerializer

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...

9.8CVSS6.9AI score0.00701EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/04/23 2:40 p.m.40 views

CVE-2025-62373 Pipecat vulnerable to Remote Code Execution by Pickle Deserialization via LivekitFrameSerializer

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...

9.8CVSS0.00701EPSS
SaveExploits1References1
CVE
CVE
added 2026/04/23 2:40 p.m.47 views

CVE-2025-62373

Pipecat (versions 0.0.41–0.0.93) contains a remote-code-execution vulnerability in LivekitFrameSerializer, where deserialize() feeds untrusted WebSocket data to pickle.loads() without validation. The vulnerable code is in src/pipecat/serializers/livekit.py (around line 73). If a server uses Livek...

9.8CVSS6.9AI score0.00701EPSS
SaveExploits1References1Affected Software1
CNNVD
CNNVD
added 2026/04/23 12:00 a.m.18 views

ktransformers 代码问题漏洞

KTransformers is an open-source framework for CPU-GPU heterogeneous large-scale inference and fine-tuning developed by kvcache.ai. Versions of KTransformers 0.5.3 and earlier contained code vulnerabilities. These vulnerabilities stemmed from insecure deserialization in the balanceserve backend...

9.8CVSS6.2AI score0.00703EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/04/23 12:00 a.m.22 views

PT-2026-34754

Name of the Vulnerable Software and Affected Versions KTransformers versions prior to 0.5.4 Description In the balance serve backend mode, the scheduler RPC server binds a ZMQ ROUTER socket to all interfaces without authentication. The server uses the pickle.loads function to deserialize incoming...

9.8CVSS6.3AI score0.00703EPSS
SaveExploits1References9
CNNVD
CNNVD
added 2026/04/23 12:00 a.m.19 views

Pipecat 代码问题漏洞

Pipecat is an open-source development framework developed by Pipecat that supports real-time audio and video stream processing as well as AI-powered dialogue interactions. Versions 0.0.41 to 0.0.93 of Pipecat contain code vulnerabilities. These vulnerabilities stem from the deserialize method of...

9.8CVSS6.2AI score0.00701EPSS
SaveExploits1References1
GithubExploit
GithubExploit
added 2026/04/15 8:41 p.m.152 views

Exploit for CVE-2024-12029

Alternative-Approach-Reverse-Shell-Callback-Test-InvokeAI-RCE...

9.8CVSS7.5AI score0.05682EPSS
SaveExploits5
Cvelist
Cvelist
added 2026/04/08 5:04 p.m.53 views

CVE-2026-32590 Mirror-registry: remote code execution using pickle deserialization

A flaw was found in Red Hat Quay's handling of resumable container image layer uploads. The upload process stores intermediate data in the database using a format that, if tampered with, could allow an attacker to execute arbitrary code on the Quay server...

7.1CVSS0.00413EPSS
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2026/04/08 5:04 p.m.5 views

CVE-2026-32590 Mirror-registry: remote code execution using pickle deserialization

A flaw was found in Red Hat Quay's handling of resumable container image layer uploads. The upload process stores intermediate data in the database using a format that, if tampered with, could allow an attacker to execute arbitrary code on the Quay server...

7.1CVSS6.2AI score0.00413EPSS
SaveExploits0References12
Github Security Blog
Github Security Blog
added 2026/04/07 8:17 p.m.23 views

MONAI: Unsafe functions lead to pickle deserialization rce

Summary The algofrompickle function in monai/auto3dseg/utils.py causes pickle.loadsdatabytes to be executed, and it does not perform any validation on the input parameters. This ultimately leads to insecure deserialization and can result in code execution vulnerabilities. Details poc import pickl...

6.3AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/04/07 8:17 p.m.14 views

GHSA-89GG-P5R5-Q6R4 MONAI: Unsafe functions lead to pickle deserialization rce

Summary The algofrompickle function in monai/auto3dseg/utils.py causes pickle.loadsdatabytes to be executed, and it does not perform any validation on the input parameters. This ultimately leads to insecure deserialization and can result in code execution vulnerabilities. Details poc import pickl...

7.6CVSS6.2AI score
SaveExploits0References5
IBM Security Bulletins
IBM Security Bulletins
added 2026/04/03 9:37 p.m.13 views

Security Bulletin: IBM Langflow Desktop FAISS Vector Store Remote Code Execution via malicious Pickle file

Summary IBM Langflow Desktop supports retrieval-augmented generation RAG workflows through its FAISS Vector Store component, which loads persisted vector indexes and associated metadata from disk. A vulnerability in the FAISS component arises from unsafe deserialization of Python Pickle files,...

8.8CVSS6.7AI score0.00466EPSS
SaveExploits0Affected Software1
CVE
CVE
added 2026/04/03 4:30 p.m.36 views

CVE-2026-5473

CVE-2026-5473 affects NASA cFS (up to 7.0.0). The vulnerable element is the Pickle Module’s pickle.load, enabling deserialization. The attack is local, requires a high level of complexity, and exploitation is deemed difficult. Public disclosure exists, and the project was informed via an issue bu...

7CVSS5AI score0.00223EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/04/03 4:30 p.m.5 views

CVE-2026-5473

A vulnerability has been found in NASA cFS up to 7.0.0. The impacted element is the function pickle.load of the component Pickle Module. Such manipulation leads to deserialization. The attack needs to be performed locally. The attack requires a high level of complexity. The exploitability is...

4.5CVSS5AI score0.00223EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/04/03 4:30 p.m.13 views

CVE-2026-5473 NASA cFS Pickle pickle.load deserialization

A vulnerability has been found in NASA cFS up to 7.0.0. The impacted element is the function pickle.load of the component Pickle Module. Such manipulation leads to deserialization. The attack needs to be performed locally. The attack requires a high level of complexity. The exploitability is...

2CVSS4.9AI score
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/03/26 3:04 p.m.11 views

CVE-2026-25873

OmniGen2-RL contains an unauthenticated remote code execution vulnerability in the reward server component that allows remote attackers to execute arbitrary commands by sending malicious HTTP POST requests. Attackers can exploit insecure pickle deserialization of request bodies to achieve code...

9.8CVSS6.9AI score0.01077EPSS
SaveExploits0References1
Veracode
Veracode
added 2026/03/21 5:22 a.m.21 views

Denial Of Service (DoS)

DeepDiff is vulnerable to Denial Of Service DoS. The vulnerability is due to insufficient restriction on constructor arguments during pickle deserialization, which allows an attacker to supply crafted payloads that trigger excessive memory allocation and crash the application...

8.7CVSS5.7AI score0.00452EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder