CVE-2026-50499
Analyzed Analyzed - Analysis Complete

Heap-based Buffer Overflow in Windows Print Spooler

Vulnerability report for CVE-2026-50499, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-14

Last updated on: 2026-07-22

Assigner: Microsoft Corporation

Description

Heap-based buffer overflow in Windows Print Spooler Components allows an authorized attacker to elevate privileges locally.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-14
Last Modified
2026-07-22
Generated
2026-08-04
AI Q&A
2026-07-15
EPSS Evaluated
2026-08-02
NVD
EUVD

Affected Vendors & Products

Showing 17 associated CPEs
Vendor Product Version / Range
microsoft windows_11_26h1 to 10.0.28000.2269 (exc)
microsoft windows_10_1809 to 10.0.17763.9020 (exc)
microsoft windows_10_1809 to 10.0.17763.9020 (exc)
microsoft windows_server_2019 to 10.0.17763.9020 (exc)
microsoft windows_server_2022 to 10.0.20348.5386 (exc)
microsoft windows_server_2025 to 10.0.26100.33158 (exc)
microsoft windows_11_26h1 to 10.0.28000.2525 (exc)
microsoft windows_11_24h2 to 10.0.26100.8875 (exc)
microsoft windows_11_24h2 to 10.0.26100.8875 (exc)
microsoft windows_10_21h2 to 10.0.19044.7548 (exc)
microsoft windows_10_21h2 to 10.0.19044.7548 (exc)
microsoft windows_10_21h2 to 10.0.19044.7548 (exc)
microsoft windows_10_22h2 to 10.0.19045.7548 (exc)
microsoft windows_10_22h2 to 10.0.19045.7548 (exc)
microsoft windows_10_22h2 to 10.0.19045.7548 (exc)
microsoft windows_11_25h2 to 10.0.26200.8875 (exc)
microsoft windows_11_25h2 to 10.0.26200.8875 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-122 A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-50499 is a heap-based buffer overflow vulnerability in the Windows Print Spooler Components. This flaw allows an authorized attacker with local access to exploit the system and elevate their privileges.

A heap-based buffer overflow occurs when a program writes more data to a buffer than it can hold, corrupting or overwriting adjacent memory. In this case, the vulnerability exists in the Windows Print Spooler service, which manages printing processes.

  • The attacker must already have some level of access to the system (authorized/local access).
  • Successful exploitation could allow the attacker to gain higher privileges, potentially taking full control of the affected system.
Detection Guidance

The provided context does not include specific detection methods or commands for identifying CVE-2026-50499 on a network or system. Detection typically involves checking for vulnerable versions of the Windows Print Spooler service or using security tools that scan for known vulnerabilities in system components.

To check the status of the Print Spooler service, you can use the following command in a Windows command prompt or PowerShell:

  • sc query spooler (This command checks if the Print Spooler service is running.)

For vulnerability scanning, you may need to use dedicated security tools like Microsoft Defender for Endpoint, Nessus, or other vulnerability scanners that can detect CVE-2026-50499. Ensure your tools are updated with the latest vulnerability definitions.

Impact Analysis

This vulnerability can have significant security implications if exploited.

  • An attacker with local access could elevate their privileges, gaining administrative or SYSTEM-level control over the affected system.
  • This could lead to unauthorized access to sensitive data, installation of malware, or disruption of system operations.
  • Since the Windows Print Spooler is a core system service, exploitation could affect the stability and security of the entire system.
Compliance Impact

This vulnerability could impact compliance with several standards and regulations, depending on the context of the affected system.

  • GDPR: If the system processes personal data of EU citizens, unauthorized access due to privilege escalation could lead to data breaches, violating GDPR requirements for data protection and breach notification.
  • HIPAA: For systems handling protected health information (PHI), exploitation of this vulnerability could result in unauthorized access to sensitive patient data, violating HIPAA's security and privacy rules.
  • Other standards like PCI DSS (for payment systems) or NIST guidelines may also be affected if the vulnerability leads to unauthorized access or control over regulated systems.

Organizations should assess the risk and apply patches or mitigations to maintain compliance with relevant regulations.

Mitigation Strategies

Based on the provided context, the following immediate steps are recommended to mitigate CVE-2026-50499:

  • Apply the latest security updates from Microsoft as soon as they are available. Refer to the Microsoft Security Response Center (MSRC) for patches specific to this vulnerability.
  • Disable the Print Spooler service if it is not required in your environment. This can be done using the following command in an elevated command prompt:
  • sc config spooler start= disabled
  • sc stop spooler
  • Restrict local access to systems running the Print Spooler service to authorized users only, as the vulnerability requires local access to exploit.
  • Monitor Microsoft’s official communications for additional guidance or workarounds related to this vulnerability.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-50499. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart