CVE-2026-62263 PUBLISHED

OpenAM: WebAuthn Java deserialization RCE via ObjectInputFilter depth>1 bypass

Assigner: GitHub_M
Reserved: 13.07.2026 Published: 15.09.2026 Updated: 15.09.2026

Open Access Management (OpenAM) is an access management solution. Prior to 16.1.2, WebAuthnAuthentication.deserialize applies an ObjectInputFilter that allows every serialized object at depth greater than 1 and therefore constrains only an AuthenticatorImpl root object. A pre-authentication attacker can supply a userHandle whose serialized graph has a valid AuthenticatorImpl root and a nested gadget class, causing readObject or readResolve execution before the cast and assertion verification when a usable gadget is on the classpath. This bypasses the incomplete remediation for the earlier WebAuthn deserialization vulnerability. This issue is fixed in version 16.1.2.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.2

Product Status

Vendor OpenIdentityPlatform
Product OpenAM
Versions
  • Version < 16.1.2 is affected

References

Problem Types

  • CWE-502: Deserialization of Untrusted Data CWE