目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1325

100%

CVE-2026-47748— stable-diffusion.cpp PyTorch checkpoint解析越界读取漏洞

CVSS 5.5 · Medium

影响版本矩阵 1

厂商产品版本范围状态
leejetstable-diffusion.cpp< master-584-0a7ae07affected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-47748 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
stable-diffusion.cpp: Out-of-bounds reads in PyTorch checkpoint pickle opcode parsing
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
stable-diffusion.cpp is a pure C/C++ library for running diffusion model (Stable Diffusion, Flux, Wan, Qwen Image, Z-Image, and more) inference. Versions prior to master-584-0a7ae07 are vulnerable to an out-of-bounds reads error through PyTorch checkpoint pickle opcode parsing. The pickle .ckpt parser in src/model.cpp did not consistently check that enough input remained before reading opcode arguments or advancing the parser buffer with a crafted or truncated .ckpt file. Throughout the pickle parser, opcode handlers advanced the parser position with expressions such as buffer += N without first checking that buffer + N <= buffer_end. A truncated file could therefore cause reads past the end of the metadata buffer. LibFuzzer found crashes in under one second using malformed checkpoint inputs. Any application using affected stable-diffusion.cpp releases to load untrusted .ckpt model files could be vulnerable. The attack requires the victim or application to load a .ckpt file from an untrusted source, such as a downloaded model from a model sharing site. This issue has been fixed in version master-584-0a7ae07. If developers are unable to immediately update their applications, they can work around this issue by ensuring they do not load .ckpt checkpoint files from untrusted sources. They should prefer trusted model sources and safer formats such as .safetensors where possible.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
跨界内存读
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
leejetstable-diffusion.cpp < master-584-0a7ae07 -

二、漏洞 CVE-2026-47748 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-47748 的情报信息

登录查看更多情报信息。

CVE-2026-47748 厂商安全公告 (1)

同批安全公告 · leejet · 2026-06-16 · 共 4 条

CVE-2026-477497.8 HIGHstable-diffusion.cpp PyTorch检查点文件SHORT_BINUNICODE解析堆缓冲区溢出漏洞
CVE-2026-477507.8 HIGHstable-diffusion.cpp PyTorch权重文件堆缓冲区溢出漏洞
CVE-2026-477477.8 HIGHstable-diffusion.cpp 堆溢出漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-47748

暂无评论


发表评论