Skip to content

Commit c23224b

Browse files
authored
Release-Mar-03-2025 (#20495)
1 parent d614346 commit c23224b

File tree

3 files changed

+68
-6
lines changed

3 files changed

+68
-6
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: "2025-03-03"
3+
type: table
4+
pcx_content_type: release-notes
5+
sidebar:
6+
order: 800
7+
tableOfContents: false
8+
---
9+
10+
import { RuleID } from "~/components";
11+
12+
<table style="width: 100%">
13+
<thead>
14+
<tr>
15+
<th>Ruleset</th>
16+
<th>Rule ID</th>
17+
<th>Legacy Rule ID</th>
18+
<th>Description</th>
19+
<th>Previous Action</th>
20+
<th>New Action</th>
21+
<th>Comments</th>
22+
</tr>
23+
</thead>
24+
<tbody>
25+
<tr>
26+
<td>Cloudflare Managed Ruleset</td>
27+
<td>
28+
<RuleID id="90356ececae3444b9accb3d393e63099" />
29+
</td>
30+
<td>100721</td>
31+
<td>Ivanti - Remote Code Execution - CVE:CVE-2024-13159, CVE:CVE-2024-13160, CVE:CVE-2024-13161</td>
32+
<td>Log</td>
33+
<td>Block</td>
34+
<td>This is a New Detection</td>
35+
</tr>
36+
<tr>
37+
<td>Cloudflare Managed Ruleset</td>
38+
<td>
39+
<RuleID id="6cf09ce2fa73482abb7f677ecac42ce2" />
40+
</td>
41+
<td>100596</td>
42+
<td>Citrix Content Collaboration ShareFile - Remote Code Execution - CVE:CVE-2023-24489</td>
43+
<td>N/A</td>
44+
<td>Block</td>
45+
<td></td>
46+
</tr>
47+
</tbody>
48+
</table>

src/content/docs/waf/change-log/scheduled-changes.mdx

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,25 @@ import { RuleID } from "~/components";
2323
</thead>
2424
<tbody>
2525
<tr>
26-
<td>2025-02-24</td>
2726
<td>2025-03-03</td>
27+
<td>2025-03-10</td>
2828
<td>Log</td>
29-
<td>100721</td>
29+
<td>100722</td>
3030
<td>
31-
<RuleID id="90356ececae3444b9accb3d393e63099" />
31+
<RuleID id="d4f68c1c65c448e58fe4830eb2a51e3d" />
3232
</td>
33-
<td>Ivanti - Remote Code Execution - CVE:CVE-2024-13159</td>
33+
<td>Ivanti - Information Disclosure - CVE:CVE-2025-0282</td>
34+
<td>This is a New Detection</td>
35+
</tr>
36+
<tr>
37+
<td>2025-03-03</td>
38+
<td>2025-03-10</td>
39+
<td>Log</td>
40+
<td>100723</td>
41+
<td>
42+
<RuleID id="fda130e396224ffc9f0a9e72259073d5" />
43+
</td>
44+
<td>Cisco IOS XE - Information Disclosure - CVE:CVE-2023-20198</td>
3445
<td>This is a New Detection</td>
3546
</tr>
3647
</tbody>

src/content/release-notes/waf.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ productLink: "/waf/"
55
productArea: Application security
66
productAreaLink: /fundamentals/reference/changelog/security/
77
entries:
8-
- publish_date: "2025-02-24"
9-
scheduled_date: "2025-03-03"
8+
- publish_date: "2025-03-03"
9+
scheduled_date: "2025-03-10"
1010
individual_page: true
1111
scheduled: true
1212
link: "/waf/change-log/scheduled-changes/"
13+
- publish_date: "2025-03-03"
14+
individual_page: true
15+
link: "/waf/change-log/2025-03-03/"
1316
- publish_date: "2025-02-24"
1417
individual_page: true
1518
link: "/waf/change-log/2025-02-24/"

0 commit comments

Comments
 (0)