CVE-2026-45504 is a high-severity server-side request forgery vulnerability in on-premises Microsoft Exchange Server 2016, Exchange Server 2019, and Exchange Server Subscription Edition. The flaw is rooted in Exchange’s handling of SharePoint/WOPI document-preview URLs in the OneDriveProUtilities code path, including functions referenced as TryTwice and GetWacUrl. Exchange accepts attacker-influenced WOPI metadata, specifically the WebApplicationUrl field, and fails to enforce scheme restrictions before passing the value into request-handling logic. Because non-HTTP schemes such as file:// are not blocked, an authenticated low-privileged attacker can supply a crafted WebApplicationUrl like file:///C:/Windows/win.ini# and exploit fragment handling to neutralize query parameters appended by Exchange. This causes Exchange to issue a FileWebRequest against the local filesystem and return the file contents through Exchange services. In practice, the attack can be initiated via Exchange Web Services using a crafted ReferenceAttachment whose ProviderEndpointUrl points to an attacker-controlled endpoint that returns malicious WOPI data. Although classified as SSRF/elevation of privilege, the practical primitive demonstrated publicly is arbitrary local file read from the Exchange server, which can then support impersonation and further privilege escalation.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
1 valid exploit after Mallory filtered fakes, detection scripts, and README-only repos.
Repository contains a single Python exploit script and a short README with usage example. The script targets Microsoft Exchange and implements an authenticated SSRF-to-local-file-read chain for CVE-2026-45504. It accepts target URL, attacker callback IP/port, credentials, password, and an arbitrary target file path. Execution flow: (1) start a local HTTP server to answer Exchange callback requests with crafted XML containing a file:/// URI to the desired local file; (2) authenticate to OWA via /owa/auth.owa and obtain an OWA canary token; (3) use NTLM-authenticated EWS SOAP requests to /ews/exchange.asmx to create a draft message and then attach a malicious ReferenceAttachment using ProviderType OneDrivePro with attacker-controlled ProviderEndpointUrl/AttachLongPathName; (4) call /owa/service.svc?action=GetAttachmentPreview&id=... to trigger preview generation and return the file contents; (5) print the retrieved bytes to stdout. The exploit is operational rather than a mere PoC because it automates the full chain and returns file contents, but it does not provide a generalized framework or customizable post-exploitation payload beyond arbitrary file read.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
29 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A high-severity Microsoft Exchange server-side request forgery vulnerability that can be turned into an arbitrary-file-read issue by abusing attachment preview and WOPI URL handling, including unsafe acceptance of file:// URIs.
A high-severity Microsoft Exchange Server vulnerability in which insufficient validation of attacker-influenced WOPI/WebApplicationUrl values enables SSRF that can be turned into arbitrary local file reads, leading to privilege escalation and broader compromise.
A server-side request forgery vulnerability in Microsoft Exchange Server that allows an authorized attacker to elevate privileges over a network.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.