-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release-Jan-13-2025 * Change Cloudflare Specials to Cloudflare Managed Rulesets * Update src/content/docs/waf/change-log/scheduled-changes.mdx Co-authored-by: Pedro Sousa <[email protected]> --------- Co-authored-by: Pedro Sousa <[email protected]>
- Loading branch information
1 parent
b0ef2d8
commit 014d56d
Showing
3 changed files
with
96 additions
and
34 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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,81 @@ | ||
--- | ||
title: "2025-01-13" | ||
type: table | ||
pcx_content_type: changelog | ||
sidebar: | ||
order: 805 | ||
tableOfContents: false | ||
--- | ||
|
||
import { RuleID } from "~/components"; | ||
|
||
<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 Rulesets</td> | ||
<td> | ||
<RuleID id="6e0bfbe4b9c6454c8bd7bd24f49e5840" /> | ||
</td> | ||
<td>100704</td> | ||
<td>Cleo Harmony - Auth Bypass - CVE:CVE-2024-55956, CVE:CVE-2024-55953</td> | ||
<td>Log</td> | ||
<td>Block</td> | ||
<td>New Detection</td> | ||
</tr> | ||
<tr> | ||
<td>Cloudflare Managed Rulesets</td> | ||
<td> | ||
<RuleID id="c993997b7d904a9e89448fe6a6d43bc2" /> | ||
</td> | ||
<td>100705</td> | ||
<td>Sentry - SSRF</td> | ||
<td>Log</td> | ||
<td>Block</td> | ||
<td>New Detection</td> | ||
</tr> | ||
<tr> | ||
<td>Cloudflare Managed Rulesets</td> | ||
<td> | ||
<RuleID id="f40ce742be534ba19d610961ce6311bb" /> | ||
</td> | ||
<td>100706</td> | ||
<td>Apache Struts - Remote Code Execution - CVE:CVE-2024-53677</td> | ||
<td>Log</td> | ||
<td>Block</td> | ||
<td>New Detection</td> | ||
</tr> | ||
<tr> | ||
<td>Cloudflare Managed Rulesets</td> | ||
<td> | ||
<RuleID id="67ac639a845c482d948b465b2233da1f" /> | ||
</td> | ||
<td>100707</td> | ||
<td>FortiWLM - Remote Code Execution - CVE:CVE-2023-48782, CVE:CVE-2023-34993, CVE:CVE-2023-34990</td> | ||
<td>Log</td> | ||
<td>Block</td> | ||
<td>New Detection</td> | ||
</tr> | ||
<tr> | ||
<td>Cloudflare Managed Rulesets</td> | ||
<td> | ||
<RuleID id="870cca2b874d41738019d4c3e31d972a" /> | ||
</td> | ||
<td>100007C_BETA</td> | ||
<td>Command Injection - Common Attack Commands</td> | ||
<td></td> | ||
<td>Disabled</td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> |
This file contains 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