LiveActive security incident?Get immediate response
CVE Record

CVE-2026-55009: Microsoft Exchange Server Elevation of Privilege Vulnerability

Deserialization of untrusted data in Microsoft Exchange Server allows an authorized attacker to elevate privileges locally.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

An attacker who already has authorized, low-privilege local access to an affected Exchange server could gain higher privileges. Successful exploitation could expose, alter, or disrupt sensitive Exchange data and services. This is serious, but the supplied evidence does not indicate unauthenticated remote compromise.

Executive priority

Treat as a high-priority patching and access-control issue. Prioritize internet-facing or business-critical Exchange servers, especially where local access is broadly available. Immediate emergency isolation is not supported by the supplied exploitation evidence, but delayed remediation increases the impact of an existing foothold.

Technical view

CVE-2026-55009 is a CWE-502 untrusted-data deserialization flaw in specified Microsoft Exchange Server releases. It requires local access and low privileges, needs no user interaction, and has low attack complexity. Microsoft rates it CVSS 3.1 7.8, with potentially high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is limited to the listed Exchange 2016 CU23, Exchange 2019 CU14/CU15, and Subscription Edition RTM versions. Risk is greatest where low-privileged users or compromised accounts can access the Exchange host locally. The bundle provides no CPEs or deployment-specific reachability details.

Exploitation context

The supplied record does not establish active exploitation, and the CVE is not listed as KEV in the bundle. Exploitation requires an authorized attacker with local, low-privilege access. Existing host compromise or insider access could therefore provide the necessary starting position.

Researcher notes

The record identifies CWE-502 but provides no affected component, deserialization path, attack artifact, or detection signature. CVSS indicates local access, low complexity, low privileges, no user interaction, unchanged scope, and high impact across all three security objectives. Avoid assuming applicability beyond the explicitly listed Exchange releases.

Mitigation direction

  • Inventory Exchange servers and identify the listed editions and cumulative updates.
  • Review Microsoft’s CVE advisory for the exact security update and installation requirements.
  • Apply the Microsoft-provided update using established Exchange maintenance procedures.
  • Restrict local and administrative access to Exchange hosts until remediation is confirmed.
  • Monitor Exchange hosts for suspicious privilege changes or unexpected privileged activity.

Validation and detection

  • Confirm each Exchange server’s edition, cumulative update, and installed security update level.
  • Compare installed update details with Microsoft’s CVE-2026-55009 advisory.
  • Verify the security update completed successfully and required services returned normally.
  • Review privileged accounts and recent elevation activity on affected Exchange hosts.
  • Document any listed server that remains unpatched, including owner and remediation deadline.
Prepared
Confidence
high
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-502: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-55009 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C1.85.9microsoft

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2026-55009Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
MicrosoftMicrosoft Exchange Server 2016 Cumulative Update 2315.01.0.0Listed
MicrosoftMicrosoft Exchange Server 2019 Cumulative Update 1415.02.0.0Listed
MicrosoftMicrosoft Exchange Server 2019 Cumulative Update 1515.02.0.0Listed
MicrosoftMicrosoft Exchange Server Subscription Edition RTM15.02.0.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-502 · source CWE mapping

Deserialization of Untrusted Data

Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.