-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Release-Oct-17-2025: Emergency #25908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
a3b849c
Release-Oct-17-2025: Emergency
vs-mg 2722679
Update src/content/changelog/waf/2025-10-17-emergency-waf-release.mdx
haleycode e7d863d
Update src/content/changelog/waf/2025-10-17-emergency-waf-release.mdx
haleycode 7333a04
Update src/content/changelog/waf/2025-10-17-emergency-waf-release.mdx
haleycode File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
229 changes: 229 additions & 0 deletions
229
src/content/changelog/waf/2025-10-17-emergency-waf-release.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,229 @@ | ||
| --- | ||
| title: "WAF Release - 2025-10-17 - Emergency" | ||
| description: Cloudflare WAF managed rulesets 2025-10-17 emergency release | ||
| date: 2025-10-17 | ||
| --- | ||
|
|
||
| import { RuleID } from "~/components"; | ||
|
|
||
| This week’s highlights This week introduces several new detections across Cloudflare Managed Rulesets, expanding coverage for high-impact vulnerability classes such as SSRF, SQLi, SSTI, Reverse Shell attempts, and Prototype Pollution. These rules aim to improve protection against attacker-controlled payloads that exploit misconfigurations or unvalidated input in web applications. | ||
haleycode marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| **Key Findings** | ||
|
|
||
| New detections added for multiple exploit categories: | ||
|
|
||
| SSRF (Server-Side Request Forgery) — new rules targeting both local and cloud metadata abuse patterns (Beta). | ||
|
|
||
| SQL Injection (SQLi) — rules for common patterns, sleep/time-based injections, and string/wait function exploitation across headers and URIs. | ||
|
|
||
| SSTI (Server-Side Template Injection) — arithmetic-based probe detections introduced across URI, header, and body fields. | ||
|
|
||
| Reverse Shell and XXE payloads — enhanced heuristics for command execution and XML external entity misuse. | ||
|
|
||
| Prototype Pollution — new Beta rule identifying common JSON payload structures used in object prototype poisoning. | ||
|
|
||
| PHP Wrapper Injection and HTTP Parameter Pollution detections — to catch path traversal and multi-parameter manipulation attempts. | ||
|
|
||
| Anomaly Header Checks — detecting CRLF injection attempts in header names. | ||
|
|
||
| **Impact** | ||
|
|
||
| They help detect multi-vector payloads that blend SSRF + RCE or SQLi + SSTI attacks, especially in cloud-hosted applications with exposed metadata endpoints or unsafe template rendering. | ||
haleycode marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| Prototype Pollution and HTTP parameter pollution rules address emerging JavaScript supply-chain exploitation patterns increasingly seen in real-world incidents. | ||
|
|
||
| <table style="width: 100%"> | ||
| <thead> | ||
| <tr> | ||
| <th>Ruleset</th> | ||
| <th>Rule ID</th> | ||
| <th>Legacy Rule ID</th> | ||
| <th>Description</th> | ||
| <th>Previous Action</th> | ||
| <th>New Action</th> | ||
| <th>Comments</th> | ||
| </tr> | ||
| </thead> | ||
| <tbody> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="72f0ff933fb0492eb71cda50589f2a1d" /></td> | ||
| <td>N/A</td> | ||
| <td>Anomaly:Header - name - CR, LF</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="5d0377e4435f467488614170132fab7e" /></td> | ||
| <td>N/A</td> | ||
| <td>Generic Rules - Reverse Shell - Body</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="54e32f7f802c4a699182e8921a027008" /></td> | ||
| <td>N/A</td> | ||
| <td>Generic Rules - Reverse Shell - Header</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="7cbda8dbafbc465d9b64a8f2958d0486" /></td> | ||
| <td>N/A</td> | ||
| <td>Generic Rules - Reverse Shell - URI</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="b9f3420674cf481da32333dc8e0cf7ad" /></td> | ||
| <td>N/A</td> | ||
| <td>Generic Rules - XXE - Body</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="ad55483512f0440b81426acdbf8aab5e" /></td> | ||
| <td>N/A</td> | ||
| <td>Generic Rules - SQLi - Common Patterns - Header URI</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="849c0618d1674f1c92ba6f9b2e466337" /></td> | ||
| <td>N/A</td> | ||
| <td>Generic Rules - SQLi - Sleep Function - Header URI</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="1b4db4c4bd0649c095c27c6cb686ab47" /></td> | ||
| <td>N/A</td> | ||
| <td>Generic Rules - SQLi - String Function - Header URI</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="fa2055b84af94ba4b925f834b0633709" /></td> | ||
| <td>N/A</td> | ||
| <td>Generic Rules - SQLi - WaitFor Function - Header URI</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="158177dec2504acdba1f2da201a076eb" /></td> | ||
| <td>N/A</td> | ||
| <td>SSRF - Local - Beta</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="98bfd6bb46074d5b8d1c4b39743a63ec" /></td> | ||
| <td>N/A</td> | ||
| <td>SSRF - Local - 2 - Beta</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="54e1733b10da4a599e06c6fbc2e84e2d" /></td> | ||
| <td>N/A</td> | ||
| <td>SSRF - Cloud - Beta</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="ecd26d61a75e46f6a4449a06ab8af26f" /></td> | ||
| <td>N/A</td> | ||
| <td>SSRF - Cloud - 2 - Beta</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="c16f4e133c4541f293142d02e6e8dc5b" /></td> | ||
| <td>N/A</td> | ||
| <td>SSTI - Arithmetic Probe - URI</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="f4fd9904e7624666b8c49cd62550d794" /></td> | ||
| <td>N/A</td> | ||
| <td>SSTI - Arithmetic Probe - Header</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="5c0875604f774c36a4f9b69c659d12a6" /></td> | ||
| <td>N/A</td> | ||
| <td>SSTI - Arithmetic Probe - Body</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="fae6fa37ae9249d58628e54b1a3e521e" /></td> | ||
| <td>N/A</td> | ||
| <td>PHP Wrapper Injection</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="9c02e585db34440da620eb668f76bd74" /></td> | ||
| <td>N/A</td> | ||
| <td>PHP Wrapper Injection</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="cb67fe56a84747b8b64277dc091e296d" /></td> | ||
| <td>N/A</td> | ||
| <td>HTTP parameter pollution</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Cloudflare Managed Ruleset</td> | ||
| <td><RuleID id="443b54d984944cd69043805ee34214ef" /></td> | ||
| <td>N/A</td> | ||
| <td>Prototype Pollution - Common Payloads - Beta</td> | ||
| <td>N/A</td> | ||
| <td>Disabled</td> | ||
| <td>This is a New Detection</td> | ||
| </tr> | ||
| </tbody> | ||
| </table> | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.