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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-46696— October CMS 沙盒绕过漏洞

一分钟漏洞结论

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

以下是该漏洞描述信息的中文翻译: October System 为 October 内容管理系统(CMS)提供系统模块。在 3.7.17 和 4.2.21 之前的版本中,当启用 时,Twig 沙箱安全策略存在一个漏洞,允许发生链式绕过。Laravel 会话存储对 Twig 暴露了不受限制的方法访问权限,而通过 Eloquent 的 转发机制可触达的原始 SQL 方法在完整的构建器链中未被屏蔽。 当这些条件结合时,拥有 CMS 标记编辑权限的后端用户可以利用原始 SQL 表达式读取任意数据库值,并向后端身份验证会话键

CVSS 3.3 · Low

可能的 ATT&CK 技术 2 AI

T1558.002 · Silver Ticket T1558.008

影响版本矩阵 2

厂商产品 版本范围状态
octobercms system < 3.7.17 affected
>= 4.0.0, < 4.2.23 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
October CMS: Safe Mode Sandbox Bypass via Session Store and Forwarded Builder Calls
来源: CVE Program / CVE List V5
Vulnerability Description
October System provides the system module for October Content Management System. Versions prior to 3.7.17 and 4.2.21 have a vulnerability in the Twig sandbox security policy that allowed a chained bypass when `cms.safe_mode` is enabled. The Laravel session store was exposed to Twig with unrestricted method access, and raw SQL methods reachable through Eloquent's `__call` forwarding were not blocked across the full builder chain. When combined, a backend user with CMS markup editing access could read arbitrary database values via raw SQL expressions and write to the backend authentication session key, forging a backend session as another existing user. The scope of impact is narrow. Safe Mode is a niche feature, primarily used for demo installations and multi-tenant or shared-editor scenarios where untrusted users are deliberately granted access to the CMS markup editor. Standard production deployments do not enable Safe Mode, because under normal October CMS guidance backend access - including markup editing - is restricted to trusted administrators, and direct PHP injection through markup is already possible without Safe Mode in that configuration. This issue only affects sites that meet all of the following conditions: `cms.safe_mode` is enabled (a deliberate opt-in for demos or untrusted-editor scenarios; the site has at least one backend user with CMS markup editing access who is not intended to be trusted as a full administrator; and the site has at least one existing superuser account whose session the lower-privileged user can impersonate. The vulnerability has been patched in v3.7.17 and v4.2.21. The Laravel session store is now wrapped in a proxy that exposes only an explicit subset of read/write methods and rejects writes to reserved session key prefixes (`admin_auth`, `october_auth`, `login_*`, `_token`, and other framework internals). Raw SQL and subquery methods (`selectRaw`, `whereRaw`, `orderByRaw`, `joinSub`, and related) are now blocked on `Query\Builder`, `Eloquent\Builder`, and `Eloquent\Model` so the blocklist is consistent across the `__call` forwarding chain. All sites that enable `cms.safe_mode` are encouraged to upgrade to the latest patched version. A workaround is available. Restrict CMS markup editing access to fully trusted administrators only - the standard October CMS recommendation for any deployment. Note that disabling `cms.safe_mode` is not a workaround; Safe Mode is the boundary this issue affects, and disabling it removes the only sandbox between markup editors and the server.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
特权管理不恰当
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
octobercms system < 3.7.17 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-46696

暂无评论


发表评论