The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade phoenix to version 1.5.15, 1.6.17, 1.7.24, 1.8.9 or higher.
phoenix is a The official JavaScript client for the Phoenix web framework.
Affected versions of this package are vulnerable to Improper Check for Unusual or Exceptional Conditions via the syncState and syncDiff presence reconciliation code in assets/js/phoenix/presence.js. An attacker can crash presence updates for every browser viewing a topic by joining with a presence key such as __proto__, constructor, or hasOwnProperty. The vulnerable code stores presence state in plain objects and checks existing entries with state[key], so a prototype-colliding key resolves to an inherited Object.prototype property instead of an actual presence record. When the code then reads .metas.map(...) from that inherited object, it throws an uncaught TypeError, breaking presence synchronization for that channel topic until the attacker leaves.