Severity by source
AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
1DescriptionNVD
Use after free in Universal Plug and Play (upnp.dll) allows an unauthorized attacker to execute code over a network.
AnalysisAI
Remote code execution in the Windows Universal Plug and Play service (upnp.dll) allows unauthenticated network attackers to execute arbitrary code by triggering a use-after-free condition. The flaw carries a CVSS 3.1 base score of 8.1, lowered by high attack complexity (AC:H) reflecting the race-condition or memory-state requirements typical of UAF bugs. No public exploit identified at time of analysis, and the CVE is not currently listed in CISA KEV; EPSS data was not provided in the input.
Technical ContextAI
The vulnerability resides in upnp.dll, the Microsoft Windows implementation of the Universal Plug and Play protocol stack used for device discovery and service advertisement (typically over SSDP on UDP/1900 and HTTP-based control endpoints). The root cause class is CWE-416 (Use After Free), a memory-corruption weakness where freed heap memory is dereferenced - often via dangling pointers when object lifetime is not synchronized with parsing or callback handlers. In UPnP stacks, UAF conditions frequently surface during processing of malformed SSDP/SOAP messages, subscription/notification flows, or concurrent device-event handling, making them attractive primitives for arbitrary code execution within the privileged service context.
RemediationAI
Apply the Microsoft security update referenced in the MSRC advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-45599 once the exact build-specific KB is identified for each affected Windows version; vendor patch availability is implied by the MSRC tracking entry but a specific fixed build was not provided in the input data. As a compensating control where patching is delayed, disable the SSDP Discovery and UPnP Device Host services (services.msc: SSDPSRV and upnphost) on systems that do not require UPnP - note that this will break media-sharing, Network Discovery, and some peer-to-peer apps. At the network boundary, block inbound SSDP (UDP/1900) and restrict UPnP control/event ports from untrusted segments; on host firewalls, scope UPnP-related rules to trusted subnets only. These mitigations reduce attack surface but do not address local or LAN-borne exploitation paths.
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-35556
GHSA-8r7r-57g7-wq5j