CVE & CISA-KEV Catalog

CVE-2026-56812

HIGH
7.5
CVSS v3
NVD

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.

How to fix

Remediation Available
phoenixNVD
Affected:>= 1.2.0, < 1.5.15Fixed in:1.5.15CVE-2026-56812derived from NVD
Affected:>= 1.6.0, < 1.6.17Fixed in:1.6.17CVE-2026-56812derived from NVD
Affected:>= 1.8.0, < 1.8.9Fixed in:1.8.9CVE-2026-56812derived from NVD
Affected:>= 1.7.0, < 1.7.24Fixed in:1.7.24CVE-2026-56812derived from NVD

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Exploit Intelligence

0.78%probability of exploitation in 30 days
53rdpercentile

Moderate risk: more likely to be exploited than 53% of all known CVEs.

References

Related Vulnerabilities

Other CWE-754 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2024-4367High8.871%-Fix
CVE-2022-39288High7.559%-Fix
CVE-2023-30591High7.554%--
CVE-2023-41993High8.829%KEVFix
CVE-2024-43044High8.829%-Fix
CVE-2024-3393High7.529%KEVFix

Common questions

How do I fix CVE-2026-56812?

Upgrade phoenix to 1.5.15 or later.

Is CVE-2026-56812 being actively exploited?

Not that we know of. CVE-2026-56812 is not in the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 0.78% is the estimated probability that it will be exploited in the next 30 days. That is higher than 53% of all scored CVEs.

How severe is CVE-2026-56812?

CVE-2026-56812 has a CVSS v3 base score of 7.5, rated high. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2026-56812 affect?

Published advisories record a fix for phoenix (NVD). Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-56812
CVE-2026-56812 severity badge

Markdown

[![CVE-2026-56812](https://tridentstack.com/cve/badge/CVE-2026-56812.svg)](https://tridentstack.com/cve/CVE-2026-56812)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-56812"><img src="https://tridentstack.com/cve/badge/CVE-2026-56812.svg" alt="CVE-2026-56812"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

See how it worksStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-07-09.