CVE-2026-34840 HIGH

CVE-2026-34840: OneUptime SSO: Multi-Assertion Identity Injection via Decoupled Signature Verification

Vendor Oneuptime
Product oneuptime
Weakness CWE-347
Published April 2, 2026
Last update April 2, 2026

CVSS base score

8.1/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N

What the vulnerability does

01Description

OneUptime is an open-source monitoring and observability platform. Prior to version 10.0.42, OneUptime's SAML SSO implementation (App/FeatureSet/Identity/Utils/SSO.ts) has decoupled signature verification and identity extraction. isSignatureValid() verifies the first <Signature> element in the XML DOM using xml-crypto, while getEmail() always reads from assertion[0] via xml2js. An attacker can prepend an unsigned assertion containing an arbitrary identity before a legitimately signed assertion, resulting in authentication bypass. This issue has been patched in version 10.0.42.

Key dates

02Disclosure timeline

April 2, 2026 CVE published
April 2, 2026 Record updated