CVE-2026-28787 PUBLISHED

OneUptime has WebAuthn 2FA bypass: server accepts client-supplied challenge instead of server-stored value, allowing credential replay

Assigner: GitHub_M
Reserved: 03.03.2026 Published: 06.03.2026 Updated: 06.03.2026

OneUptime is a solution for monitoring and managing online services. In version 10.0.11 and prior, the WebAuthn authentication implementation does not store the challenge on the server side. Instead, the challenge is returned to the client and accepted back from the client request body during verification. This violates the WebAuthn specification (W3C Web Authentication Level 2, §13.4.3) and allows an attacker who has obtained a valid WebAuthn assertion (e.g., via XSS, MitM, or log exposure) to replay it indefinitely, completely bypassing the second-factor authentication. No known patches are available.

Metrics

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

Product Status

Vendor OneUptime
Product oneuptime
Versions
  • Version <= 10.0.11 is affected

References

Problem Types

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