Record summary

CVE-2026-63248 has a selected CVSS score of 6.9 (medium).

Description

In Eclipse Milo versions 0.6.0 through 1.1.4, OPC UA server diagnostics nodes do not enforce access authorization. An anonymous client can enable diagnostics over a None/None endpoint without a certificate; with a trusted client application certificate over SignAndEncrypt, it can read security diagnostics for other active sessions, exposing usernames, login history, authentication mechanisms, security modes and policies, and public client certificates.

Description source: CVE List

Exploitation context

CISA SSVC decision

ExploitationNone
AutomatableYes
Technical impactPartial

CISA Coordinator · SSVC 2.0.3 · Evaluated Aug 4, 2026 · Source: CVE List

Affected products and versions

1
ProductSourceVersion rangeStatus

Default status: unaffected

CVE List0.6.0 to ≤ 1.1.4affected

Research & analysis

1
Advisory analysisSentinelOneSource: EIP research review

CVE-2026-63248: Eclipse Milo Information Disclosure Flaw

SentinelOne technical analysis of CVE-2026-63248, a missing authorization vulnerability (CWE-862) in Eclipse Milo OPC UA SDK versions 0.6.0 through 1.1.4. The server fails to enforce access authorization on session security diagnostic nodes: an anonymous client can connect over None/None security policy and enable server diagnostics, then any client with a trusted application certificate over SignAndEncrypt can read SessionSecurityDiagnostics for every active session, exposing usernames, login history, authentication mechanisms, security modes and policies, and public client certificates (passwords and private keys are not exposed per the original vulnerability report). The root cause is that OpcUaServerConfig lacked an access-mode control for SessionSecurityDiagnostics. The fix introduces SessionSecurityDiagnosticsAccessMode (default RESTRICTED) in commit a5dae1b. The article includes detection methods, IoCs, and mitigation steps. Corroborated by the Eclipse GitLab vulnerability report #598 and the GitHub patch commit.

Root causeTechnical detail
https://www.sentinelone.com/vulnerability-database/cve-2026-63248
Research notes

References

2