CVE Watchtower


← Back to CVE List

CVE-2026-62379NVD

Vulnerability Summary

## Summary
A pre-authentication remote code execution vulnerability affects OpenAM. The
remote authentication endpoint (`/authservice`, PLL) accepts an XML element
that names an arbitrary Java class, which the server then loads and
instantiates without validation. On a default configuration this is reachable
**without authentication** and allows an attacker to run code on the server.

## Impact
Unauthenticated remote code execution / full server compromise on any OpenAM
instance with default settings.

## Affected
All releases up to and including 16.1.1 (the defect predates the Open Identity
Platform fork).

## Remediation
Upgrade to `16.1.2`.

## Interim mitigation
- Require the remote-auth security token by enabling
`sunRemoteAuthSecurityEnabled` (rejects unauthenticated `/authservice` calls).
- Restrict or block external network access to `/authservice` until patched.

## Credit
Vulnerability discovered by Zhixi "Jace" Sun of ASM/VI at TikTok.
Severity Level
CRITICAL(9.8)
Published Date
Jul 24, 2026
Last Modified
Jul 24, 2026
Exploitation Status
No confirmed exploitation yet
EPSS Score (30-Day)
Data Pending
Root Weakness (CWE)
N/A
CVSS v3.1 Base Metrics
Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone
ScopeUnchanged
ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

External References