BoletimSecSeptember 8, 2026🇵🇹Translated from Portuguese

Critical Zero-Day 'StyleSmuggler' Vulnerability Exploited in Adobe Commerce and Magento

A critical zero-day vulnerability known as StyleSmuggler is being actively exploited in Magento Open Source and Adobe Commerce to remotely compromise servers hosting online stores.

The flaw requires no authentication and enables attackers to inject malicious PHP code into files generated by the platform. The injected code is then processed through Magento’s template system, allowing remote code execution. The attack chain can be triggered during the generation of the platform’s default transaction failure emails, and the victim does not need to open any message for the exploit to succeed.

Researchers have successfully reproduced the attack on clean installations of versions 2.4.7, 2.4.8, and 2.4.9. One of the earliest victims was running Magento 2.4.6-p15 with the July and August security updates applied, demonstrating that even fully patched systems remain exposed.

Following successful compromise, attackers deploy a Rust-based implant outside the store directory. The malware disguises itself as the legitimate process [kworker/u:8:0] and creates a cron job that restarts the implant every five minutes to maintain persistence.

Compromised servers grant attackers access to active sessions, stored credentials, and application data, while also allowing the deployment of additional payloads. To date, no confirmed cases of data exfiltration or payment card skimmers have been observed in the analyzed incidents.

As of September 6, Adobe had not published a CVE identifier, official patch, or specific mitigation for StyleSmuggler. The company’s next scheduled security update is planned for September 8, though it remains unconfirmed whether it will address this vulnerability.

Related articles

HabrVulnerabilities & Exploits

eBPF Verifier Discrepancy Revealed: PREVAIL Accepts Safe Code Rejected by Linux Kernel Verifier

Researchers discovered that the same BPF object file receives conflicting verdicts from different verifiers. The program correlated_branch.c from the ebpf-samples repository passes verification under PREVAIL but is rejected by the Linux kernel verifier. The divergence occurs because the kernel verifier tracks scalar bounds separately from packet pointer offsets, while PREVAIL maintains explicit links between checked packet sizes and pointer states. The XDP function ConvergedBranch performs a bounds check via check_packet before accessing an Ethernet header, yet the kernel verifier fails to propagate the guarantee to the subsequent load instruction. Replacing the helper call with an inline comparison against data_end allows the kernel verifier to accept the program. The finding highlights that verifier rejection does not always indicate an actual safety violation in eBPF code.

BoletimSecVulnerabilities & Exploits

Critical ASUS Control Center Enterprise Flaw Allows Remote Root Access via CVE-2026-75754

A critical vulnerability identified as CVE-2026-75754 in ASUS Control Center Enterprise (ACC) carries a maximum CVSS score of 10.0 and enables unauthenticated remote attackers to gain full control of the management server and all connected devices. The flaw stems from a combination of missing authentication on a critical function, a server-side request forgery (SSRF) issue, and hardcoded credentials embedded directly in the software. Attackers can craft a malicious HTTP request to extract the system’s encryption key, activate an SSH service on TCP port 2222, and use fixed credentials to obtain a root shell without any user interaction. Once inside, the attacker can read, modify, or delete data stored in the ACC platform and propagate the compromise across managed servers, PCs, and workstations. All versions of ASUS Control Center Enterprise through 4.0.0.2 are affected. ASUS released a security advisory on September 4, 2026, urging immediate updates to mitigate the risk.

Security NEXTVulnerabilities & Exploits

N-able Releases Hotfix 4 for Critical N-central RCE Flaw CVE-2026-86218 Now Confirmed Exploited

N-able disclosed a critical vulnerability in its N-central IT operations management platform that allows unauthenticated remote code execution on affected servers. The flaw, tracked as CVE-2026-86218, received the maximum CVSSv4.0 base score of 10.0 and is rated Critical. The company published security advisory information on September 5, 2026, and quickly followed with Hotfix 4 (version 2026.3.1.14) that resolves the issue. Although exploitation was not observed at disclosure, N-able updated the advisory the next day to confirm active exploitation in the wild. The vendor urges customers to apply the hotfix immediately and to monitor for suspicious account creation and scanning activity from specific IP addresses. Earlier hotfixes addressing CVE-2026-86206 and CVE-2026-86207 were superseded by the new release.

Security NEXTVulnerabilities & Exploits

Critical Zero-Day CVE-2026-75650 in Adobe Commerce and Magento Allows Unauthenticated Remote Code Execution, Already Exploited

Adobe has released an emergency security update for Adobe Commerce and Magento after discovering a critical zero-day vulnerability that permits remote attackers to execute arbitrary code without authentication. The flaw, tracked as CVE-2026-75650, stems from improper sanitization of special elements in the template engine and carries the maximum CVSSv3.1 base score of 10.0. Adobe rates the issue as Critical and confirms active exploitation in real-world attacks. A hotfix is now available, and the company has assigned the highest priority rating of 1, urging all customers to apply the update within 72 hours. The advisory was published on September 7, 2026, highlighting the need for immediate action due to the severity and confirmed abuse.