The bugs could be exploited to crash Safari, corrupt memory, leak sensitive data, escape the sandbox, and exfiltrate data. The post Dozens of WebKit Vulnerabilities Patched With Fresh macOS, iOS Security Updates appeared first on SecurityWeek.

Apple has released security updates for macOS and iOS that address dozens of vulnerabilities in WebKit, the browser engine powering Safari and other applications. These updates are critical as the reported flaws could lead to a range of severe security issues, including application crashes, memory corruption, sensitive data leakage, sandbox escapes, and data exfiltration. Users are strongly advised to apply these patches promptly to protect their devices.
The vulnerabilities reported span several categories of security risks inherent in complex software like a browser engine. Memory corruption issues, for instance, often arise from improper handling of memory buffers, leading to buffer overflows or use-after-free conditions. An attacker could craft malicious web content that, when processed by a vulnerable WebKit engine, overwrites critical data structures or executes arbitrary code. Such flaws are frequently exploited for remote code execution.
Data leakage vulnerabilities, another reported category, typically involve flaws in how WebKit handles or isolates data, potentially allowing an attacker to read sensitive information that should be protected. This could include browsing history, cookies, or other user-specific data. Sandbox escapes are particularly concerning as they allow an attacker to break out of the security boundaries designed to contain malicious code within the browser, potentially gaining broader access to the underlying operating system and its resources.
The ability to crash Safari, while seemingly less severe than other exploits, can be a precursor to more sophisticated attacks. Denial-of-service conditions can be used to disrupt user activity or as part of a multi-stage attack to bypass security controls. Data exfiltration, the ultimate goal of many cyberattacks, refers to the unauthorized transfer of data from a system, which in this context could involve sensitive user data or system information.
WebKit is a fundamental component across Apple's ecosystem, not only powering the Safari browser but also being utilized by numerous other applications that display web content. This widespread integration means that vulnerabilities in WebKit can have a broad impact, affecting a significant portion of the user experience on macOS and iOS devices. The sheer number of patches released underscores the ongoing challenge of maintaining security in complex software environments.
Mitigation for these types of vulnerabilities typically involves applying vendor-provided security updates as soon as they become available. Users should ensure their operating systems and applications are configured for automatic updates or manually check for and install them regularly. Additionally, practicing good cyber hygiene, such as being cautious about visiting untrusted websites and avoiding suspicious links, can reduce the likelihood of encountering exploits, though patching remains the primary defense against known flaws.
The regular discovery and patching of numerous vulnerabilities in widely used software like WebKit highlight the continuous cat-and-mouse game between security researchers and malicious actors. It reinforces the industry's reliance on prompt security updates as a critical mechanism for protecting end-users from evolving threats. The ongoing effort to identify and remediate these flaws is essential for maintaining the integrity and security of modern computing platforms.

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.