β˜•οΈ Video conferencing installers push malware

Fake video installers, poisoned Rust packages, EDR bypass, and more.

β˜•οΈ Video conferencing installers push malware

Hi there, this is your daily β˜•οΈ Cyberpresso.


In today's Cyberpresso:

πŸŽ₯ Video conferencing installers push malware

πŸ“Œ AI data giant Alation confirms cyberattack

πŸ¦€ Poisoned Rust package hits 244M downloads

πŸ”“ Hackers exploit Microsoft cloud login flaw

πŸ›‘οΈ Defender driver can be turned off EDR

Plus: πŸ’‘ 5 strategies & tactics, 🎁 8 other news you might like, 🧰 6 tools, and πŸ“š 5 papers.

πŸŽ₯ Video conferencing installers push malware LINK

  • Kaspersky found that legitimate TrueConf video conferencing installers, distributed from victim organizations' own servers, were bundled with PhantomCore malware tied to the Head Mare hacking group, turning a routine app download into full system compromise.
  • Attackers chained two flaws, actively exploited against Russian organizations, by connecting without a login to port 4307/TCP to run a malicious script, then breaking out of an isolated environment to run code with NT AUTHORITY\SYSTEM privileges and take over the server.
  • With full control, they planted a web shell and swapped clean installers for infected ones that quietly deployed a hidden PhantomCore payload; TrueConf fixed both bugs in server versions 5.3.9, 5.4.9, and 5.5.5 on June 18, 2026, and admins should update immediately.
  • πŸ“Œ AI data giant Alation confirms cyberattack LINK

  • Alation, the enterprise data software company that services over 500 global firms including roughly half the Fortune 1000, confirmed on Thursday that it was hit by a cyberattack after earlier reporting an incident affecting some customers.
  • The company said it identified "an isolated incident involving unauthorized activity in one of its systems" and is investigating, but did not specify the nature of the attack, the root cause, or how many customers are affected.
  • Alation, much of whose systems are hosted on Amazon Web Services, previously reported a "degraded availability" incident on Tuesday that it resolved within an hour, though it is not clear if any data was stolen or exfiltrated.
  • πŸ¦€ Poisoned Rust package hits 244M downloads LINK

  • Attackers hijacked the maintainer account for the popular Rust crate arrayref, which has over 245 million lifetime downloads, and pushed malware that runs on developers' machines during compilation as part of a supply-chain attack.
  • The poisoned arrayref 0.3.10, along with append-only-vec 0.1.9 and internment 0.8.7, secretly added a dependency on proc-macro1, a typosquat of proc-macro2 whose build script runs at compile time and picks an OS-matched payload for Linux, Windows, and macOS.
  • According to Wiz, the second-stage malware steals host info and credentials from Chrome, Brave, and Edge, sets up persistence, and developers who installed during the 1.5-hour window should rotate all credentials, CI tokens, and secrets and rebuild from safe backups.
  • πŸ”“ Hackers exploit Microsoft cloud login flaw LINK

  • Microsoft has disclosed a maximum severity (CVSS 10.0) remote code execution flaw in its Entra ID cloud identity platform, tracked as CVE-2026-69836, which could let unauthorized attackers run code remotely over the network.
  • The bug stems from unsafe deserialization of untrusted data, letting an attacker manipulate object structures and run code without any valid login or user interaction, though Microsoft reports no public evidence of exploitation in the wild yet.
  • Microsoft says no customer action is required since it already fixed the flaw in its service infrastructure, but teams should retain Entra ID sign-in and audit logs and monitor for authentication anomalies and risky changes to service principals.
  • πŸ›‘οΈ Defender driver can be turned off EDR LINK

  • Check Point researcher JiΕ™Γ­ Vinopal showed that Windows Defender's Microsoft-signed Boot-Time Removal driver (BTR.sys), embedded in MpEngine.dll, can be repurposed into an attacker-controlled kernel operation engine that runs file and registry operations from Ring 0.
  • The technique needs no exploit or memory corruption: instead of an IOCTL interface, the one-shot driver reads an RC4-encrypted configuration from a "changelist" Alternate Data Stream using a hard-coded 256-byte key, and the researcher's BTR_CLI tool builds valid encrypted transactions to drive it.
  • By abusing Action IDs, an attacker can perform kernel-level file deletion bypassing exclusive locks, arbitrary file write/move (dropping a DLL into System32), and arbitrary registry writes to set persistence or disable Tamper Protection and EDR configs, all via a trusted built-in driver rather than typical BYOVD.
  • πŸ’‘ Strategies & Tactics

    > CRLF-Powered Desync Lets Attackers Poison CDN Cache and Serve XSS to Live Users: Injected line-break characters can trick mismatched web servers into caching malicious pages on content networks, serving attacker scripts to real visitors of trusted sites.

    > AWS Shows How to Stop a Hijacked AI Agent From Reading Data the User Cannot Access: Enforce data-access permissions in the infrastructure rather than the AI agent's own code, so a hijacked agent still cannot retrieve data the user cannot access.

    > Apple’s Private Find My People Reversed to Decrypt Live Shared Locations on Linux: A researcher reverse-engineered Apple's private location-sharing protocol on Linux, documenting for the first time how Find My distributes and rotates its encryption keys.

    > Encrypted web page payload turns Grok into a chat history leak: Hiding malicious commands as encrypted text on webpages sneaks past Grok's safety filter, tricking the bot into leaking users' private chat data to attackers.

    > Agentic IAM: How to secure and manage AI agent identities: Manage each AI agent as its own tracked identity with continuously checked, least-privilege access so its actions stay authorized and traceable.

    Other news you might like

    • New Manic Android malware can exfiltrate data through nearby devicesLINK
    • Going with the Flow(s): Distinct Clusters Target Individuals of Interest to RussiaLINK
    • Critical flaw patched in popular JavaScript sandbox used in AI projectsLINK
    • Critical Elementor Pro bug exposes WordPress sites to RCE attacksLINK
    • Critical Spring Security LDAP Flaw Lets Remote Attackers Read and Modify Directory DataLINK
    • Cisco bug severity warning reads like Olympic gymnastics scores: 10, 10, 9.9, 9.6, and 7.5.LINK
    • BadBox-linked Android malware has now infected car head unitsLINK
    • New SynkLoader malware uses fake Windows lock screen to steal passwordsLINK

    🧰 Trending tools

    Perfai Security: automatically detects and fixes access control vulnerabilities in AI-generated apps from Replit, Lovable, Cursor, and Claude Code with one prompt.LINK

    Constellation Gate AI: a proxy layer between your agents and LLMs that filters threats, reduces token costs, and logs every request for auditing.LINK

    Execlave: enforces runtime policies, kill switches, and audit logs on autonomous AI agents in under 20ms, mapping to SOC 2, EU AI Act, and ISO 27001.LINK

    TailMux: runs multiple Tailscale profiles simultaneously on macOS and Linux, routing by hostname so work and personal tailnets stay reachable without switching accounts.LINK

    Lunen.ai: an AI assistant that logs every action, requires approval on risky steps, and pairs clean UX with audit trails your security team can actually use.LINK

    Aegisora: an open-source proxy layer that intercepts malicious LLM actions, enforces least-privilege API access, masks PII, and logs autonomous agent activity for audits.LINK

    πŸ“š Trending papers & reports

    Prompt injection defense lets a chatbot keep learning to block new manipulation tricks as attackers evolve without forgetting old ones, cutting successful attacks by up to ~6x versus current defenses.LINK

    Lightweight attack detection lets small internet-connected devices spot malicious traffic on their own, without needing a heavy companion model to train against, staying accurate across 13 cybersecurity datasets covering botnets, malware, and network intrusions.LINK

    Robot sound monitoring verifies whether a robot is actually performing its assigned tasks by listening to the noise its movements make, catching errors or tampering with over 80% accuracy and no hardware changes.LINK

    Shared-training privacy gets a two-layer shield that scrambles both the model updates and the training images so attackers can't reconstruct users' data, without hurting accuracy beyond what the encryption alone costs.LINK

    Behavioral authentication reads a phone's ordinary system logs to keep verifying it's still the enrolled user after login, flagging suspicious changes with under 1% false alarms and no extra sensors.LINK


    See you tomorrow for a new dose of β˜•οΈ Cyberpresso!

    More from the archive