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 baileys to version 6.7.22, 7.0.0-rc12 or higher.
baileys is an A WebSockets library for interacting with WhatsApp Web
Affected versions of this package are vulnerable to Origin Validation Error via the messages.upsert event handling process. An attacker can inject forged messages, spoof message history, and corrupt application state by sending maliciously crafted protocolMessage payloads. This can be achieved by exploiting the handling of placeholderResendMessage and fake key shares, allowing unauthorized manipulation of message events and history synchronization.
This vulnerability can be mitigated by dropping messages.upsert events that contain a requestId field and turning off automatic history sync by setting shouldSyncHistoryMessage: () => false in the socket configuration. There are no workarounds for the app state sync jamming.