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

推荐订阅源

D
Docker
V
V2EX
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
云风的 BLOG
云风的 BLOG
Blog — PlanetScale
Blog — PlanetScale
Recent Announcements
Recent Announcements
Last Week in AI
Last Week in AI
博客园 - Franky
Microsoft Security Blog
Microsoft Security Blog
Hugging Face - Blog
Hugging Face - Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Vercel News
Vercel News
MyScale Blog
MyScale Blog
大猫的无限游戏
大猫的无限游戏
罗磊的独立博客
H
Help Net Security
月光博客
月光博客
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
宝玉的分享
宝玉的分享
P
Proofpoint News Feed
GbyAI
GbyAI
腾讯CDC
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

www.infosecurity-magazine.com

Just Three Ransomware Gangs Accounted for 40% of Attacks Last Month Google Chrome Rolls Out Protection Against Infostealers Targeting Session Cookies STX RAT Targets Finance Sector With Advanced Stealth Tactics Bitcoin Depot Reports $3.6m Crypto Theft After System Breach Atomic Stealer MacOS ClickFix Attack Bypasses Apple Security Warnings Middle East Hack-for-Hire Operation Traced to South Asian Cyber Espionage Group Governance Gaps Emerge as AI Agents Drive 76% Increase in NHIs Google Warns of New Threat Group Targeting BPOs and Helpdesks Google API Keys Quietly Gain Access to Gemini on Android Devices Critical Vulnerability in Ninja Forms Exposes WordPress Sites Anthropic Launches Project Glasswing to Use AI to Find and Fix Critical Software Vulnerabilities US Thwarts DNS Hijacking Network Controlled by Russian APT28 Hackers Claude Discovers Apache ActiveMQ Bug Hidden for 13 Years Iran‑Backed Threat Actors Hit US CNI Providers via Internet‑Facing OT Assets Russian APT28 Hackers Hijack Routers to Steal Credentials, UK Security Agency Warns GPU Rowhammer Attack Enables Privilege Escalation and Full System Compromise GrafanaGhost Exploit Bypasses AI Guardrails for Silent Data Exfiltration Over $17bn Lost to Cyber Fraud in the Last Year, Warns FBI Storm-1175 Exploits Flaws in High-Velocity Medusa Attacks Fortinet Releases Emergency Patch After FortiClient EMS Bug Is Exploited New Phishing Platform Used in Credential Theft Campaigns Against C-Suite Execs New 'Storm' Infostealer Remotely Decrypts Stolen Credentials NCSC Issues Security Alert Over Hackers Targeting WhatsApp and Signal Accounts Apple Expands iOS 18 Security Updates Amid DarkSword Threat Researchers Observe Sub-One-Hour Ransomware Attacks GitHub Used as Covert Channel in Multi-Stage Malware Campaign Most CNI Firms Face Up to £5m in Downtime from OT Attacks Google Introduces Android Dev Verification Amid Openness Debate New Venom Stealer MaaS Platform Automates Continuous Data Theft Chinese Hackers Target European Governments in Espionage Campaigns
macOS Flaw Lets Standard Users Disable EDR and MDM
https://www.infosecurity-magazine.com/profile/alessandro-mascell · 2026-06-25 · via www.infosecurity-magazine.com

A macOS privilege escalation technique that silently disables enterprise security tools from an ordinary user account has been disclosed, affecting major endpoint detection and response (EDR) and mobile device management (MDM) products.

New research from exposure management specialise XM Cyber found that a non-root user could abuse macOS's trusted software verification to call privileged functions without authentication. 

The flaw lies in XPC, the service macOS apps use to communicate with their background processes, and XM Cyber said it affects many applications.

Turning Security Tools Against Themselves

Many macOS apps run a privileged helper as root and let their own signed components communicate with it via XPC. The helper trusts callers based on their code signature, known as a CDHash.

XM Cyber found that macOS keeps that trust cached after a signed app first runs. An attacker can launch a legitimate app, tamper with it to load a malicious interface file, then inherit its trusted status. From that trusted context, the code can call the helper's most sensitive functions with no authentication.

XM Cyber said these included built-in methods to run commands or shut down apps and system extensions. An attacker can use them to make a security product disable or remove itself, bypassing its own tamper protection.

Because the technique abuses normal macOS behavior, the researchers said it leaves almost no forensic trace.

CrowdStrike Responds to Findings 

XM Cyber said it validated the technique against well-known endpoint tools. On CrowdStrike's Falcon sensor, it fully unloaded the agent from a standard user account, killing detection, process monitoring and network visibility.

CrowdStrike has since added detection and prevention across supported macOS sensor versions. The firm also deactivated Kandji's MDM agent, which has been fixed and assigned CVE-2026-39118.

The researcher behind it, XM Cyber's Hillel Pinto, also built an open-source tool, XPC Hunter, that scans installed macOS apps for the same weakness, and plans to present it at Black Hat US in August.

The attack needs an existing foothold, a standard local account, so XM Cyber framed it mainly as an insider or post-compromise threat.

Read more on attacks that disable security software: GentleKiller Framework Disables Victims' Security Software

The fix is straightforward, XM Cyber said: developers should validate the caller's identity during the XPC handshake, using checks Apple has offered since macOS 13, rather than trusting the cached signature. 

Pinto said organizations should treat the technique as "a major gap in modern endpoint security models." With the named vendors patched, the wider risk lies in the many other macOS apps that have not closed it.