A critical vulnerability in the Active Storage framework can allow an unauthenticated attacker to read arbitrary files from a Rails application, and potentially escalate to remote code execution (RCE). [...]

A critical vulnerability in the Active Storage framework of the Rails web application framework, identified as CVE-2026-66066, could allow an unauthenticated attacker to read arbitrary files and potentially achieve remote code execution (RCE). Rails, an open-source Ruby-based framework, uses Active Storage for handling file uploads and attachments.
The vulnerability is exploitable when Active Storage is configured to use the `libvips` image processing library for generating image thumbnails. Attackers can upload a specially crafted image to a vulnerable application, enabling them to read arbitrary files on the server. A prerequisite for this attack is that the server must permit image uploads from untrusted users. If these conditions are met, an attacker could access sensitive application files, including the process environment, which commonly contains the `secret_key_base` and credentials for databases, cloud storage, and other services.
The Rails team has confirmed that CVE-2026-66066 affects Active Storage versions prior to 7.2.3.2, 8.0.x before 8.0.5.1, and 8.1.x before 8.1.3.1. Rails 6.x is only vulnerable if Active Storage has been configured with non-default settings. The `libvips` library is the default image processor in official Rails Docker images, as well as in Debian and Ubuntu setups. Users of ImageMagick are not affected by this specific vulnerability vector.
To mitigate the risk, the Rails team recommends upgrading `libvips` to version 8.13 or later. Additionally, administrators should rotate critical secrets, including the `secret_key_base` (the Rails master key), database credentials, Active Storage service credentials, and any other secrets accessible to the application process. For systems running `libvips` 8.13 or newer, a temporary workaround involves setting the `VIPS_BLOCK_UNTRUSTED` environment variable or calling `Vips.block_untrusted(true)` when using `ruby-vips` 2.2.1 or newer. No workaround is available for applications using `libvips` versions older than 8.13.
Security researchers from Ethiack and GMO Flatt Security Inc. discovered and responsibly reported the vulnerability to the Rails team. Initially, technical details were withheld to allow users time to apply updates, with a full disclosure planned for August 28. However, due to the rapid emergence of public proof-of-concept (PoC) exploits, the maintainers decided to release full technical details and forensic investigation tools sooner.
Security firm Akamai has also issued a warning about CVE-2026-66066, dubbing the attack chain "KindaRails2Shell" and highlighting its RCE potential. Akamai explains that compromising the `secret_key_base` grants an attacker the master cryptographic key to the application, enabling them to forge session cookies, sign global IDs, and manipulate serialized data, which can lead directly to full RCE on the underlying server. Akamai coordinated with Ethiack before public disclosure to prepare and release web application firewall (WAF) protections for its customers.
Ethiack has noted that while a WAF might provide some temporary protection, attackers utilizing AI tooling could potentially reconstruct the attack chain based on patch differences.
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.

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.

Attackers are exploiting two new PaperCut flaws to steal credentials and gain privileged access in education-sector attacks across the U.S. and Europe. Attackers are exploiting two recelty disclosed PaperCut flaws, CVE-2026-81578 and CVE-2026-82078, in attacks targeting schools and other education organizations in the U.S. and Europe, as reported by TheHackerNews. Arctic Wolf researchers observed

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.