Patch batch spans current kit, older iGadgets, Macs, and Vision Pro
Apple has issued a series of security updates for its iPhones, iPads, and Macs, addressing a critical image-processing vulnerability that security experts believe could be exploited for spyware delivery. The most significant fix, identified as CVE-2026-65346, is an integer-overflow bug found within Apple's ImageIO framework, which is responsible for parsing image files.
The vulnerability, discovered and reported by Nik Tsytsarkin of Meta's Red Team X, could enable arbitrary code execution on affected devices simply by processing a maliciously crafted image. This type of flaw is particularly concerning because image parsing vulnerabilities have historically been used as a delivery mechanism for zero-click spyware, often targeting high-value individuals.
Apple confirmed that CVE-2026-65346 impacts macOS Tahoe, iPhone 11 and later models, and various supported iPad Pro, iPad Air, iPad, and iPad mini devices. The company stated that the issue was resolved through improved input validation. Users are strongly advised to install the updates released on August 17 without delay.
The potential for this vulnerability to be used in zero-click attacks is notable, as similar methods have been observed in past sophisticated spyware campaigns. These campaigns often involve malicious files delivered through messaging services, exploiting device vulnerabilities without requiring any user interaction.
In addition to the ImageIO fix, the iOS 26.6.1 update includes patches for several other vulnerabilities, many of which are located in WebKit, Apple's browser engine. Another significant flaw addressed is CVE-2026-65329, found in Apple's Telephony component. This vulnerability, affecting iPhone 11 and later, could allow an attacker to intercept network traffic. Apple clarified that exploiting this bug would require the attacker to have a privileged network position and bypass IPsec authentication. The company resolved this by improving state management to fix an authentication issue.
For older devices incapable of running iOS 26, such as the iPhone XS, XS Max, and XR, Apple released iOS 18.7.10 and iPadOS 18.7.10. The updates also extend to visionOS 26.6.1, though specific details for this platform were not immediately available on Apple's security updates page at the time of the announcement.

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

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.
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.