Combine cutting-edge XDR technology, multi-signal threat intelligence and 24/7 Elite Threat Hunters to help you build a world-class security operation.
Get unlimited Incident Response with threat suppression guarantee - anytime, anywhere.
CTEM and advisory programs that identify security gaps and build proactive strategies to address them.
24/7 SOC-as-a-Service with unlimited threat hunting and incident handling.
XDR with machine learning that eliminates noise, enables real-time detection and response, and automatically blocks threats.
Seamless integration and threat investigation across your existing tech stack.
Proactive threat intelligence, original threat research and a world-class team of seasoned industry veterans.
Extend your team capabilities and prevent business disruption with expertise from eSentire.
We balance automated blocks with rapid human-led investigations to manage threats.
Flexible MDR pricing and packages that fit your unique security requirements.
Entry level foundational MDR coverage
Comprehensive Next Level MDR from eSentire
Next Level MDR with Cyber Risk Advisors to continuously advance your security program
Stop ransomware before it spreads.
Meet regulatory compliance mandates.
Detect and respond to zero-day exploits.
End misconfigurations and policy violations.
Defend third-party and supply chain risk.
Prevent disruption by outsourcing MDR.
Adopt a risk-based security approach.
Meet insurability requirements with MDR.
Protect your most sensitive data.
Build a proven security program.
Operationalize timely, accurate, and actionable cyber threat intelligence.
THE THREAT On May 13th, Ivanti disclosed two zero-day vulnerabilities, CVE-2025-4427 and CVE-2025-4428, impacting Ivanti Endpoint Manager Mobile (EPMM). Ivanti confirmed that…
Apr 25, 2025THE THREAT On April 24th, SAP disclosed a maximum severity vulnerability impacting SAP NetWeaver systems. The vulnerability was initially reported to SAP by researchers from…
eSentire is The Authority in Managed Detection and Response Services, protecting the critical data and applications of 2000+ organizations in 80+ countries from known and unknown cyber threats. Founded in 2001, the company’s mission is to hunt, investigate and stop cyber threats before they become business disrupting events.
We provide sophisticated cybersecurity solutions for Managed Security Service Providers (MSSPs), Managed Service Providers (MSPs), and Value-Added Resellers (VARs). Find out why you should partner with eSentire, the Authority in Managed Detection and Response, today.
Multi-Signal MDR with 300+ technology integrations to support your existing investments.
24/7 SOC-as-a-Service with unlimited threat hunting and incident handling.
We offer three flexible MDR pricing packages that can be customized to your unique needs.
The latest security advisories, blogs, reports, industry publications and webinars published by TRU.
Compare eSentire to other Managed Detection and Response vendors to see how we stack up against the competition.
See why 2000+ organizations globally have chosen eSentire for their MDR Solution.
On May 13th, Ivanti disclosed two zero-day vulnerabilities, CVE-2025-4427 and CVE-2025-4428, impacting Ivanti Endpoint Manager Mobile (EPMM). Ivanti confirmed that these vulnerabilities have been exploited in the wild with attacks impacting a limited number of their customers.
CVE-2025-4427 (CVSS: 5.3) is an authentication bypass vulnerability that could allow attackers to bypass Ivanti EPMM authentication and gain access to protected resources. CVE-2025-4428 (CVSS: 7.2) is a Remote Code Execution (RCE) vulnerability that could allow authenticated attackers to run arbitrary commands via specially crafted API requests. The vulnerabilities impact the API component in Ivanti EPMM.
Ivanti stated that the two vulnerabilities can be combined, and if successfully exploited, could allow RCE on affected devices. On May 15th, watchTowr Labs published Proof-of-Concept (PoC) exploit code for vulnerabilities.
Ongoing exploitation of vulnerabilities in widely used applications like Ivanti EPMM could result in the large-scale distribution of malicious content across managed devices. Given that PoC exploit code for CVE-2025-4427 and CVE-2025-4428 is publicly available, it is essential for organizations to promptly apply the necessary security patches to prevent compromise.
A critical vulnerability chain has been discovered in Ivanti's Endpoint Manager Mobile (EPMM) solution, combining CVE-2025-4427 (Authentication Bypass) and CVE-2025-4428 (Remote Code Execution). The vulnerabilities, when chained together, allow attackers to execute arbitrary code on target systems without authentication. The issue primarily affects the /api/v2/featureusage endpoint, where improper handling of user input in the format parameter creates a significant security risk. This vulnerability chain has been confirmed to be actively exploited in the wild, targeting specific organizations.
The technical analysis reveals that the RCE vulnerability (CVE-2025-4428) exists in the DeviceFeatureUsageReportQueryRequestValidator class, where user-controlled input from the format parameter is passed directly into the localizedMessageBuilder.getLocalizedMessage method. This leads to Expression Language (EL) injection vulnerability, allowing attackers to execute arbitrary Java code through carefully crafted format parameter values. The vulnerability is exploited by injecting Java EL expressions that can execute system commands, such as "${""getClass().forName('java.lang.Runtime').getMethod('getRuntime').invoke(null).exec('command')}".
What Ivanti initially described as an Authentication Bypass (CVE-2025-4427) appears to be an order of operations vulnerability in the application's security architecture. The vulnerability exists because input validation occurs before authentication checks, allowing attackers to trigger the EL injection through error messages even without authentication. The patch includes significant changes to the security.xml file, implementing proper route-specific authentication controls. Organizations are strongly advised to upgrade to the patched versions (11.12.0.5, 12.3.0.2, 12.4.0.2, or 12.5.0.1) to prevent exploitation. The vulnerability chain demonstrates how seemingly moderate-severity issues (CVSS scores of 5.3 and 7.2) can combine to create a critical security risk when chained together.
The eSentire Threat Intelligence team assesses with high confidence these vulnerabilities will have an increased adoption by threat actors and exploitation attempts in the wild will increase, particularly given the vulnerability's accessibility with available Proof-of-Concept (PoC) exploit code and the high potential impact.
Impacted Versions list:
Ivanti Endpoint Manager Mobile (EPMM)
References:
[1] https://labs.watchtowr.com/expression-payloads-meet-mayhem-cve-2025-4427-and-cve-2025-4428/