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 matrix-appservice-bridge
to version 2.6.1 or higher.
matrix-appservice-bridge is a Bridging infrastructure for Matrix Application Services
Affected versions of this package are vulnerable to Insecure Permissions. If a bridge has room upgrade handling turned on in the configuration (the roomUpgradeOpts
key when instantiating a new Bridge
instance.), any m.room.tombstone
event it encounters will be used to unbridge the current room and bridge into the target room. However, the target room m.room.create
event is not checked to verify if the predecessor
field contains the previous room. This means that any malicious admin of a bridged room can repoint the traffic to a different room without the new room being aware.