The vendor has published a fix. Version details are below where the sources state them.
Steps
Written by AI from the record
Check which exact Windows edition and version/build you run (Windows 10, Windows 11, or Windows Server 2019/2022/2025) and whether it matches any vulnerable build.
Update Windows to the fixed build for your specific version:
Windows 10: 10.0.17763.9020 or 10.0.19044.7548 or 10.0.19045.7548
Windows 11: 10.0.26100.8875 or 10.0.26200.8875 or 10.0.28000.2269
Windows Server 2019: 10.0.17763.9020
Windows Server 2022: 10.0.20348.5386
Windows Server 2025: 10.0.26100.33158
If you cannot patch immediately, treat any machines that have direct user/administrative access as high-risk and restrict who can log on or administer those systems until updates are applied.
After updating, verify the Windows version/build number changed to one of the fixed values above and restart if your patch process requires it.
Untrusted pointer dereference in Windows DirectX allows an authorized attacker to execute code locally.
In plain language
Written by AI from the record
CVE-2026-50382 is a Windows DirectX flaw that can allow someone with access to a targeted machine to run their code—your business should update if you use affected Windows versions.
CVE-2026-50382 is a DirectX flaw (CWE-822: Untrusted pointer dereference) that enables local code execution by an authenticated/authorized attacker leveraging untrusted pointer handling in Windows’ graphics kernel components.
If you're affected
Full system takeover
Malware execution on servers
Service disruption
Credential theft risk
What is it
This flaw is in Windows’ DirectX graphics components—the parts Windows uses to handle graphics and related low-level system behavior. A bad actor who can access a targeted system may be able to trick the system into running their code. Think of it like a safety lock on a machine-control panel that’s misreading a pointer and can be leveraged to execute the attacker’s instructions.
Who is affected
This matters if your business runs Windows 10, Windows 11, or Windows Server 2019/2022/2025. Because the attack is tied to an attacker having some legitimate access (authorized attacker), the risk is mainly relevant to machines that untrusted people can reach (for example, systems with weak logon/administrative controls). This is primarily a concern when the attacker can already access the target machine (for example, an existing user session or elevated presence), not just by sending a message to the server.
How urgent is it
Treat this as urgent for RED priority because it’s a high-impact Windows kernel-area flaw that can lead to code execution on the host once an attacker has access. Even though there’s no clear dated public exploitation claim in the provided reporting and no public exploit code is known on record, the vulnerability class and fixed-build availability mean you should act now to eliminate the risk on all affected systems.
What to do — in detail
Inventory affected systems
Identify all endpoints and servers running: Windows 10, Windows 11, Windows Server 2019, Windows Server 2022, or Windows Server 2025.
For each device, record the current Windows version/build number (e.g., the 10.0.x.x style build).
Determine whether each device is already fixed
Compare each device’s current build to the fixed builds provided by the patch findings.
Windows 10 (fixed in): 10.0.17763.9020, 10.0.19044.7548, 10.0.19045.7548
Windows 11 (fixed in): 10.0.26100.8875, 10.0.26200.8875, 10.0.28000.2269
Windows Server 2019 (fixed in): 10.0.17763.9020
Windows Server 2022 (fixed in): 10.0.20348.5386
Windows Server 2025 (fixed in): 10.0.26100.33158
If a device is on an earlier build than the fixed one for its edition line, it should be treated as vulnerable.
Patch/upgrade plan
Apply Windows updates through your normal patch process (WSUS/SCCM/standard Windows Update policies).
Ensure the update completes to reach one of the fixed build numbers above.
Plan for a reboot if required by the update workflow.
Temporary mitigation if patching is delayed
Reduce the chance of an attacker reaching an “authorized attacker” position by tightening access:
Limit who can log on locally or remotely.
Remove unnecessary admin rights.
Review recent account creation and suspicious user activity.
Focus on systems exposed to higher-risk access paths (helpdesk access, RDP usage, unmanaged devices, or shared admin credentials).
Validation and monitoring
After patching, confirm the Windows version/build number matches the fixed values above.
Check for signs of compromise around the time of any patching delay (e.g., unusual logons or process creation), since this vulnerability can be leveraged for code execution once an attacker has foothold.
KEV/CISA timeline note
No CISA KEV listing was found in the provided findings, and no clear dated exploitation claim was provided in the press report digest.
Technical context
CVE-2026-50382 is a Windows DirectX graphics kernel remote code execution vulnerability tied to CWE-822 (Untrusted pointer dereference). The provided patch data indicates fixed Windows build numbers across Windows 10, Windows 11, and Windows Server 2019/2022/2025, implying the issue is addressed by specific cumulative update/build releases.
Exploitation status from findings: no CISA KEV listing, no public exploit code is on record, and press reporting did not provide a clear dated exploitation claim. Despite that, the vulnerability’s potential to result in code execution and the availability of fixed builds justify a RED response.
Mechanism summary: untrusted pointer dereference in DirectX handling can allow an attacker who already has authorized access to influence control flow and execute code on the target host. The weakness is therefore primarily relevant after an attacker has established a presence on the machine rather than as a simple unauthenticated remote trigger.
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.