PatchSiren cyber security CVE debrief
CVE-2026-62263 OpenIdentityPlatform CVE debrief
A critical vulnerability was found in Open Access Management (OpenAM) prior to version 16.1.2, allowing a pre-authentication attacker to bypass the incomplete remediation for an earlier WebAuthn deserialization vulnerability. The issue arises from the WebAuthnAuthentication.deserialize method applying an ObjectInputFilter that permits every serialized object at depth greater than 1, effectively constraining only an AuthenticatorImpl root object. This enables an attacker to supply a userHandle with a serialized graph containing a valid AuthenticatorImpl root and a nested gadget class, potentially leading to readObject or readResolve execution before cast and assertion verification if a usable gadget is present on the classpath.
- Vendor
- OpenIdentityPlatform
- Product
- OpenAM
- CVSS
- CRITICAL 9.2
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-15
- Original CVE updated
- 2026-09-23
- Advisory published
- 2026-09-15
- Advisory updated
- 2026-09-23
Who should care
Defenders responsible for OpenAM deployments should assess exposure and prioritize upgrading to version 16.1.2 or later. This vulnerability could potentially allow attackers to execute malicious code before authentication, making it critical for access management environments.
Why it matters
CVE-2026-62263 is a critical vulnerability in Open Access Management (OpenAM) that allows a pre-authentication attacker to bypass earlier WebAuthn deserialization vulnerability remediation. Defenders should prioritize upgrading to OpenAM version 16.1.2 or later and assess exposure in their environments.
- Potential code execution before authentication
- Bypass of earlier WebAuthn deserialization vulnerability remediation
- Need for verification of OpenAM version and exposure
- Prioritization of upgrade to version 16.1.2 or later
Technical summary
The WebAuthnAuthentication.deserialize method in OpenAM applies an ObjectInputFilter that allows every serialized object at depth greater than 1. This enables a pre-authentication attacker to supply a userHandle with a serialized graph containing a valid AuthenticatorImpl root and a nested gadget class, potentially leading to readObject or readResolve execution before cast and assertion verification if a usable gadget is present on the classpath.
Defensive priority
Defenders should prioritize upgrading to OpenAM version 16.1.2 or later to address this vulnerability. They should also review their current OpenAM version and assess exposure, especially in environments where OpenAM is used for access management.
Recommended defensive actions
- Upgrade to OpenAM version 16.1.2 or later
- Review current OpenAM version and assess exposure
- Monitor for potential exploitation attempts
- Perform vulnerability scanning to identify exposed systems
- Implement compensating controls for exposed systems
- Review and update incident response plans
- Track and verify remediation efforts
Evidence notes
The CVE record and NVD entry provide details about the vulnerability, its impact, and the fixed version. However, the exact scope of affected deployments and potential exploitation attempts remain unknown due to limited information.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-62263 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-62263
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-62263 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-62263
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/OpenIdentityPlatform/OpenAM/commit/9dd0fbe07f70f118cf45042d3a9ffb32f3c21e08
-
Source reference
Unverified legacy reference
URL: https://github.com/OpenIdentityPlatform/OpenAM/releases/tag/16.1.2
-
Source reference
Unverified legacy reference
URL: https://github.com/OpenIdentityPlatform/OpenAM/security/advisories/GHSA-gf8h-gq53-288j
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.