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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-75592— Kirby 媒体处理路径遍历漏洞

一分钟漏洞结论

影响对象
getkirby kirby
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Kirby 是一个开源的内容管理系统。在 4.9.5 和 5.5.2 之前(具体取决于发布分支),Kirby 的媒体处理程序在 和 中使用了不完整的文件系统路径包含性检查,具体体现在 和 中。该检查会接受与目标根目录共享字符串前缀的兄弟目录(例如,位于 旁边的 ),因为它未要求路径末尾必须有目录分隔符边界或完全匹配。远程攻击者可以利用 在 PHP 可读的兄弟目录中创建并访问图像文件的缩略图(前提是该目录中包含有效的 缩略图任务文件),从而可能暴露 staging 站点、备份或其他内部站点,并在处理过程中删除该任务文

CVSS 6.9 · Medium
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Kirby: Access to image files outside of the site root via path traversal in the media handling
来源: CVE Program / CVE List V5
Vulnerability Description
Kirby is an open-source content management system. Prior to 4.9.5 and 5.5.2, depending on the release line, Kirby's media handler used incomplete filesystem containment checks in src/Filesystem/Dir.php and src/Filesystem/F.php through Kirby\Filesystem\Dir::realpath() and Kirby\Filesystem\F::realpath(). The checks accepted a sibling directory whose path shared the intended root's string prefix, such as /var/www/site2 next to /var/www/site, because they did not require an exact match or a DIRECTORY_SEPARATOR boundary. A remote attacker could use Kirby\Cms\Media::thumb() to create and access thumbnails from image files in a PHP-readable sibling directory when that directory contained a valid .json thumbnail job file, potentially exposing staging sites, backups, or other internal sites and deleting the job file during processing. This issue is fixed in versions 4.9.5 and 5.5.2.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
对路径名的限制不恰当(路径遍历)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
getkirby kirby < 4.9.5 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-75592 其他参考 (5)

同批安全公告 · getkirby · 2026-08-31 · 共 3 条

CVE-2026-75594 8.2 HIGH Kirby: Access to image files and limited access to JSON files outside of the site root via
CVE-2026-71415 7.1 HIGH Kirby 文件上传权限检查缺失漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-75592

暂无评论


发表评论