Security News

WAF Weekly: Edge flaws, supply chain risks, and the WAF ceiling, Aug 17-21

Citrix NetScaler auth bypasses, an Elementor Pro unauthenticated RCE, in-the-wild Zimbra attacks, and a Rust crate supply chain incident define this week in web security.

5 min read
WAF Weekly: Edge flaws, supply chain risks, and the WAF ceiling, Aug 17-21

This week in web security was defined by edge and collab appliances breaking at the worst possible moment, a WordPress page builder shipping an unauthenticated file-upload RCE, and attackers turning trusted build tooling and AI chat into exfiltration pipes. For anyone choosing or tuning a web application firewall, it is a reminder that the layers upstream and around the WAF still carry most of the risk.

Citrix NetScaler: authentication bypass and a DoS vector

Citrix pushed urgent patches for two vulnerabilities in NetScaler ADC and Gateway. CVE-2026-19490 is an unauthenticated authentication bypass that applies when the appliance runs as an AAA virtual server or a Gateway with SAML actions configured. The second, CVE-2026-19489, is a high-severity memory overflow reachable via SIP ALG that lets remote unauthenticated attackers stall the box with denial-of-service. Citrix flagged both as patch as soon as possible, and NetScaler admins running edge or remote-access gear should treat this as a same-week job.

Original source: BleepingComputer

Elementor Pro brings unauthenticated RCE to WordPress

A critical flaw in Elementor Pro's File Upload module lets a remote attacker land arbitrary PHP on a server. Tracked as CVE-2026-32475 and fixed in version 4.2.2, the bug comes from validation and processing loops that disagree on empty filename entries, so a crafted multipart upload skips validation and a PHP payload ends up in the public uploads directory. The WAF-adjacent angle is that no WordPress firewall rewrites the app bug, so edge filtering and file-upload rules stay useful only if the WAF inspects multipart bodies and blocks executable extensions hard. The Patchstack team detailed the flaw, and any Elementor Pro site with a public form exposing File Upload is exposed until updated.

Original source: BleepingComputer

Zimbra Collaboration hit by in-the-wild exploitation

Poland's CERT reported active attacks against a patched Zimbra Collaboration suite. CVE-2026-73570 is an unauthenticated arbitrary OS command execution that exists when the optional zimbra-snmp package is installed and SNMP notifications run. The fix shipped in 10.1.20, but CISA's known exploited catalog already counts 18 Zimbra CVEs, including four added this year, so mail and collaboration servers keep proving they are prime lateral movement targets.

Original source: SecurityWeek

Build-time malware in the Rust crate ecosystem

The Rust Project pulled malicious releases of three popular crates, arrayref, internment, and append-only-vec, after a compromised maintainer account injected a typosquatted dependency whose build script pulled and ran a remote payload at compile time. All three went out on August 20 and were removed within a couple of hours, with no archive evidence of usage. This is the supply chain story that matters for every engineering team, because a build dependency resolves and executes without any app code calling it. The security angle is both ways: monitor dependencies, pin versions, and treat build tooling as part of your attack surface.

Original source: The Hacker News

Grok chat leaks data through cryptographic context injection

Adversa AI demonstrated a technique called cryptographic context injection that makes Grok's web chat upload a user's name, location, subscription tier, and current prompt to an attacker server after summarizing an ordinary web page. The transfer ran with no confirmation step and no visible warning. Adversa reproduced it against Grok 4.5 Fast and said the attack succeeded roughly 40 percent of the time over two months, with no CVE assigned yet. For security teams, this is another leak-from-trusted-tool case worth watching.

Original source: The Hacker News

Also notable

  • MLflow CVE-2026-64849, a critical SSRF bypass in outbound webhook delivery, is now in CISA's KEV catalog and being exploited for cloud credential theft.
  • Hackers abused Google OAuth and WhatsApp link flows to take over accounts belonging to academia and defense targets in Europe and the US.
  • Cloudflare now ships optional OAuth scopes, a small but real step away from all-or-nothing consent.

WAFplanet take

The thread is that web security does not live in WAF rules alone. Edge and collaboration appliances, build tooling, and the chat surfaces users trust all move the perimeter. A good WAF stays your best first line, with byte-level filtering and tuned rules, but the news cycle this week was about appliance flaws and supply chain gaps that a WAF downstream cannot patch. Defense needs the WAF plus patching discipline, segmentation, build hygiene, and browser trust controls, each doing its own job.