LMDeploy CVE-2026-33626 Flaw Exploited Within 13 Hours of Disclosure
嗯,用户让我用中文总结一篇文章,控制在100字以内,而且不需要特定的开头。首先,我得仔细阅读文章内容,抓住关键点。 文章主要讲的是LMDeploy这个开源工具包的一个高危安全漏洞,CVE编号是2026-33626,CVSS评分7.5。这是一个SSRF漏洞,影响到所有支持视觉语言模块的版本。攻击者可以利用这个漏洞访问敏感数据、内部网络等。发现这个漏洞的是Orca Security的Igor Stepansky。 然后,文章提到漏洞披露后不到13小时就被积极利用了。Sysdig检测到攻击者在短时间内进行了多次请求,包括扫描内部网络和测试外联。这说明威胁分子对新漏洞反应迅速,甚至没有PoC的情况下也会利用。 另外,文章还提到WordPress插件和Modbus设备的漏洞被利用的情况,但用户可能更关注LMDeploy的部分。 所以总结的时候要涵盖:LMDeploy的SSRF漏洞、影响范围、攻击者的行为以及漏洞被快速利用的事实。控制在100字以内,直接描述内容。 </think> LMDeploy开源工具包发现高危SSRF漏洞(CVE-2026-33626),攻击者可借此访问敏感数据和内部网络。该漏洞影响所有支持视觉语言模块的版本,在披露后不到13小时内即被活跃利用。 2026-4-24 07:24:0 Author: thehackernews.com(查看原文) 阅读量:20 收藏

A high-severity security flaw in LMDeploy, an open-source toolkit for compressing, deploying, and serving LLMs, has come under active exploitation in the wild less than 13 hours after its public disclosure.

The vulnerability, tracked as CVE-2026-33626 (CVSS score: 7.5), relates to a Server-Side Request Forgery (SSRF) vulnerability that could be exploited to access sensitive data.

"A server-side request forgery (SSRF) vulnerability exists in LMDeploy's vision-language module," according to an advisory published by the project maintainers last week. "The load_image() function in lmdeploy/vl/utils.py fetches arbitrary URLs without validating internal/private IP addresses, allowing attackers to access cloud metadata services, internal networks, and sensitive resources."

The shortcoming affects all versions of the toolkit (0.12.0 and prior) with vision language support. Orca Security researcher Igor Stepansky has been credited with discovering and reporting the bug.

Successful exploitation of the vulnerability could permit an attacker to steal cloud credentials, reach internal services that aren't exposed to the internet, port scan internal networks, and create lateral movement opportunities.

Cloud security firm Sysdig, in an analysis published this week, said it detected the first LMDeploy exploitation attempt against its honeypot systems within 12 hours and 31 minutes of the vulnerability being published on GitHub. The exploitation attempt originates from the IP address 103.116.72[.]119.

"The attacker did not simply validate the bug and move on. Instead, over a single eight-minute session, they used the vision-language image loader as a generic HTTP SSRF primitive to port-scan the internal network behind the model server: AWS Instance Metadata Service (IMDS), Redis, MySQL, a secondary HTTP administrative interface, and an out-of-band (OOB) DNS exfiltration endpoint," it said.

The actions undertaken by the adversary, detected on Apr 22, 2026, at 03:35 a.m. UTC, unfolded over 10 distinct requests across three phases, with the requests switching between vision language models (VLMs) such as internlm-xcomposer2 and OpenGVLab/InternVL2-8B to likely avoid raising any suspicion -

  • Target AWS IMDS and Redis instances on the server.
  • Test egress with an out-of-band (OOB) DNS callback to requestrepo[.]com to confirm the SSRF vulnerability can reach arbitrary external hosts, followed by enumerating the API surface.
  • Port scan the loopback interface ("127.0.0[.]1")

The findings are yet another reminder of how threat actors are closely watching new vulnerability disclosures and exploiting them before downstream users can apply the fixes, even in cases where no proof-of-concept (PoC) exploits exist at the time of the attack.

"CVE-2026-33626 fits a pattern that we have observed repeatedly in the AI-infrastructure space over the past six months: critical vulnerabilities in inference servers, model gateways, and agent orchestration tools are being weaponized within hours of advisory publication, regardless of the size or extent of their install base," Sysdig said.

"Generative AI (GenAI) is accelerating this collapse. An advisory as specific as GHSA-6w67-hwm5-92mq, which includes the affected file, parameter name, root-cause explanation, and sample vulnerable code, is effectively an input prompt for any commercial LLM to generate a potential exploit."

WordPress Plugins and Internet-Exposed Modbus Devices Targeted

The disclosure comes as threat actors have also been spotted exploiting vulnerabilities in two WordPress plugins – Ninja Forms – File Upload (CVE-2026-0740, CVSS score: 9.8) and Breeze Cache (CVE-2026-3844, CVSS score: 9.8) – to upload arbitrary files to susceptible sites, which result in arbitrary code execution and complete takeover.

Unknown attackers have also been linked to a global campaign targeting internet-exposed, Modbus-enabled programmable logic controllers (PLCs) from September to November 2025 that spanned 70 countries and 14,426 distinct targeted IPs, most of which are located in the U.S., France, Japan, Canada, and India. A subset of these requests has been found to emanate from sources geolocated to China.

"The activity blended large-scale automated probing with more selective patterns that suggest deeper device fingerprinting, disruption attempts, and potential manipulation paths when PLCs are reachable from the public internet," Cato Networks researchers said. "Many source IPs had low or zero public reputation scores, consistent with fresh or rotating scanning hosts."

Found this article interesting? Follow us on Google News, Twitter and LinkedIn to read more exclusive content we post.


文章来源: https://thehackernews.com/2026/04/lmdeploy-cve-2026-33626-flaw-exploited.html
如有侵权请联系:admin#unsafe.sh