Golden Chickens MaaS: 4 New Malware Families Emerge

🟠 High | Source: The Hacker News The Golden Chickens threat group, operators of a well-established Malware-as-a-Service platform, has introduced four new malware families including TinyEgg, ChonkyChicken, a modular ChonkyChicken variant, and a browser credential stealer. Despite significant public exposure of their operations, the group continues to evolve and expand their toolset. This demonstrates that public disclosure alone is insufficient to disrupt financially motivated MaaS operators. Security Architect’s Take: Prioritise enforcement of application allowlisting and browser credential protection controls — particularly for enterprise browsers accessing cloud consoles — since the credential-stealing component could facilitate direct cloud account compromise. Review endpoint detection coverage for modular implant behaviour, as fragmented payloads are designed to evade signature-based detection. ...

24 July 2025 Â· ZX Cloud Security

CVE-2026-64600: Azure Linux XFS Kernel Vulnerability

🟠 High | Source: Microsoft Security Response Center CVE-2026-64600 is a vulnerability in the Linux XFS filesystem driver, specifically related to incorrect handling of data fork mappings after cycling the inode lock (ILOCK). This type of kernel-level bug can lead to memory corruption or data inconsistency, potentially enabling privilege escalation or denial of service on affected systems. Azure workloads running Linux virtual machines with XFS filesystems may be exposed if underlying host or guest kernels are unpatched. ...

24 July 2025 Â· ZX Cloud Security

CVE-2026-59677: Process Kill Flaw in seunshare | Azure

🟠 High | Source: Microsoft Security Response Center CVE-2026-59677 is a vulnerability in the killall() function within seunshare, a Linux utility used for running processes in restricted SELinux security contexts. The flaw introduces a process kill attack vector, potentially allowing an attacker to terminate arbitrary processes on the host. This is relevant to Azure environments where Linux-based workloads or containers rely on SELinux-based isolation mechanisms. Security Architect’s Take: Review any Azure Linux VM or container workloads using seunshare or SELinux-enforced sandboxing, and apply available patches promptly. Assess whether process-level isolation controls in your environment could be bypassed or disrupted by an attacker exploiting this vector, particularly in multi-tenant or shared workload scenarios. ...

24 July 2025 Â· ZX Cloud Security

CVE-2026-59676: seunshare rm_rf() File Deletion Flaw

🟠 High | Source: Microsoft Security Response Center CVE-2026-59676 is a local file deletion vulnerability in the rm_rf() function within seunshare, a Linux sandboxing utility used in certain environments. An attacker with local access could potentially exploit this flaw to delete arbitrary files, which may lead to service disruption or privilege escalation. Whilst originating from a Linux component, its presence in Azure-related advisory guidance suggests relevance to cloud-hosted Linux workloads. Security Architect’s Take: Review any Azure Linux VMs or containerised workloads where seunshare is installed and assess exposure to local users or processes with access to that environment. Apply available patches promptly and restrict local user privileges on shared compute resources as a compensating control. ...

24 July 2025 Â· ZX Cloud Security

NodeBB 8 Flaws Fixed: Upgrade to 4.14.2 Now

🟠 High | Source: The Hacker News Eight high-severity vulnerabilities in NodeBB forum software were publicly disclosed alongside working exploit code, after Aikido Security’s AI-powered penetration testing agents discovered them in a six-hour automated source code review. The flaws expose administrator access and private chat messages across all NodeBB versions prior to 4.14.0. NodeBB has patched all eight issues and administrators should upgrade to version 4.14.2 immediately. Security Architect’s Take: If NodeBB is deployed anywhere in your environment — including self-hosted developer portals, community platforms, or internal forums — upgrade to 4.14.2 without delay, as exploit code is already public. Audit your deployment inventory to confirm no instances are internet-facing on an unpatched version. ...

24 July 2025 Â· ZX Cloud Security

Redis Zero-Days: Authenticated RCE Fixed in 7 Releases

🟠 High | Source: The Hacker News Researchers using Kimi K3 AI agents discovered multiple zero-day vulnerabilities in Redis, leading to seven security releases on 23 July. Authenticated remote code execution proof-of-concept exploits were published for Redis versions 6.2.22, 7.4.9, 8.6.4, and 8.8.0, with attack chains exploiting the RESTORE command and in some cases EVAL, XGROUP, or the bundled RedisBloom module. Patched versions 6.2.23, 7.2.15, and 7.4.10 are now available and should be applied immediately. ...

24 July 2025 Â· ZX Cloud Security

UAC-0099 Uses Fake Notepad++ Plugin to Drop MATCHBOIL.V2

🟠 High | Source: The Hacker News A Russia-aligned threat group known as UAC-0099 is distributing malware disguised as a legitimate Notepad++ plugin to compromise Windows systems. The malware, identified as MATCHBOIL.V2, has been flagged by Ukraine’s CERT-UA as part of an ongoing targeted campaign. This is significant because it exploits trust in widely used developer tools to bypass user suspicion and deliver a payload. Security Architect’s Take: Enforce application allowlisting and restrict plugin/extension installation on managed endpoints, particularly for developer tools such as Notepad++. Review endpoint detection rules to flag unsigned or unverified plugins loading into commonly abused applications, and ensure EDR telemetry covers plugin execution paths on Windows hosts. ...

24 July 2025 Â· ZX Cloud Security

macOS Gatekeeper Bypass: Apps Swapped for Evil Twins

🟠 High | Source: The Register — Security Security researchers have demonstrated a technique allowing malicious actors to swap legitimate macOS applications with trojanised versions after download, bypassing Gatekeeper — Apple’s primary defence against unauthorised software. The attack exploits weaknesses in how Gatekeeper validates apps post-download rather than at execution time. Apple has reportedly declined to address the issue, leaving users of affected software exposed. Security Architect’s Take: Organisations deploying macOS endpoints should enforce application allowlisting via MDM solutions such as Jamf or Microsoft Intune, and consider supplementing Gatekeeper with third-party endpoint detection tools that monitor file integrity at execution. Audit your software distribution pipelines to ensure downloads are verified via cryptographic hashes independently of Gatekeeper. ...

23 July 2025 Â· ZX Cloud Security

CVE-2026-16796: AWS Bedrock AgentCore SDK Command Injection

🟠 High | Source: AWS Security Bulletins A command injection vulnerability (CVE-2026-16796) has been identified in the AWS Bedrock AgentCore Python SDK, specifically in the install_packages() method used by its Code Interpreter client. An authenticated remote user could exploit this by passing crafted package name arguments to execute arbitrary commands within the Code Interpreter sandbox. All versions of bedrock-agentcore prior to 1.18.1 are affected. Security Architect’s Take: Audit any workloads using the bedrock-agentcore SDK and upgrade to version 1.18.1 or later immediately; additionally, review whether untrusted or user-supplied input can reach the install_packages() method and enforce input validation or allowlisting at the application layer as a defence-in-depth measure. ...

23 July 2025 Â· ZX Cloud Security

CVE-2026-16756: Smithy-RS Slowloris DoS Vulnerability

🟠 High | Source: AWS Security Bulletins A vulnerability (CVE-2026-16756) in the Smithy-RS framework’s aws-smithy-http-server crate allows unauthenticated attackers to perform a Slowloris-style denial-of-service attack by exhausting server resources without any request limits in place. The flaw affects all versions of aws-smithy-http-server up to and including 0.66.4. Any Rust-based HTTP server built using Smithy-RS and exposed to untrusted networks is potentially at risk. Security Architect’s Take: Identify any internal or customer-facing services built with aws-smithy-http-server and upgrade to a patched version above 0.66.4 immediately; as an interim control, place a load balancer or reverse proxy with request timeout and connection-limiting policies in front of affected services to mitigate Slowloris exposure. ...

23 July 2025 Â· ZX Cloud Security

📬 Stay Informed

Get daily cloud security advisories delivered to your inbox.

Free. No spam. Unsubscribe anytime. View subscription options