Lucene search
+L

78 matches found

CNNVD
CNNVD
added 2026/05/04 12:00 a.m.16 views

MindsDB 输入验证错误漏洞

MindsDB is a joint query engine designed by MindsDB Corporation, specifically for AI agents and large language models. It can handle questions related to PB-level enterprise data. MindsDB versions 26.01 and earlier contained a vulnerability related to input validation errors. This vulnerability...

6.5CVSS6.7AI score0.00297EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/05/03 11:45 p.m.85 views

CVE-2026-7712 MindsDB Pickle pickle.loads deserialization

A security vulnerability has been detected in MindsDB up to 26.01. Affected is the function pickle.loads of the component Pickle Handler. The manipulation leads to deserialization. The attack is possible to be carried out remotely. The exploit has been disclosed publicly and may be used. The vend...

6.5CVSS0.00297EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/05/03 11:45 p.m.6 views

CVE-2026-7712 MindsDB Pickle pickle.loads deserialization

A security vulnerability has been detected in MindsDB up to 26.01. Affected is the function pickle.loads of the component Pickle Handler. The manipulation leads to deserialization. The attack is possible to be carried out remotely. The exploit has been disclosed publicly and may be used. The vend...

6.5CVSS6.1AI score0.00297EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/05/03 12:00 a.m.28 views

PT-2026-36729

Name of the Vulnerable Software and Affected Versions MindsDB versions prior to 26.01 Description A remote deserialization issue exists in the Pickle Handler component. The flaw occurs within the pickle.loads function, allowing an attacker to execute a manipulation that leads to insecure...

6.5CVSS6.7AI score0.00297EPSS
SaveExploits0References7
CVE
CVE
added 2026/04/23 9:24 p.m.28 views

CVE-2026-26210

KTransformers (versions up to 0.5.3) contains an unsafe deserialization vulnerability in the balance_serve backend. The scheduler RPC server binds a ZMQ ROUTER socket to all interfaces without authentication and deserializes incoming messages with pickle.loads() without validation, enabling an at...

9.8CVSS6.2AI score0.00703EPSS
SaveExploits1References3Affected Software1
NVD
NVD
added 2026/04/23 8:16 p.m.19 views

CVE-2026-25874

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.8CVSS0.15547EPSS
SaveExploits1References5
OSV
OSV
added 2026/04/23 7:45 p.m.9 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.3CVSS7.9AI score
SaveExploits0References8
CNNVD
CNNVD
added 2026/04/23 12:00 a.m.19 views

lerobot 代码问题漏洞

Lerobot is a robot programming library open source by Hugging Face. Versions of LeRobot prior to 0.5.1 had code vulnerabilities. These vulnerabilities stemmed from unsafe deserialization in the asynchronous inference pipeline. The pickle.loads function was used to deserialize data received throug...

9.8CVSS6.4AI score0.15547EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/04/23 12:00 a.m.24 views

PT-2026-34741

Name of the Vulnerable Software and Affected Versions LeRobot versions prior to 0.6.0 Description An unsafe deserialization issue exists in the asynchronous inference pipeline of the policy server and robot client components. The software uses the pickle.loads function to deserialize data receive...

10CVSS8.1AI score0.15547EPSS
SaveExploits1References57
SUSE CVE
SUSE CVE
added 2026/03/24 12:24 a.m.8 views

SUSE CVE-2026-33155

DeepDiff is a project focused on Deep Difference and search of any Python data. From version 5.0.0 to before version 8.6.2, the pickle unpickler RestrictedUnpickler validates which classes can be loaded but does not limit their constructor arguments. A few of the types in SAFETOIMPORT have...

7.5CVSS5.8AI score0.00452EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/03/12 12:30 p.m.16 views

SGLang's multimodal generation module is vulnerable to unauthenticated remote code execution through the ZMQ broker

SGLang's multimodal generation module is vulnerable to unauthenticated remote code execution through the ZMQ broker, which deserializes untrusted data using pickle.loads without authentication...

9.8CVSS6.3AI score0.01534EPSS
SaveExploits1References7Affected Software1
EUVD
EUVD
added 2026/03/12 12:30 p.m.16 views

EUVD-2026-11559

SGLang' encoder parallel disaggregation system is vulnerable to unauthenticated remote code execution through the disaggregation module, which deserializes untrusted data using pickle.loads without authentication...

9.8CVSS6.3AI score0.01158EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/03/12 12:30 p.m.13 views

SGLang's encoder parallel disaggregation system is vulnerable to unauthenticated remote code execution through the disaggregation module

SGLang's encoder parallel disaggregation system is vulnerable to unauthenticated remote code execution through the disaggregation module, which deserializes untrusted data using pickle.loads without authentication...

9.8CVSS6.3AI score0.01158EPSS
SaveExploits1References6Affected Software1
Positive Technologies
Positive Technologies
added 2026/03/12 12:00 a.m.9 views

PT-2026-24942

Name of the Vulnerable Software and Affected Versions SGLang versions affected versions not specified Description The SGLang encoder parallel disaggregation system is susceptible to unauthenticated remote code execution. This occurs through the disaggregation module, which uses pickle.loads to...

9.8CVSS7.5AI score0.01158EPSS
SaveExploits1References18
Github Security Blog
Github Security Blog
added 2026/03/04 9:30 p.m.17 views

Fickling has `always_check_safety()` bypass: pickle.loads and _pickle.loads remain unhooked

Assessment The missing pickle entrypoints pickle.loads, pickle.loads, and pickle.load were added to the hook https://github.com/trailofbits/fickling/commit/8c24c6edabceab156cfd41f4d70b650e1cdad1f7. Original report Summary fickling.alwayschecksafety does not hook all pickle entry points...

6.1AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/03/04 9:30 p.m.9 views

GHSA-WCCX-J62J-R448 Fickling has `always_check_safety()` bypass: pickle.loads and _pickle.loads remain unhooked

Assessment The missing pickle entrypoints pickle.loads, pickle.loads, and pickle.load were added to the hook https://github.com/trailofbits/fickling/commit/8c24c6edabceab156cfd41f4d70b650e1cdad1f7. Original report Summary fickling.alwayschecksafety does not hook all pickle entry points...

9.3CVSS6.1AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/03/04 1:57 a.m.11 views

CVE-2025-57622

An issue in Step-Video-T2V allows a remote attacker to execute arbitrary code via the /vae-api , /caption-api , feature = pickle.loadsrequest.getdata component...

9.8CVSS6.3AI score0.00497EPSS
SaveExploits0References1
NVD
NVD
added 2026/03/03 3:16 p.m.16 views

CVE-2025-57622

An issue in Step-Video-T2V allows a remote attacker to execute arbitrary code via the /vae-api , /caption-api , feature = pickle.loadsrequest.getdata component...

9.8CVSS0.00497EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/03/03 12:00 a.m.10 views

Step-Video-T2V 安全漏洞

Step-Video-T2V is an image-to-video model open-sourced by stepfun-ai. There is a security vulnerability in Step-Video-T2V. This vulnerability stems from the use of pickle.loads to process request data in the /vae-api and /caption-api components. It may allow a remote attacker to execute arbitrary...

9.8CVSS6.1AI score0.00497EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/03/03 12:00 a.m.2 views

CVE-2025-57622

An issue in Step-Video-T2V allows a remote attacker to execute arbitrary code via the /vae-api , /caption-api , feature = pickle.loadsrequest.getdata component...

6.1AI score0.00497EPSS
SaveExploits0References2
Rows per page
Query Builder