Cyber Resilience

CVE-2026-50502

Microsoft Windows 10 21H2 ≤ 10.0.19044.7548

Published
14 July 2026
Modified
22 July 2026
Patch / advisory
CVSS Score v3.1 8.0
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0060 45th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-50502 is a high-severity Insufficient Granularity of Access Control (CWE-1220) vulnerability in Microsoft Windows 10 21H2. Its CVSS base score is 8.0 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation of Remote Services (T1210); ranked at the 45th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Insufficient granularity of access control in Windows Event Logging Service allows an authorized attacker to execute code over a network.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
Why these techniques?

Vulnerability in Windows Event Logging Service enables remote code execution over network by authorized attacker due to weak access controls.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-50405Same product: Microsoft Windows 10 1607
CVE-2026-56155Same product: Microsoft Windows 10 1607
CVE-2026-49170Same product: Microsoft Windows 10 1809
CVE-2024-49112Same product: Microsoft Windows 10 1607
CVE-2024-49113Same product: Microsoft Windows 10 1607
CVE-2024-49118Same product: Microsoft Windows 10 1607
CVE-2024-49079Same product: Microsoft Windows 10 1607
CVE-2024-49124Same product: Microsoft Windows 10 1607
CVE-2024-43636Same product: Microsoft Windows 10 1607
CVE-2024-43646Same product: Microsoft Windows 10 1607

Affected Assets

microsoft
windows 10 1607
≤ 10.0.14393.9339 · ≤ 10.0.14393.9339
microsoft
windows 10 1809
≤ 10.0.17763.9020 · ≤ 10.0.17763.9020
microsoft
windows 10 21h2
≤ 10.0.19044.7548 · ≤ 10.0.19044.7548 · ≤ 10.0.19044.7548
microsoft
windows 10 22h2
≤ 10.0.19045.7548 · ≤ 10.0.19045.7548 · ≤ 10.0.19045.7548
microsoft
windows 11 24h2
≤ 10.0.26100.8875 · ≤ 10.0.26100.8875
microsoft
windows 11 25h2
≤ 10.0.26200.8875 · ≤ 10.0.26200.8875
microsoft
windows 11 26h1
≤ 10.0.28000.2525 · ≤ 10.0.28000.2525
microsoft
windows server 2012
all versions, r2
microsoft
windows server 2016
≤ 10.0.14393.9339
microsoft
windows server 2019
≤ 10.0.17763.9020
+2 more product configuration(s) — see NVD for full list

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • AC-6 Least Privilege
  • AC-4 Information Flow Enforcement
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 4 hardening rules · 4 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V16.4.2
  • V8.4.2
  • V11.7.1
  • V13.2.4

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces fine-grained access decisions on the Event Logging Service to block the overly permissive paths that enable remote code execution.

prevent

Requires assignment of only the minimum privileges needed, directly countering the insufficient granularity described in CWE-1220.

prevent

Enforces information flow rules between network callers and the logging service, limiting the blast radius of an authorized but over-privileged user.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.IR-01 mostly match
prevents

PR.IR-01's segmentation + zero-trust rules directly enforce minimum-necessary access at network boundaries, removing most instances of overly broad policy; CWE-1220 can still exist in application-layer or intra-segment controls that this single outcome does not address.

PR.PS-06 partial match
prevents

PR.PS-06's general SDLC practices can surface granularity issues during design/review (partial prevention) but do not specifically target access-control policy breadth, so they remove only part of CWE-1220's risk.

DE.AE-06 none match
is degraded by

CWE-1220 permits unauthorized access to sensitive assets but neither prevents nor impairs the delivery of adverse-event information to authorized recipients.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

degrades

Directly requires information-access restriction at the level of individual assets and operations, addressing the granularity gap.

prevents

Establishes the overarching access-control policy whose granularity directly determines whether the weakness exists.

prevents

Defines the assignment and review of access rights; insufficient granularity in those rights is the root of CWE-1220.

prevents

Specifies management of privileged access rights, where overly broad privileges are a common manifestation of the weakness.

none

Limits use of privileged utilities; overly coarse access rules can still allow unauthorized utility access.

References