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

推荐订阅源

月光博客
月光博客
MyScale Blog
MyScale Blog
博客园 - Franky
The Cloudflare Blog
IT之家
IT之家
Blog — PlanetScale
Blog — PlanetScale
博客园 - 聂微东
WordPress大学
WordPress大学
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
The Blog of Author Tim Ferriss
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
Google DeepMind News
Google DeepMind News
P
Proofpoint News Feed
Martin Fowler
Martin Fowler
aimingoo的专栏
aimingoo的专栏
J
Java Code Geeks
腾讯CDC
雷峰网
雷峰网
Microsoft Azure Blog
Microsoft Azure Blog
G
Google Developers Blog
博客园 - 【当耐特】
美团技术团队
云风的 BLOG
云风的 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
Hackers Exploit Unpatched SharePoint Servers to Deploy Ra...
Tushar Subhra Dutta · 2026-06-24 · via Cyber Security News

Unpatched on-premises SharePoint servers have become a prime target for sophisticated threat actors using known security flaws to break in, plant ransomware, and leave behind hidden backdoors.

These are not opportunistic smash-and-grab operations. They are calculated, multi-stage campaigns designed to stay inside a network for as long as possible, often without raising any alarms.

The threat group behind the primary wave of attacks, tracked as Storm-2603, has been actively targeting vulnerable SharePoint servers since at least mid-2025.

The group exploited publicly disclosed vulnerabilities, including CVE-2025-49706 and CVE-2025-49704, to gain an initial foothold.

Investigators also found evidence of probing activity tied to CVE-2025-11371, an unauthenticated local file inclusion flaw that allowed attackers to access sensitive system files and dig deeper into the victim’s environment.

Analysts from Microsoft’s Detection and Response Team (DART) identified the full scope of these attacks after a detailed investigation.

According to Microsoft report shared with Cyber Security News (CSN), Microsoft said the incident revealed a level of complexity well beyond a standard ransomware deployment, with two distinct threat actors operating inside the same environment at the exact same time.

What made this case especially difficult to unravel was that both actors were working in parallel, not sequentially. Each group’s activity was effectively masking the other’s, making it extremely hard for defenders to see the full picture.

Only by correlating data across identities, endpoints, and cloud activity were investigators finally able to piece together the complete attack chain.

The incident is part of Microsoft’s Cyberattack Series, No. 9, and highlights a growing trend where ransomware incidents are just the visible layer of a far more intricate compromise.

Organizations running older, unpatched versions of SharePoint on their own servers are particularly at risk, and the window to act is narrowing.

Once inside the network, Storm-2603 wasted no time setting up for a long-term stay. The group deployed Velociraptor, a legitimate forensic tool, running it with the highest system privileges to map the environment and collect data.

They then built out multiple remote access channels using Cloudflare tunnels, Zoho Assist for remote management, and Visual Studio Code to create SSH-based command-and-control connections.

To ensure they could not be easily removed, the attackers created new local and domain administrator accounts, giving themselves permanent access to the network.

They also loaded a vulnerable driver called NSecKrnl.sys to gain deep kernel-level access, allowing them to tamper with system memory and disable endpoint protection tools.

This method, known as Bring Your Own Vulnerable Driver (BYOVD), is a favored technique for switching off security software without triggering obvious alerts.

A second, unknown threat actor was also present, identified through malicious DLL sideloading and custom backdoors that did not match Storm-2603’s known methods.

This actor exfiltrated the NTDS.dit file, which stores all Active Directory credentials, by creating an archive called NTDS.zip across two separate devices. Lateral movement was then carried out between devices using WinRM, a legitimate Windows remote management protocol.

How Microsoft DART Responded and What Organizations Should Do

DART moved quickly once the investigation began, running daily briefings with the affected customer to share findings, flag new risks, and coordinate containment steps.

By combining telemetry from multiple security platforms with dedicated investigative tools, the team tracked attacker behavior across the entire environment and identified both parallel intrusion streams before further damage could spread.

The response also came with clear guidance for organizations looking to strengthen their defenses. Patching internet-facing systems, especially SharePoint servers, should be treated as an immediate priority.

Beyond patching, organizations are advised to treat high-privilege accounts as a prime attack surface, enforce tight identity controls, and monitor closely for unusual sign-in activity.

Deploying endpoint protection across all devices, retaining telemetry in a central location, and auditing remote access tools regularly are also essential steps. Incident response plans should be developed and fully tested before an attack unfolds, not scrambled together in the middle of one.

Indicators of Compromise (IoCs):-

TypeIndicatorDescription
VulnerabilityCVE-2025-49706SharePoint vulnerability exploited by Storm-2603 for initial access
VulnerabilityCVE-2025-49704SharePoint vulnerability exploited by Storm-2603 for initial access
VulnerabilityCVE-2025-11371Unauthenticated local file inclusion flaw used to access sensitive system files
File NameNSecKrnl.sysVulnerable driver loaded for BYOVD kernel-level access and endpoint defense evasion
File Nameulib.dllMalicious DLL used for sideloading via replace.exe on Device A
File Namesrvcli.dllUnsigned malicious DLL dropped to %LOCALAPPDATA%\Temp and C:\Users\Public\Documents
File NameNTDS.zipArchive created by unknown actor containing exfiltrated NTDS.dit Active Directory credentials
File NameNTDS.ditActive Directory credential store targeted for exfiltration
File Namewin.iniFile requested during reconnaissance/probing phase
File Nameweb.configFile requested during reconnaissance/probing phase indicating local file inclusion probing

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Follow us on Google NewsLinkedIn, and X to Get More Instant UpdatesSet CSN as a Preferred Source in Google.

Tushar Subhra Dutta

Tushar Subhra Dutta

Tushar is a senior cybersecurity and breach reporter. He specializes in covering cybersecurity news, trends, and emerging threats, data breaches, and malware attacks. With years of experience, he brings clarity and depth to complex security topics.