The Head Mare hacktivist group has been exploiting vulnerabilities in unpatched TrueConf video conferencing servers to replace client installers with malicious versions that deliver backdoors. [...]

Hackers are exploiting vulnerabilities in TrueConf video conferencing servers to distribute malicious client installers containing backdoors, according to research from Kaspersky. The attacks, attributed to a group named Head Mare, leverage two specific flaws, internally tracked as KLCERT-26-057 and KLCERT-26-058, to achieve arbitrary code execution and privilege escalation, ultimately leading to the deployment of PhantomCore and PhantomGraph backdoors.
TrueConf, a video conferencing solution popular in Russia, particularly within government and enterprise sectors, is often used as an on-premise alternative to Western platforms. Kaspersky researchers identified the campaign in July, noting that Head Mare exploits TCP port 4307, which is open by default on TrueConf servers, to connect without authentication.
The attack chain involves using KLCERT-26-057 to execute a malicious script within TrueConf's isolated environment, followed by KLCERT-26-058 to escape the sandbox and run commands on the underlying operating system. Attackers then escalate privileges to NT AUTHORITY\SYSTEM and replace the `\public\js\locale.php` file with a web shell, establishing persistent remote access.
This web shell is used to gather sensitive information, access the TrueConf database, and replace the legitimate TrueConf Client installer with a trojanized version containing the PhantomCore backdoor. When users connect to a compromised local TrueConf server, they receive this non-digitally signed, malicious client installer as an update. Kaspersky warns that even organizations not directly using a TrueConf server can be affected if their employees connect to compromised third-party TrueConf servers for meetings and download the infected packages.
In addition to PhantomCore, Head Mare deploys PhantomGraph, a separate backdoor comprising two DLL files, `SysExcSvc.dll` and `SysReadSvc.dll`. PhantomGraph communicates via a Microsoft OneDrive account, executing commands and returning results. Observed activities include dumping the memory of the Local Security Authority Subsystem Service (LSASS) process to exfiltrate credentials, performing reconnaissance commands like `hostname` and `whoami`, and initiating reverse SSH tunnels.
Kaspersky is currently observing multiple active Head Mare campaigns targeting Russian organizations across various sectors, including instrumentation, electronics, transportation, energy, IT, and software development. The threat actor employs several initial access methods, including phishing, exploiting public-facing web servers, and gaining access through contractors.
The vulnerabilities exploited by Head Mare affect TrueConf Server versions 5.3.x before 5.3.9, 5.4.x before 5.4.9, 5.5.x before 5.5.5, and older releases. TrueConf released patches for these flaws on June 18, in versions 5.3.9, 5.4.9, and 5.5.5.
This incident follows a report from April 2026 by CheckPoint Research, which detailed a separate campaign, "Operation True Chaos," targeting a zero-day arbitrary file execution flaw in TrueConf, identified as CVE-2026-3502. That campaign also involved compromising users via trojanized client updates and was tentatively attributed to Chinese threat actors utilizing the Havoc implant.

JetBrains is urging Cadence users to revoke and rotate all credentials following a security incident last month in which unidentified threat actors exploited a recently disclosed critical vulnerability in TeamCity to breach its own environment. "Cadence users should immediately revoke or rotate all credentials and secrets that may have been used to run their Cadence executions," JetBrains said.
A weakness has been identified in Tenda CP3 27.5.57.101. This issue affects some unknown processing of the file Net/NetCheckPing.cpp. This manipulation of the argument interface_name/host causes os command injection. The attack can be initiated remotely.
A security flaw has been discovered in Tenda CP3 27.5.57.101. This vulnerability affects the function SystemAsh of the file Apis/system.c of the component Kylin. The manipulation of the argument AlarmVoiceURL results in os command injection. It is possible to launch the attack remotely.

OpenAI has announced a $1 billion commitment to provide subsidized access to its Daybreak AI cybersecurity tools for under-resourced critical infrastructure defenders. The initiative, named Daybreak for Frontline Defenders, will offer AI models, training, and technical support over the next six months, prioritizing water and wastewater utilities, electric grid operators, and local government entities. This move aims to equip organizations with limited budgets and staff against increasingly sophisticated cyber threats.

Attackers are exploiting a new unpatched vulnerability in Magento Open Source and Adobe Commerce that lets them run malicious code on an online store's server without logging in, Dutch e-commerce security company Sansec said in an advisory published on September 5. Sansec, which discovered the flaw and named it StyleSmuggler, said attacks started on September 4. "Sansec is publishing early
In BPF instructions that load/store a value from/to a scratch memory register the register index is an unsigned 32-bit integer and must not exceed 15, but libpcap BPF interpreter does not validate the value. In particular uncommon use cases a crafted filter program can cause the interpreter to try reading and writing the OS process memory in the 16GiB starting at the current stack frame on 64-bit architectures and in the entire address space on 32-bit architectures.