Threat Radar
-
Microsoft Entra ID is under active attack via a maximum-severity flaw — identity compromise in Azure environments can cascade across tenants and cloud services with no natural containment boundary.
-
CISA has issued an emergency directive mandating federal agencies patch two actively exploited TrueConf Server vulnerabilities; non-federal operators of TrueConf should treat this with equivalent urgency.
-
Cisco released patches for nine vulnerabilities across Crosswork and Secure Workload platforms, five scoring CVSS 10.0 — network management and workload security infrastructure are directly in scope.
-
Two new Windows RATs — E4del and PINHOLE — are being delivered via FTP banner abuse, a novel delivery channel that sidesteps many conventional detection controls.
-
A critical sandbox escape in isolated-vm enables host-level RCE via V8 type confusion; any application using this library to sandbox JavaScript is potentially exposed.
-
Third-party software risk materialized again at SickKids hospital, exposing employee and applicant PII — a pattern that recurs across sectors regardless of the breached organization’s own security posture.
Immediate Action Required
-
Microsoft Entra ID — Patch now. Active exploitation of a maximum-severity IAM flaw is confirmed. Identity teams and cloud security owners must verify patch status, review Entra ID sign-in and audit logs for anomalous authentication, and confirm conditional access policies are enforced. Affected platform: Microsoft Entra ID / Azure.
-
TrueConf Server — Emergency patching required. CISA’s Known Exploited Vulnerabilities directive confirms in-the-wild exploitation. Any organization running self-hosted TrueConf Server must patch immediately, regardless of federal affiliation. If patching cannot be completed within 24–48 hours, isolate or take the service offline. Affected product: TrueConf Server.
High-Impact Developments
Microsoft Entra ID Max-Severity Flaw Actively Exploited
-
What happened: Microsoft patched a maximum-severity vulnerability in Entra ID and confirmed active exploitation in the wild.
-
Why it matters: Entra ID is the authentication backbone for Azure and Microsoft 365. A compromised identity plane lets attackers move laterally across cloud tenants, escalate privileges, and reach downstream services — often without triggering endpoint-level alerts.
-
Who should care: Identity teams, cloud security architects, SOC leaders, and any organization running Azure-dependent workloads.
-
Recommended action: Confirm patches are applied. Review sign-in and audit logs for anomalous authentication. Verify that privileged roles are protected by phishing-resistant MFA and that conditional access policies are active and enforced.
-
Confidence: High — active exploitation confirmed by Microsoft.
-
Search metadata: Microsoft Entra ID, Azure, IAM, active-exploitation, maximum-severity
Intelligence Context
- Microsoft warns of max severity Entra ID flaw exploited in attacks — Bleeping Computer
- Context: Microsoft issued the advisory confirming both the patch and active exploitation, making this an immediate operational priority for all Azure-dependent organizations.
CISA Emergency Directive: Actively Exploited TrueConf Server Flaws
-
What happened: CISA ordered U.S. federal agencies to patch two actively exploited vulnerabilities in TrueConf Server, a self-hosted video communications platform.
-
Why it matters: KEV catalog entries reflect confirmed in-the-wild exploitation. Communications platforms are high-value targets — they typically sit inside network perimeters with broad user access and limited security monitoring.
-
Who should care: IT operations, security operations, and any organization — government or private sector — running self-hosted TrueConf Server.
-
Recommended action: Identify all TrueConf Server instances. Apply available patches immediately. If patching cannot be completed within 24–48 hours, isolate or take the service offline.
-
Confidence: High — CISA directive confirms active exploitation.
-
Search metadata: TrueConf Server, CISA, active-exploitation, KEV
Intelligence Context
- CISA orders feds to patch actively exploited TrueConf Server flaws — Bleeping Computer
- Context: CISA’s directive formally adds TrueConf Server vulnerabilities to the KEV catalog, confirming exploitation and establishing a mandatory remediation timeline that non-federal operators should mirror.
Cisco Crosswork and Secure Workload: Five CVSS 10.0 Vulnerabilities Patched
-
What happened: Cisco patched nine vulnerabilities across Crosswork Data Gateway, Crosswork Network Controller, Crosswork Planning, and Secure Workload — five scoring CVSS 10.0. The flaws were found during an internal security review.
-
Why it matters: These products sit at the intersection of network management and workload security. CVSS 10.0 indicates maximum exploitability and impact. Exploitation has not been confirmed in the wild, but the severity and infrastructure criticality make these high-priority patch targets regardless.
-
Who should care: Network security teams, infrastructure architects, and IT operations teams managing Cisco Crosswork or Secure Workload deployments.
-
Recommended action: Inventory affected Cisco products and apply patches this week. Prioritize internet-facing or management-plane-accessible instances. Confirm patch status with network operations before the weekend.
-
Confidence: High — vendor-confirmed vulnerabilities with patches available.
-
Search metadata: Cisco Crosswork Data Gateway, Cisco Crosswork Network Controller, Cisco Crosswork Planning, Cisco Secure Workload, CVSS-10.0
Intelligence Context
- Cisco Patches Nine Crosswork and Secure Workload Flaws, Five Scoring CVSS 10.0 — The Hacker News
- Context: Cisco’s advisory details nine vulnerabilities across four products, five at maximum severity, discovered through an internal security review — patches are available and should be applied promptly.
New Windows RATs E4del and PINHOLE Delivered via FTP Banner Abuse
-
What happened: Threat actors are embedding commands inside FTP server banner messages to deliver two previously undocumented Windows remote access trojans, E4del and PINHOLE. Active exploitation is confirmed.
-
Why it matters: FTP banners are a rarely monitored channel. Using them to deliver malware is a deliberate evasion technique targeting controls focused on conventional vectors such as email attachments and web downloads. The novelty of the method means existing signatures are unlikely to catch it.
-
Who should care: SOC analysts, endpoint security teams, and network security teams — particularly those with FTP services exposed internally or externally.
-
Recommended action: Review FTP server configurations and banner content across the environment. Restrict or disable FTP services where not operationally required. Ensure endpoint detection tooling reflects current threat intelligence on E4del and PINHOLE. Flag anomalous FTP banner activity for investigation. ATT&CK: T1071.
-
Confidence: High — active exploitation confirmed.
-
Search metadata: E4del, PINHOLE, RAT, FTP, Windows, T1071
Intelligence Context
- Hackers abuse FTP server banners to deliver new Windows malware — Bleeping Computer
- Context: Bleeping Computer reports confirmed active use of FTP banner abuse to deliver two novel RATs, providing the first public documentation of E4del and PINHOLE as distinct malware families.
Critical isolated-vm Sandbox Escape Enables Host RCE
-
What happened: A critical type confusion vulnerability in the isolated-vm JavaScript library allows attackers to escape the V8 sandbox and hijack host process control flow, achieving remote code execution on the underlying host. Exploitation status is currently unknown.
-
Why it matters: isolated-vm is used to run untrusted JavaScript in an isolated context. A sandbox escape that reaches the host process eliminates the library’s core security guarantee. Applications that accept or execute user-supplied JavaScript through isolated-vm are exposed to full host compromise.
-
Who should care: Application security teams, software engineering leads, and security architects responsible for Node.js or server-side JavaScript environments using isolated-vm.
-
Recommended action: Identify all applications and services using isolated-vm. Apply the patched version immediately. If no patch is available, assess whether the affected functionality can be disabled or restricted pending remediation. ATT&CK: T1190.
-
Confidence: High — vulnerability technically confirmed; exploitation status unknown.
-
Search metadata: isolated-vm, RCE, sandbox-escape, V8, T1190
Intelligence Context
- Critical Isolated-vm Vulnerability Leads to RCE on Host — SecurityWeek
- Context: SecurityWeek details the type confusion flaw mechanism, confirming that successful exploitation achieves V8 sandbox escape and host-level code execution — a complete security boundary failure for affected applications.
Monitor Only
- Toronto’s Hospital for Sick Children (SickKids) disclosed a data breach exposing employee and job applicant personal information caused by a vulnerability in third-party software; clinical systems and patient records were not affected. Healthcare and regulated-sector security teams should use this as a prompt to review third-party vendor risk assessments and confirm contractual breach notification obligations are current. Source: SickKids data breach exposes employee and job applicant info — Bleeping Computer — https://www.bleepingcomputer.com/news/security/sickkids-data-breach-exposes-employee-and-job-applicant-info/
Analyst Observation
Today’s brief reflects a threat environment where the identity plane, network management infrastructure, and application sandboxing boundaries are all under simultaneous pressure. The Entra ID exploitation is the most operationally urgent item — identity compromise in a cloud-first environment is not a contained incident, it is a potential enterprise-wide event. The Cisco CVSS 10.0 cluster and the isolated-vm sandbox escape are both patch-now situations that will likely receive less attention because they lack confirmed exploitation; that calculus is wrong. The FTP banner RAT delivery technique warrants a direct conversation with SOC leadership — its novelty means detection coverage is almost certainly immature. The SickKids breach is a useful reminder that third-party software risk is not theoretical; it is a recurring source of actual data exposure, and vendor risk programs built on annual questionnaires are not keeping pace.
Source Links
-
Microsoft warns of max severity Entra ID flaw exploited in attacks — Bleeping Computer — https://www.bleepingcomputer.com/news/microsoft/microsoft-warns-of-max-severity-entra-id-flaw-exploited-in-attacks/
-
CISA orders feds to patch actively exploited TrueConf Server flaws — Bleeping Computer — https://www.bleepingcomputer.com/news/security/cisa-orders-feds-to-patch-actively-exploited-trueconf-server-flaws/
-
Cisco Patches Nine Crosswork and Secure Workload Flaws, Five Scoring CVSS 10.0 — The Hacker News — https://thehackernews.com/2026/08/cisco-patches-nine-crosswork-and-secure.html
-
Hackers abuse FTP server banners to deliver new Windows malware — Bleeping Computer — https://www.bleepingcomputer.com/news/security/hackers-abuse-ftp-server-banners-to-deliver-new-windows-malware/
-
Critical Isolated-vm Vulnerability Leads to RCE on Host — SecurityWeek — https://www.securityweek.com/critical-isolated-vm-vulnerability-leads-to-rce-on-host/
-
SickKids data breach exposes employee and job applicant info — Bleeping Computer — https://www.bleepingcomputer.com/news/security/sickkids-data-breach-exposes-employee-and-job-applicant-info/
Generated by DevSecOpsDadAttack cyber threat intelligence.