Microsoft has linked a global campaign targeting hospitality Wi-Fi networks to the Russian threat actor Midnight Blizzard, also known as APT29. [...]

Microsoft has confirmed a global campaign targeting hospitality Wi-Fi networks, which it attributes to the Russian state-sponsored threat actor Midnight Blizzard, also known as APT29. The campaign, dubbed "CaptiveCrunch" by Microsoft, has been active since at least early May, though the threat actor has engaged in device and OAuth code phishing operations since February.
The attackers manipulate DNS and HTTP traffic on networks served by captive portal equipment, allowing them to intercept user connections to hotel and conference center Wi-Fi. While the exact initial compromise method remains undetermined, Microsoft noted signs of breaches in shared infrastructure rather than isolated devices. After modifying DNS settings, victims are redirected to phishing pages impersonating Microsoft 365 login portals or to device code phishing pages that exploit Microsoft Entra ID authentication flows. This activity has been observed since July.
A newly disclosed tactic involves using fake browser and operating system update pages that deliver malware to Windows via "ClickFix" prompts for user verification. Evidence also suggests that Android devices are being targeted to deliver APK files through similar ClickFix landings.
Microsoft identified two new malware families, CornFlake and ChocoShell, used in the campaign. CornFlake is a Go-based remote access trojan (RAT) with capabilities including remote shell access, keylogging, clipboard monitoring, screenshot capturing, microphone and webcam surveillance, browser credential and cookie theft, Microsoft 365 session token theft, file exfiltration, USB monitoring, and system reconnaissance. When executed, CornFlake displays a fake progress window, which can appear as a Windows update, Defender virus scan, disk optimization utility, network diagnostics tool, browser update prompt, or document viewer installer, while it copies itself to %AppData% for persistence. It disguises itself as "Cloud Sync Service" and uses multiple persistence mechanisms, including Windows service registrations, registry run keys, named tasks, and a watchdog routine.
The second payload, ChocoShell, is an in-memory PowerShell credential stealer. It targets browser cookies, saved passwords, Microsoft 365 and Azure AD tokens, and Wi-Fi credentials. Based on extensive code comments, Microsoft assesses that AI tools were likely used in the development of both malware families.
Researchers also discovered an unprotected web-based management panel named "FruitStone" used by the threat actor to manage infected systems. This panel allowed them to browse victim files, execute PowerShell commands, and capture screenshots and keystrokes.
Microsoft recommends treating hotel and conference Wi-Fi as untrusted networks, advising users to utilize private cellular or managed connections whenever possible. Users should avoid installing software updates or tools offered through captive portals. The company also suggests adopting phishing-resistant authentication methods like MFA and passkeys, disabling Microsoft Entra device code authentication when not needed, and refraining from using corporate credentials to register for guest Wi-Fi networks.

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.