Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions src/content/docs/waf/change-log/2025-03-10.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
title: "2025-03-10"
type: table
pcx_content_type: release-notes
sidebar:
order: 799
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 Ruleset</td>
<td>
<RuleID id="d4f68c1c65c448e58fe4830eb2a51e3d" />
</td>
<td>100722</td>
<td>Ivanti - Information Disclosure - CVE:CVE-2025-0282</td>
<td>Log</td>
<td>Block</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>Cloudflare Managed Ruleset</td>
<td>
<RuleID id="fda130e396224ffc9f0a9e72259073d5" />
</td>
<td>100723</td>
<td>Cisco IOS XE - Information Disclosure - CVE:CVE-2023-20198</td>
<td>Log</td>
<td>Block</td>
<td></td>
</tr>
</tbody>
</table>
60 changes: 52 additions & 8 deletions src/content/docs/waf/change-log/scheduled-changes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,69 @@ import { RuleID } from "~/components";
</thead>
<tbody>
<tr>
<td>2025-03-03</td>
<td>2025-03-10</td>
<td>2025-03-17</td>
<td>Log</td>
<td>100722</td>
<td>100725</td>
<td>
<RuleID id="d4f68c1c65c448e58fe4830eb2a51e3d" />
<RuleID id="28b2a12993a04e62a98abcd9e59ec18a" />
</td>
<td>Ivanti - Information Disclosure - CVE:CVE-2025-0282</td>
<td>Fortinet FortiManager - Remote Code Execution - CVE:CVE-2023-42791, CVE:CVE-2024-23666</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>2025-03-03</td>
<td>2025-03-10</td>
<td>2025-03-17</td>
<td>Log</td>
<td>100723</td>
<td>100726</td>
<td>
<RuleID id="fda130e396224ffc9f0a9e72259073d5" />
<RuleID id="f253d755910e4998bd90365d1dbf58df" />
</td>
<td>Cisco IOS XE - Information Disclosure - CVE:CVE-2023-20198</td>
<td>Ivanti - Remote Code Execution - CVE:CVE-2024-8190</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>2025-03-10</td>
<td>2025-03-17</td>
<td>Log</td>
<td>100727</td>
<td>
<RuleID id="19ae0094a8d845a1bb1997af0ad61fa7" />
</td>
<td>Cisco IOS XE - Remote Code Execution - CVE:CVE-2023-20198</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>2025-03-10</td>
<td>2025-03-17</td>
<td>Log</td>
<td>100728</td>
<td>
<RuleID id="83a677f082264693ad64a2827ee56b66" />
</td>
<td>Sitecore - Remote Code Execution - CVE:CVE-2024-46938</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>2025-03-10</td>
<td>2025-03-17</td>
<td>Log</td>
<td>100729</td>
<td>
<RuleID id="166b7ce85ce443538f021228a6752a38" />
</td>
<td>Microsoft SharePoint - Remote Code Execution - CVE:CVE-2023-33160</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>2025-03-10</td>
<td>2025-03-17</td>
<td>Log</td>
<td>100730</td>
<td>
<RuleID id="35fe23e7bd324d00816c82d098d47b69" />
</td>
<td>Pentaho - Template Injection - CVE:CVE-2022-43769, CVE:CVE-2022-43939</td>
<td>This is a New Detection</td>
</tr>
</tbody>
Expand Down
7 changes: 5 additions & 2 deletions src/content/release-notes/waf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ productLink: "/waf/"
productArea: Application security
productAreaLink: /fundamentals/reference/changelog/security/
entries:
- publish_date: "2025-03-03"
scheduled_date: "2025-03-10"
- publish_date: "2025-03-10"
scheduled_date: "2025-03-17"
individual_page: true
scheduled: true
link: "/waf/change-log/scheduled-changes/"
- publish_date: "2025-03-10"
individual_page: true
link: "/waf/change-log/2025-03-10/"
- publish_date: "2025-03-03"
individual_page: true
link: "/waf/change-log/2025-03-03/"
Expand Down
Loading