Description
Open Access Management (OpenAM) is an access management solution. Prior to 16.0.6, OpenIdentityPlatform OpenAM is vulnerable to pre-authentication Remote Code Execution (RCE) via unsafe Java deserialization of the jato.clientSession HTTP parameter. This bypasses the WhitelistObjectInputStream mitigation that was applied to the jato.pageSession parameter after CVE-2021-35464. An unauthenticated attacker can achieve arbitrary command execution on the server by sending a crafted serialized Java object as the jato.clientSession GET/POST parameter to any JATO ViewBean endpoint whose JSP contains <jato:form> tags (e.g., the Password Reset pages). This vulnerability is fixed in 16.0.6.
Published: 2026-04-07
Score: 9.3 Critical
EPSS: 7.0% Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

The vulnerability is an unsafe Java deserialization flaw that allows a pre‑authentication attacker to inject a malicious serialized object into the jato.clientSession HTTP parameter. This bypasses a mitigation that was applied to jato.pageSession after a previous CVE, giving the attacker the ability to execute arbitrary system commands on the server. The flaw essentially turns the target system into an untrusted endpoint that can run any code supplied by the attacker.

Affected Systems

OpenIdentityPlatform OpenAM versions prior to 16.0.6 are affected. Any JATO ViewBean endpoint whose JSP contains <jato:form> tags, such as Password Reset pages, is vulnerable. The flaw exists in the handling of the jato.clientSession parameter in those endpoints.

Risk and Exploitability

The CVSS score of 9.3 indicates a critical severity. The EPSS score of 8% indicates a moderate exploitation probability, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is sending a crafted serialized Java object as the jato.clientSession GET/POST parameter to any vulnerable endpoint, achieving remote code execution without authentication.

Generated by OpenCVE AI on April 18, 2026 at 21:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the OpenAM patch to version 16.0.6 or later, which fixes the unsafe deserialization.
  • If an immediate patch cannot be applied, block or remove access to all JATO ViewBean endpoints that contain <jato:form> tags until a safe configuration is in place.
  • Implement network segmentation or firewall rules to require authentication for all endpoints that accept the jato.clientSession parameter, denying unauthenticated traffic.
  • Adopt secure deserialization practices by restricting or removing the use of java.io.Serializable objects, configuring a WhitelistObjectInputStream, or switching to a safe data format such as JSON to mitigate CWE-502 vulnerabilities.

Generated by OpenCVE AI on April 18, 2026 at 21:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-2cqq-rpvq-g5qj OpenIdentityPlatform OpenAM: Pre-Authentication Remote Code Execution via `jato.clientSession` Deserialization in OpenAM
History

Wed, 15 Apr 2026 23:45:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:openidentityplatform:openam:*:*:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Wed, 08 Apr 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Openidentityplatform
Openidentityplatform openam
Vendors & Products Openidentityplatform
Openidentityplatform openam

Wed, 08 Apr 2026 17:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 07 Apr 2026 21:15:00 +0000

Type Values Removed Values Added
Description Open Access Management (OpenAM) is an access management solution. Prior to 16.0.6, OpenIdentityPlatform OpenAM is vulnerable to pre-authentication Remote Code Execution (RCE) via unsafe Java deserialization of the jato.clientSession HTTP parameter. This bypasses the WhitelistObjectInputStream mitigation that was applied to the jato.pageSession parameter after CVE-2021-35464. An unauthenticated attacker can achieve arbitrary command execution on the server by sending a crafted serialized Java object as the jato.clientSession GET/POST parameter to any JATO ViewBean endpoint whose JSP contains <jato:form> tags (e.g., the Password Reset pages). This vulnerability is fixed in 16.0.6.
Title Pre-Authentication Remote Code Execution via `jato.clientSession` Deserialization in OpenAM
Weaknesses CWE-502
References
Metrics cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Openidentityplatform Openam
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-04-08T16:14:49.293Z

Reserved: 2026-03-19T18:45:22.438Z

Link: CVE-2026-33439

cve-icon Vulnrichment

Updated: 2026-04-08T16:11:09.625Z

cve-icon NVD

Status : Analyzed

Published: 2026-04-07T21:17:17.407

Modified: 2026-04-15T23:34:32.640

Link: CVE-2026-33439

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-18T21:15:10Z

Weaknesses