CVE-2026-55759 PUBLISHED

Rocket.Chat: Apple Sign-In skips JWT claims validation, allowing expired and cross-audience token replay

Assigner: GitHub_M
Reserved: 17.06.2026 Published: 24.06.2026 Updated: 24.06.2026

Rocket.Chat is an open-source, secure, fully customizable communications platform. Prior to 8.5.1, 8.4.4, 8.3.6, 8.2.6, 8.1.6, 8.0.7, and 7.10.13, Rocket.Chat's Apple Sign-In handler verifies JWT signatures but skips claims validation. Any Apple-signed JWT with a non-empty iss is accepted regardless of aud, exp, nbf, or nonce. An attacker who obtains a target user's Apple identity token (from server logs, an intercepted sign-in flow, or another application sharing the same Apple developer team) can replay it to authenticate as that user, with no expiration on the replay window. This vulnerability is fixed in 8.5.1, 8.4.4, 8.3.6, 8.2.6, 8.1.6, 8.0.7, and 7.10.13.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
CVSS Score: 7.4

Product Status

Vendor RocketChat
Product Rocket.Chat
Versions
  • Version >= 8.5.0-rc.0, < 8.5.1 is affected
  • Version >= 8.4.0-rc.0, < 8.4.4 is affected
  • Version >= 8.3.0-rc.0, < 8.3.6 is affected
  • Version >= 8.2.0-rc.0, < 8.2.6 is affected
  • Version >= 8.1.0-rc.0, < 8.1.6 is affected
  • Version >= 7.11.0-rc.0, < 8.0.7 is affected
  • Version < 7.10.13 is affected

References

Problem Types

  • CWE-287: Improper Authentication CWE
  • CWE-294: Authentication Bypass by Capture-replay CWE