惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

雷峰网
雷峰网
G
Google Developers Blog
Blog — PlanetScale
Blog — PlanetScale
P
Proofpoint News Feed
博客园 - Franky
L
LangChain Blog
GbyAI
GbyAI
A
About on SuperTechFans
MongoDB | Blog
MongoDB | Blog
F
Fortinet All Blogs
Y
Y Combinator Blog
Stack Overflow Blog
Stack Overflow Blog
博客园 - 叶小钗
N
Netflix TechBlog - Medium
D
DataBreaches.Net
Martin Fowler
Martin Fowler
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
爱范儿
爱范儿
罗磊的独立博客
H
Help Net Security
云风的 BLOG
云风的 BLOG
C
Check Point Blog

Cyber Security News

AIRecon: AI-Powered Penetration Testing Tool with Kali Linux Sandbox Critical Chrome Vulnerabilities Allow Attackers to Execute Arbitrary Code - Update Now! UNC3753 Uses Screen-Sharing Sessions and RMM Tools to Exfiltrate Sensitive Legal Data New OnionDrop Loader Campaign Uses gainmsg C2 to Deliver LegionLoader Payloads ClickFix Campaign Uses EtherHiding and GULoader to Infect Windows Users via Fake CAPTCHA Ghostwriter Hackers Abuse Gmail Admin-Themed Emails to Steal Credentials and 2FA Codes The Half-Life of Threat Intelligence: When Does an IOC Stop Being Useful? Critical Fortinet FortiSandbox Vulnerabilities Actively Exploited in Attacks Aembit Extends IAM for Agentic AI to Microsoft Copilot Studio India Temporarily Bans Telegram Messenger Over Medical Exam Fraud Microsoft 365 Device Code Phishing Campaign Bypasses Password Theft With Legitimate Login Flow AppViewX Launches Agent Identity Security to Govern Agents for the AI and Quantum Era Hackers Weaponize Microsoft Teams Relay to Hide Ransomware Traffic Developer laptops are the credential store attackers are picking through in 2026, GitGuardian announces Endpoint Protection Interlock and Rhysida Ransomware Operations Share Supper Backdoor and Malware Codebase Novo Nordisk Confirms Cyber Attack — Hackers Accessed Patient Medical Data and Internal AI Assets Russian and Chinese Influence Actors Use AI to Evade Bot Detection and Mimic Human Behavior Microsoft Teams Analyze the Wi-Fi Hotspot Data Connected to an Employee’s Device PRC-Nexus Hackers Exploit REDCap Servers to Spy on US Medical Research Institutions Infinite Campus Data Breach Exposes 137,000 Users Personal Details OptinMonster Plugin Hack Exposes 1.2 Million Wordpress Sites to Cyberattack Ransomware Ecosystem Consolidates Around LockBit Alumni, Qilin, Hyflock, and The Gentlemen Hackers Abuse Legitimate RMM Tools in The Quarry IRS and SSA Phishing Campaigns LiteSpeed cPanel Plugin 0-Day Vulnerability Actively Exploited in the Wild Cisco SD-WAN vManage Vulnerability Exploited in Zero-Day Attacks Nearly 14,000 SimpleHelp Servers Exposed Amid Critical Authentication Bypass Disclosure Microsoft Site Showing Warning Following Certificate Expiry DPAPISnoop Tool Extracts CREDHIST Hashes for Offline Windows Credential Recovery SHADOWBYT3$ Allegedly Claim Breach of Nintendo, Stealing Sensitive Data Anthropic Updated Privacy Policy to Include Identity Verification for Claude Users
PoC Exploit Released for Microsoft Exchange Server Elevat...
Abinaya · 2026-06-24 · via Cyber Security News

A public proof-of-concept exploit is now available for CVE-2026-45504, a high‑severity server-side request forgery vulnerability in Microsoft Exchange Server that enables privilege escalation via arbitrary file reads.

The flaw affects on‑premises Exchange Server 2016 and 2019, including Subscription Edition, and is addressed in Microsoft’s June 9, 2026, security updates.

CVE-2026-45504 arises from how Exchange integrates with SharePoint and WOPI when generating WAC document‑preview URLs.

In the vulnerable flow, Exchange uses helper functions such as GetTokenRequestWebResponse and GetWacUrl, which call OneDriveProUtilities.TryTwice to issue HTTP requests based on attacker‑influenced URLs and then parse an OData XML response for WebApplicationUrl, AccessToken, and AccessTokenTtl.

Because Exchange does not validate the URL scheme of the WebApplicationUrl field returned by the WOPI provider, an attacker can supply a non‑HTTP scheme that is later used as‑is to build the final WAC URL.

Exchange Privilege Escalation PoC

This missing validation converts an SSRF primitive into a powerful arbitrary-file-read issue on the Exchange server itself.

The exploit relies on a subtle URI-handling trick involving the fragment character #. If the attacker‑controlled WOPI endpoint returns a WebApplicationUrl such as file:///C:/windows/win.ini#.

Exchange then appends OAuth query parameters, forming a URL like file:///C:/windows/win.ini#&access_token=…&access_token_ttl=…&sc=…. Everything after # is treated as a fragment and ignored by the URI parser, so the effective path remains file:///C:/windows/win.ini.

As a result, Exchange issues a file:// request via FileWebRequest, reads the local file, and returns its contents to the requester via Exchange services.

By choosing sensitive paths, an attacker can exfiltrate configuration files, credential material, and other secrets that facilitate privilege escalation and further compromise.

To weaponize this behavior, an attacker needs only a low‑privileged Exchange account with a mailbox and network access to the Exchange server.

The attack typically uses Exchange Web Services by creating a ReferenceAttachment whose ProviderEndpointUrl points to an attacker‑controlled server.

When the victim opens or previews this attachment in Outlook on the web or another Exchange client, Exchange automatically invokes the WOPI token acquisition chain, sending a GetWopiTargetPropertiesByUrl request to the attacker’s endpoint.

The malicious WOPI response injects the crafted file:// WebApplicationUrl, triggering the local file read.

According to HawkTrace, a public PoC demonstrates arbitrary file reads on Exchange Server 2019, including C:\Windows\win.ini, making real-world exploitation easier.

Microsoft classifies the issue as an elevation of privilege vulnerability with a CVSS v3.1 score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), emphasizing a high impact on confidentiality, integrity, and availability when exploited over the network by a low‑privileged authenticated user.

Security updates are available for Exchange Server 2016 Cumulative Update 23, Exchange Server 2019 Cumulative Updates 14 and 15, and Exchange Server Subscription Edition RTM under KB5094144, KB5094142, KB5094140, and KB5094139, respectively.

Microsoft’s initial exploitability assessment rated exploitation as unlikely, but the release of functional exploit code increases the risk that threat actors will adopt this technique against unpatched environments.

Administrators of on‑premises Exchange deployments should urgently apply the June 9, 2026, security updates and verify that their servers match the patched build numbers referenced in Microsoft’s documentation.

Pending full patch coverage, organizations can reduce exposure by hardening access to Exchange and EWS endpoints, restricting outbound traffic from Exchange servers to untrusted hosts, and monitoring for suspicious EWS reference attachments that point to unknown external domains.

From a detection standpoint, correlating unusual WOPI/WAC token requests with outbound connections to attacker infrastructure and unexpected local file access on Exchange hosts can help identify attempts to exploit CVE-2026-45504 in the wild.

Follow us on Google NewsLinkedIn, and X to Get More Instant Updates.

Abinaya

Abinayahttps://cybersecuritynews.com/

Abi is a Security Editor and fellow reporter with Cyber Security News. She is covering various cyber security incidents happening in the Cyber Space.