Lucene search
+L

116 matches found

OSV
OSV
added 2026/09/17 1:43 p.m.6 views

CVE-2026-92971 InternLM LMDeploy through 0.17.0 Assertion Denial of Service

InternLM LMDeploy through 0.17.0 contains a reachable assertion vulnerability in the DistServe decode migration loop that allows unauthenticated attackers to terminate the inference engine. Attackers can submit a migrationrequest with an empty remoteblockids list to trigger an AssertionError that...

8.7CVSS
SaveExploits0References8
Circl
Circl
added 2026/09/16 4:35 p.m.7 views

CVE-2025-59953

creationtimestamp| type| source ---|---|--- 2026-09-16 16:35:02+00:00| published-proof-of-concept| https://github.com/InternLM/lmdeploy/security/advisories/GHSA-5h8j-6crg-7rmw 2026-09-16 17:20:31+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/cfid76vzr44xo 2026-09-16 18:07:47+00:00|...

9.8CVSS0.00675EPSS
SaveExploits0References5
NVD
NVD
added 2026/09/16 4:17 p.m.13 views

CVE-2025-59953

LMDeploy is a toolkit for compressing, deploying, and serving large language models. Starting in version 0.9.1 and prior to version 0.10.2, the LMdeploy implements an rpc server AsyncRPCServer in zmqrpc.py for supporting the RPC communications. In its core functionality callandresponse, I found i...

9.8CVSS0.00675EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/16 3:36 p.m.31 views

CVE-2025-59953

LMDeploy (by InternLM ), a toolkit for compressing, deploying, and serving large language models, is affected by a remote code execution vulnerability in versions 0.9.1 through 0.10.1 . The root cause lies in the AsyncRPCServer component (zmq_rpc.py), where the call_and_response() function direct...

9.8CVSS0.00675EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/16 3:36 p.m.6 views

CVE-2025-59953 LMdeploy has Remote Code Execution by Pickle Deserialization via zmq_rpc.call_and_response() in InterLM/lmdeploy

LMDeploy is a toolkit for compressing, deploying, and serving large language models. Starting in version 0.9.1 and prior to version 0.10.2, the LMdeploy implements an rpc server AsyncRPCServer in zmqrpc.py for supporting the RPC communications. In its core functionality callandresponse, I found i...

9.8CVSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/16 3:36 p.m.32 views

CVE-2025-59953 LMdeploy has Remote Code Execution by Pickle Deserialization via zmq_rpc.call_and_response() in InterLM/lmdeploy

LMDeploy is a toolkit for compressing, deploying, and serving large language models. Starting in version 0.9.1 and prior to version 0.10.2, the LMdeploy implements an rpc server AsyncRPCServer in zmqrpc.py for supporting the RPC communications. In its core functionality callandresponse, I found i...

9.8CVSS0.00675EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/16 3:36 p.m.7 views

EUVD-2025-210921

LMDeploy is a toolkit for compressing, deploying, and serving large language models. Starting in version 0.9.1 and prior to version 0.10.2, the LMdeploy implements an rpc server AsyncRPCServer in zmqrpc.py for supporting the RPC communications. In its core functionality callandresponse, I found i...

9.8CVSS0.00675EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/09/16 3:34 p.m.10 views

LMdeploy has Remote Code Execution by Pickle Deserialization via zmq_rpc.call_and_response() in InterLM/lmdeploy

Description The LMdeploy implements an rpc server AsyncRPCServer in zmqrpc.py for supporting the RPC communications. In its core functionality callandresponse, I found it will directly use the pickles.loads to deserialize the received messages without any sanitization, hence resulting in a remote...

9.8CVSS0.00675EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/08/20 12:35 a.m.22 views

EUVD-2026-62972

LMDeploy deserializes disaggregated-serving peer messages with pickle. The handlezmqrecv coroutine in lmdeploy/pytorch/disagg/conn/engineconn.py reads peer-to-peer cache-free requests with recvpyobj, which deserializes the received bytes with pickle.loads, and the isinstance check against...

9.8CVSS6.3AI score0.00983EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/19 10:17 p.m.17 views

CVE-2026-76850

LMDeploy deserializes disaggregated-serving peer messages with pickle. The handlezmqrecv coroutine in lmdeploy/pytorch/disagg/conn/engineconn.py reads peer-to-peer cache-free requests with recvpyobj, which deserializes the received bytes with pickle.loads, and the isinstance check against...

9.8CVSS0.00983EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/19 9:41 p.m.20 views

CVE-2026-76850 LMDeploy Remote Code Execution via Unsafe Pickle Deserialization in the Disaggregated Serving Peer Connector

LMDeploy deserializes disaggregated-serving peer messages with pickle. The handlezmqrecv coroutine in lmdeploy/pytorch/disagg/conn/engineconn.py reads peer-to-peer cache-free requests with recvpyobj, which deserializes the received bytes with pickle.loads, and the isinstance check against...

9.3CVSS6.5AI score
SaveExploits0References10
CVE
CVE
added 2026/08/19 9:41 p.m.50 views

CVE-2026-76850

LMDeploy (InternLM) is vulnerable to remote code execution via unsafe pickle deserialization in its disaggregated-serving peer connector. The handle_zmq_recv coroutine in lmdeploy/pytorch/disagg/conn/engine_conn.py deserializes peer-to-peer messages with pickle.loads() before any type validation,...

9.8CVSS6.3AI score0.00983EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/08/19 9:41 p.m.11 views

CVE-2026-76850 LMDeploy Remote Code Execution via Unsafe Pickle Deserialization in the Disaggregated Serving Peer Connector

LMDeploy deserializes disaggregated-serving peer messages with pickle. The handlezmqrecv coroutine in lmdeploy/pytorch/disagg/conn/engineconn.py reads peer-to-peer cache-free requests with recvpyobj, which deserializes the received bytes with pickle.loads, and the isinstance check against...

9.8CVSS6.3AI score0.00983EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/19 9:41 p.m.40 views

CVE-2026-76850 LMDeploy Remote Code Execution via Unsafe Pickle Deserialization in the Disaggregated Serving Peer Connector

LMDeploy deserializes disaggregated-serving peer messages with pickle. The handlezmqrecv coroutine in lmdeploy/pytorch/disagg/conn/engineconn.py reads peer-to-peer cache-free requests with recvpyobj, which deserializes the received bytes with pickle.loads, and the isinstance check against...

9.8CVSS0.00983EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/21 9:16 p.m.13 views

CVE-2026-63764

LMDeploy through 0.14.0, fixed in commit 03c3130, contains a server-side request forgery SSRF vulnerability in the loadhttpurl function within the connection.py media handler, where the private-IP guard validates only the original URL without re-validating hosts after HTTP redirects. An...

8.6CVSS0.00387EPSS
SaveExploits1References4
OSV
OSV
added 2026/07/21 8:36 p.m.12 views

CVE-2026-63764 LMDeploy Server-Side Request Forgery via HTTP Redirect Bypass

LMDeploy through 0.14.0, fixed in commit 03c3130, contains a server-side request forgery SSRF vulnerability in the loadhttpurl function within the connection.py media handler, where the private-IP guard validates only the original URL without re-validating hosts after HTTP redirects. An...

7.7CVSS5.5AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/07/21 8:36 p.m.12 views

CVE-2026-63764 LMDeploy Server-Side Request Forgery via HTTP Redirect Bypass

LMDeploy through 0.14.0, fixed in commit 03c3130, contains a server-side request forgery SSRF vulnerability in the loadhttpurl function within the connection.py media handler, where the private-IP guard validates only the original URL without re-validating hosts after HTTP redirects. An...

8.6CVSS5.4AI score0.00387EPSS
SaveExploits1References4
attackerkb
attackerkb
added 2026/07/21 8:36 p.m.9 views

CVE-2026-63764

LMDeploy through 0.14.0, fixed in commit 03c3130, contains a server-side request forgery SSRF vulnerability in the loadhttpurl function within the connection.py media handler, where the private-IP guard validates only the original URL without re-validating hosts after HTTP redirects. An...

8.6CVSS5.4AI score0.00387EPSS
SaveExploits1References7
CVE
CVE
added 2026/07/21 8:36 p.m.36 views

CVE-2026-63764

LMDeploy prior to 0.14.0 contains a server-side request forgery (SSRF) in the _load_http_url function of the media handler. The private-IP guard validates only the original URL; after HTTP redirects, hosts are not re-validated. An unauthenticated attacker can submit a crafted image_url to the cha...

8.6CVSS5.4AI score0.00387EPSS
SaveExploits1References4Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.27 views

PT-2026-62099

lmdeploy's OpenAI-compatible API server contains a server-side request forgery vulnerability that allows unauthenticated attackers to access internal services and cloud metadata endpoints by supplying a crafted image url that redirects to internal targets. Attackers can send a POST request to the...

9.3CVSS5.4AI score0.00387EPSS
SaveExploits1References5
Rows per page
Query Builder