---
id: CVE-2026-62379
title: Open Access Management (OpenAM) is an access management solution
summary: >-
  Open Access Management (OpenAM) is an access management solution. Prior to
  16.1.2, the pre-authentication /authservice PLL endpoint accepts a
  CustomCallback XML element whose className value selects an arbitrary Java
  class for AuthXMLUti…
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-94
  - CWE-470
vendor: OpenIdentityPlatform
product: OpenAM
affected:
  - OpenAM < 16.1.2
patched:
  - 'org.openidentityplatform.openam:openam-core 16.1.2'
published: '2026-09-15'
updated: '2026-09-15'
sourceUpdated: '2026-09-15T15:17:20.270'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-62379'
references:
  - url: >-
      https://github.com/OpenIdentityPlatform/OpenAM/commit/edcf968cad91a78b932dba4ad559ef94cbf35f5a
    label: security-advisories@github.com
  - url: 'https://github.com/OpenIdentityPlatform/OpenAM/releases/tag/16.1.2'
    label: security-advisories@github.com
  - url: >-
      https://github.com/OpenIdentityPlatform/OpenAM/security/advisories/GHSA-wg5r-wc3x-39vc
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-wg5r-wc3x-39vc'
tags:
  - nvd
  - cve.org
  - ghsa
  - maven
ssvc:
  exploitation: none
  automatable: 'yes'
  technicalImpact: total
  timestamp: '2026-09-15T14:21:15.614460Z'
epss: 0.0065
epssPercentile: 0.49732
aliases:
  - GHSA-wg5r-wc3x-39vc
ecosystem: maven
ingestedAt: '2026-07-24T21:39:14.518Z'
---

## Overview

Open Access Management (OpenAM) is an access management solution. Prior to 16.1.2, the pre-authentication /authservice PLL endpoint accepts a CustomCallback XML element whose className value selects an arbitrary Java class for AuthXMLUtils to load and instantiate without verifying that it implements DSAMECallbackInterface. Default configurations expose the endpoint without authentication, allowing attacker-controlled class initialization and unsafe deserialization of a serialized Subject value to execute code in the server process. Enabling sunRemoteAuthSecurityEnabled does not prevent the vulnerable parsing and instantiation because its check occurs later. This issue is fixed in version 16.1.2.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-62379)

Affected packages:

- `org.openidentityplatform.openam:openam-core <= 16.1.1`

Patched in:

- `org.openidentityplatform.openam:openam-core 16.1.2`

Source: https://github.com/advisories/GHSA-wg5r-wc3x-39vc
