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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-56812— Phoenix JavaScript Presence 客户端同步状态/差异时崩溃漏洞

AI 预测 5.3 利用难度: 较易

可能的 ATT&CK 技术 1AI

T1429

影响版本矩阵 9

厂商产品版本范围状态
phoenixframeworkphoenix1.2.0-rc.0< 1.5.15affected
1.6.0-rc.0< 1.6.17affected
1.7.0-rc.0< 1.7.24affected
1.8.0-rc.0< 1.8.9affected
1.2.0-rc.0< 1.5.15affected
1.6.0-rc.0< 1.6.17affected
1.7.0-rc.0< 1.7.24affected
1.8.0-rc.0< 1.8.9affected
… +1 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Phoenix JavaScript presence client crashes on presence keys colliding with Object.prototype members in Presence.syncState/syncDiff
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
Improper Check for Unusual or Exceptional Conditions vulnerability in phoenixframework phoenix (Presence JavaScript client) allows an attacker with ordinary channel access to cause a persistent client-side denial of service against every viewer of a presence channel topic. This vulnerability is associated with program files assets/js/phoenix/presence.js and program routines Presence.syncState and Presence.syncDiff. The Phoenix JavaScript presence client checks whether a presence already exists with a bare truthiness test (state[key]) instead of an own-property check. Presence keys can be attacker-controlled, because applications track presences under a username or id supplied by the client. A user who joins a channel choosing a key that is an Object.prototype member name (__proto__, constructor, toString, hasOwnProperty, and similar) makes that lookup return JavaScript's built-in Object.prototype instead of undefined. Because the prototype is truthy, the code treats it as an existing presence and reads .metas.map(...) off it, which throws an uncaught TypeError. The exception propagates out of the presence message handler, so the local state is never updated and onSync() never fires. Because the malicious key is tracked on the server, it is re-pushed on every presence update and keeps re-throwing, so presence sync stays broken for every viewer of that channel topic until the attacker leaves. Both syncState and syncDiff use the same unsafe existence-check pattern. The impact is limited to the affected topic and is a read-time confusion of the prototype object, not a mutation of Object.prototype (it is not prototype pollution). This issue affects phoenix: from 1.2.0-rc.0 before 1.5.15, from 1.6.0-rc.0 before 1.6.17, from 1.7.0-rc.0 before 1.7.24, and from 1.8.0-rc.0 before 1.8.9.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
对因果或异常条件的不恰当检查
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
phoenixframeworkphoenix 1.2.0-rc.0 ~ 1.5.15 cpe:2.3:a:phoenixframework:phoenix:*:*:*:*:*:*:*:*
phoenixframeworkphoenix 1.2.0-rc.0 ~ 1.5.15 cpe:2.3:a:phoenixframework:phoenix:*:*:*:*:*:*:*:*
phoenixframeworkphoenix 2270aaf21bd02c6a6a1022820564efb605a97655 ~ * cpe:2.3:a:phoenixframework:phoenix:*:*:*:*:*:*:*:*

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-56812 补丁与修复 (4)

CVE-2026-56812 厂商安全公告 (3)

IV. Related Vulnerabilities

V. Comments for CVE-2026-56812

暂无评论


发表评论