Skip to content

Changelog

New updates and improvements at Cloudflare.

hero image

WAF Release - 2026-06-09

This release introduces new detections for a critical SQL injection vulnerability in Drupal installations utilizing PostgreSQL (CVE-2026-9082), alongside targeted protection for an unsafe deserialization flaw in the Mirasvit Cache Warmer extension (CVE-2026-45247). Additionally, this release includes coverage for a prototype pollution vector in Axios (CVE-2026-40175) and a new generic rule designed to identify and block sophisticated SQL Injection (SQLi) bypass attempts leveraging obfuscated boolean logic.

Key Findings

  • CVE-2026-9082: A database abstraction vulnerability affects Drupal sites configured with a PostgreSQL backend. Remote, unauthenticated attackers can exploit this flaw via crafted inputs to inject malicious SQL commands and access or manipulate backend data.

  • CVE-2026-45247: A PHP Object Injection vulnerability exists in the Mirasvit Cache Warmer extension for Magento and Adobe Commerce. This flaw stems from unsafe deserialization of untrusted user input, enabling unauthenticated attackers to execute arbitrary code on the hosting server.

  • CVE-2026-40175: A prototype pollution vulnerability affects the Axios HTTP client library. Attackers can exploit this to inject malicious properties into the global JavaScript object prototype, potentially causing application crashes (Denial of Service) or executing unauthorized code depending on the application structure.

Impact

Successful exploitation of these vulnerabilities could allow unauthenticated attackers to execute arbitrary code, manipulate database contents, or induce application crashes, leading to severe operational disruption or complete server compromise. These newly deployed signatures intercept these advanced malicious payloads at the edge before they can interact with vulnerable software configurations.

RulesetRule IDLegacy Rule IDDescriptionPrevious ActionNew ActionComments
Cloudflare Managed Ruleset N/AAxios - Prototype Pollution - CVE:CVE-2026-40175LogBlock

This is a new detection.

Cloudflare Managed Ruleset N/ADrupal - PostgreSQL SQLi - CVE:CVE-2026-9082 - BodyLogBlock

This is a new detection.

Cloudflare Managed Ruleset N/ADrupal - PostgreSQL SQLi - CVE:CVE-2026-9082 - URILogBlock

This is a new detection.

Cloudflare Managed Ruleset N/ASQLi - Obfuscated Boolean - BodyN/ADisabled

This is a new detection.

Cloudflare Managed Ruleset N/ASQLi - Obfuscated Boolean - HeadersN/ADisabled

This is a new detection.

Cloudflare Managed Ruleset N/AMirasvit Cache Warmer - PHP Object Injection - CVE:CVE-2026-45247N/ABlock

This is a new detection.