CVE-2026-56812

HIGHNVD 7.57.5
EchelonGraph scoreMEDIUM confidence

This high-severity CVE scores 7.5 under NVD CVSS v3. EPSS exploit probability: 0.4%, top 64% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: epss, nvd
Trending — 4 sources updated this week
7.5
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 7.5Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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.

CVSS v3
7.5
EG Score
7.5(medium)
EPSS
36.0%
KEV
Not listed

Published

July 7, 2026

Last Modified

July 9, 2026

Advisory Details (7)

Auto-updated Jul 7, 2026
🔬 Proof of concept available. Patch available. Sources: github_commit, github.
github Patch Available🟡 PoC Available

Presence keys colliding with `Object.prototype` members break existence checks · Advisory · phoenixframework/phoenix · GitHub

https://github.com/phoenixframework/phoenix/security/advisories/GHSA-63mc-hw7g-86rr
generic

OSV - Open Source Vulnerabilities

https://osv.dev/vulnerability/EEF-CVE-2026-56812
github_commit

commit beffc4da1e78 (phoenixframework/phoenix)

Fix landed in phoenixframework/phoenix commit beffc4da1e78 — awaiting tagged release

https://github.com/phoenixframework/phoenix/commit/beffc4da1e787e572121f68902c63daf4fe7d9c2
github_commit

commit b90b22521465 (phoenixframework/phoenix)

Fix landed in phoenixframework/phoenix commit b90b22521465 — awaiting tagged release

https://github.com/phoenixframework/phoenix/commit/b90b22521465ece00eb5a19d5aa2b9465b209c85
github_commit

commit 89a1c4be161e (phoenixframework/phoenix)

Fix landed in phoenixframework/phoenix commit 89a1c4be161e — awaiting tagged release

https://github.com/phoenixframework/phoenix/commit/89a1c4be161e436241e12b2378a719904b9bd96f
github_commit

commit 7f7b971c1ea0 (phoenixframework/phoenix)

Fix landed in phoenixframework/phoenix commit 7f7b971c1ea0 — awaiting tagged release

https://github.com/phoenixframework/phoenix/commit/7f7b971c1ea0994e3fbd1c11ddb05e780bd38ad8
generic

Phoenix JavaScript presence client crashes on presence keys colliding with Object.prototype members in Presence.syncState/syncDiff | Erlang Ecosystem Foundation CNA

https://cna.erlef.org/cves/CVE-2026-56812.html

Affected Packages

(1 across 1 ecosystem)
Hex(1)
PackageVulnerable rangeFixed inDependents
phoenix1.2.0 ... 1.8.8 (118 versions)1.8.9

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 16× in last 7d / 16× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-12 05:46 UTCEPSS rescore
  2. 2026-07-11 20:57 UTCEG score recompute
  3. 2026-07-11 08:27 UTCEPSS rescore
  4. 2026-07-11 08:27 UTCEPSS rescore
  5. 2026-07-11 08:26 UTCEG score recompute
  6. 2026-07-10 19:55 UTCEG score recompute
  7. 2026-07-10 07:24 UTCEG score recompute
  8. 2026-07-09 19:10 UTCEPSS rescore
  9. 2026-07-09 19:10 UTCEPSS rescore
  10. 2026-07-09 18:51 UTCEG score recompute 1.20
  11. 2026-07-09 15:00 UTCNVD updateCVSS v3 → 7.5 · severity → HIGH
  12. 2026-07-08 17:21 UTCEG score recompute
  13. 2026-07-08 15:16 UTCEPSS rescore
  14. 2026-07-08 15:16 UTCEPSS rescore
  15. 2026-07-07 15:52 UTCEG score recompute
  16. 2026-07-07 15:51 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-56812?
CVE-2026-56812 is a high vulnerability published on July 7, 2026. 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…
When was CVE-2026-56812 disclosed?
CVE-2026-56812 was first published in the National Vulnerability Database on July 7, 2026, with the most recent update on July 9, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-56812 actively exploited?
CVE-2026-56812 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 36.0% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-56812?
CVE-2026-56812 has a CVSS v3 base score of 7.5 (NVD).
How do I remediate CVE-2026-56812?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-56812, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-56812

Explore →

Is Your Infrastructure Affected by CVE-2026-56812?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.