The vendor has published a fix. Version details are below where the sources state them.
Steps
Written by AI from the record
Check whether your organization runs Windows 11 or Windows Server 2025 on endpoints (including servers) where untrusted or low-privilege users can log on locally.
Verify the exact OS build/version on each affected device, then compare it to the fixed builds listed by Microsoft for CVE-2026-62798.
Upgrade Windows to one of the fixed versions for your edition: Windows 11 → 10.0.22631.7517 or 10.0.26100.9106 or 10.0.26200.9106 or 10.0.28000.2704 or 10.0.26100.9168 or 10.0.26200.9168; Windows Server 2025 → 10.0.26100.33222 or 10.0.26100.33296.
If patching is delayed, reduce risk by limiting who can log on to affected machines and removing local admin rights from non-admin users.
Untrusted pointer dereference in Windows Win32K allows an authorized attacker to disclose information locally.
In plain language
Written by AI from the record
CVE-2026-62798 is a Windows flaw that lets a low-privilege local user read sensitive memory data, and most small businesses should patch because it’s reachable on default Windows setups.
CVE-2026-62798 is a Win32K information disclosure issue where a low-privileged local user can read protected memory due to improper pointer validation, with no user interaction needed and default-config reachability on Windows 11 and Windows Server 2025.
If you're affected
Sensitive data exposure from memory
Credential or secrets leakage risk
Potential internal account compromise
Operational disruption from incidents
What is it
This vulnerability is a problem in Windows that could let someone with a low-level account who can log into your computer read confidential information sitting in system memory. Think of it like a “memory book” that shouldn’t be readable—but due to a checking mistake, the wrong person can peek inside. There’s no need for the user to click anything; it’s triggered by local access.
Who is affected
This matters if you run Windows 11 or Windows Server 2025 and you have machines where low-privilege users can get local access (for example, employees, contractors, or anyone with a standard account who can log on). It only becomes a meaningful risk when an attacker can already access the machine and act as a local, low-privilege user; it does not require user interaction.
How urgent is it
This is RED because the flaw is reachable on default Windows configurations and allows a local, low-privilege attacker to read sensitive information from memory without any user interaction. While no clear dated exploitation report or public exploit is listed here, patching should be prioritized because it closes an information-disclosure path that can be used after someone gets local access.
What to do — in detail
Confirm exposure on each device
Identify all endpoints and servers running Windows 11 and Windows Server 2025.
For each device, record the exact Windows build number.
Determine whether the device has untrusted or low-privilege users who can log in locally (since the attack requires local low-privilege access).
Check against Microsoft fixed builds
Windows 11 is fixed in any of these builds: 10.0.22631.7517, 10.0.26100.9106, 10.0.26200.9106, 10.0.28000.2704, 10.0.26100.9168, 10.0.26200.9168.
Windows Server 2025 is fixed in any of these builds: 10.0.26100.33222, 10.0.26100.33296.
If your device build is older than the fixed build for its branch/line, plan to upgrade to the fixed version.
Upgrade / remediate
Apply the Microsoft updates that include the fixed versions listed above.
Re-check the OS build after reboot to confirm the device is now on a fixed build.
Temporary workaround if patching is delayed
Limit who can log on locally to affected Windows machines.
Remove unnecessary local permissions and ensure non-admin users do not have local administrative access.
What to monitor after changes
Review any relevant access activity on affected machines (especially logons by standard users on systems you consider higher-value).
Watch for unusual repeated local access attempts by non-admin accounts (the vulnerability is local, so local account activity matters).
Technical context
CVE-2026-62798 is a Windows Win32K information disclosure vulnerability (CWE-822, untrusted pointer dereference). The mechanism described in the findings is that Win32K fails to properly validate pointers, allowing a local attacker with low privileges to access and view confidential information from system memory. Conditions: the attacker must have local access; no user interaction is required; default configuration reachability is reported as true for the affected products (Windows 11 and Windows Server 2025).
Exploitation status in the provided findings: not listed in CISA KEV; no clear dated press claim of exploitation; no public exploit code on record. Patch availability is confirmed with multiple fixed Windows build numbers for both Windows 11 and Windows Server 2025. The provided traffic-light verdict is RED, indicating immediate remediation priority despite limited public exploitation evidence in the findings. Technical details beyond pointer validation are not expanded in the provided material.
This is a general assessment based on public vulnerability data. It does not account for your specific infrastructure — when in doubt, consult a security specialist.