CVE-2026-53660
Received Received - Intake

OpenAM SSO Cookie Misconfiguration Leads to Session Hijacking

Vulnerability report for CVE-2026-53660, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-15

Last updated on: 2026-09-15

Assigner: GitHub, Inc.

Description

Open Access Management (OpenAM) is an access management solution. Prior to 16.1.1, the default configuration initializes the iPlanetDirectoryPro SSO cookie with HttpOnly disabled and without a protective SameSite default, and OAuth and OpenID Connect consent flows reuse that cookie through CsrfProtection as a CSRF token. When combined with same-origin cross-site scripting and a user following an attacker-controlled link, the cookie can be read and reused to steal the SSO session and complete attacker-driven consent grants. This issue is fixed in version 16.1.1.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-15
Last Modified
2026-09-15
Generated
2026-09-15
AI Q&A
2026-09-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
forgerock openam to 16.1.1 (exc)
openidentityplatform openam to 16.0.6 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-1004 The product uses a cookie to store sensitive information, but the cookie is not marked with the HttpOnly flag.
CWE-1275 The SameSite attribute for sensitive cookies is not set, or an insecure value is used.
CWE-1188 The product initializes or sets a resource with a default that is intended to be changed by the product's installer, administrator, or maintainer, but the default is not secure.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-53660 is a vulnerability in OpenAM, an access management solution. The issue involves the default initialization of the iPlanetDirectoryPro SSO cookie without HttpOnly protection and without a SameSite attribute. OAuth and OpenID Connect consent flows reuse this cookie as a CSRF token. When combined with same-origin XSS and a user clicking an attacker-controlled link, the cookie can be stolen and reused to hijack SSO sessions or manipulate consent grants.

Detection Guidance

To detect this vulnerability, check if your OpenAM instance is running a version prior to 16.1.1. Inspect the iPlanetDirectoryPro SSO cookie configuration for missing HttpOnly, Secure, and SameSite attributes. Use browser developer tools to examine cookie attributes during authentication flows.

Impact Analysis

An attacker could exploit this to steal your SSO session by tricking you into clicking a malicious link, especially if there is a same-origin XSS vulnerability. They could then reuse the stolen cookie to perform unauthorized actions like granting OAuth consent or accessing sensitive data.

Compliance Impact

This vulnerability could lead to unauthorized access to user sessions and data, violating confidentiality and integrity requirements in GDPR and HIPAA. Non-compliance may result from insufficient session protection and lack of CSRF safeguards, potentially leading to data breaches and regulatory penalties.

Mitigation Strategies

Immediately update OpenAM to version 16.1.1 or later to address the insecure cookie defaults. Ensure the SSO cookie includes HttpOnly, Secure, and SameSite attributes. Replace the OAuth/OIDC consent flow CSRF token with a dedicated anti-CSRF token instead of reusing the SSO cookie.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53660. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart