Skip to content

Commit c8d9cbe

Browse files
authored
Release-Apr-22-2025 (#21899)
1 parent f92a06c commit c8d9cbe

File tree

3 files changed

+102
-64
lines changed

3 files changed

+102
-64
lines changed
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
---
2+
title: "2025-04-22"
3+
type: table
4+
pcx_content_type: release-notes
5+
sidebar:
6+
order: 792
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="faa032d9825e4844a1188f3ba5be3327" />
29+
</td>
30+
<td>100738</td>
31+
<td>GitLab - Auth Bypass - CVE:CVE-2023-7028</td>
32+
<td>Log</td>
33+
<td>Disabled</td>
34+
<td>This is a New Detection</td>
35+
</tr>
36+
<tr>
37+
<td>Cloudflare Managed Ruleset</td>
38+
<td>
39+
<RuleID id="2e96b6d5cdd94f7782b90e266c9531fa" />
40+
</td>
41+
<td>100740</td>
42+
<td>Splunk Enterprise - Remote Code Execution - CVE:CVE-2025-20229</td>
43+
<td>Log</td>
44+
<td>Disabled</td>
45+
<td>This is a New Detection</td>
46+
</tr>
47+
<tr>
48+
<td>Cloudflare Managed Ruleset</td>
49+
<td>
50+
<RuleID id="5c9c095bc1e5411195edb893f40bbc2b" />
51+
</td>
52+
<td>100741</td>
53+
<td>Oracle PeopleSoft - Remote Code Execution - CVE:CVE-2023-22047</td>
54+
<td>Log</td>
55+
<td>Disabled</td>
56+
<td>This is a New Detection</td>
57+
</tr>
58+
<tr>
59+
<td>Cloudflare Managed Ruleset</td>
60+
<td>
61+
<RuleID id="1d7a3932296c42fd827055335462167c" />
62+
</td>
63+
<td>100742</td>
64+
<td>CrushFTP - Auth Bypass - CVE:CVE-2025-31161</td>
65+
<td>Log</td>
66+
<td>Disabled</td>
67+
<td>This is a New Detection</td>
68+
</tr>
69+
<tr>
70+
<td>Cloudflare Managed Ruleset</td>
71+
<td>
72+
<RuleID id="5eb7ed601e6844828b9bdb05caa7b208" />
73+
</td>
74+
<td>100743</td>
75+
<td>Ivanti - Buffer Error - CVE:CVE-2025-22457</td>
76+
<td>Log</td>
77+
<td>Disabled</td>
78+
<td>This is a New Detection</td>
79+
</tr>
80+
<tr>
81+
<td>Cloudflare Managed Ruleset</td>
82+
<td>
83+
<RuleID id="410317f1e32b41859fa3214dd52139a8" />
84+
</td>
85+
<td>100744</td>
86+
<td>Oracle Access Manager - Remote Code Execution - CVE:CVE-2021-35587</td>
87+
<td>Log</td>
88+
<td>Disabled</td>
89+
<td>This is a New Detection</td>
90+
</tr>
91+
</tbody>
92+
</table>

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

Lines changed: 7 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -25,70 +25,13 @@ import { RSSButton, RuleID } from "~/components";
2525
</thead>
2626
<tbody>
2727
<tr>
28-
<td>2025-04-14</td>
29-
<td>2025-04-21</td>
30-
<td>Log</td>
31-
<td>100738</td>
32-
<td>
33-
<RuleID id="faa032d9825e4844a1188f3ba5be3327" />
34-
</td>
35-
<td>GitLab - Auth Bypass - CVE:CVE-2023-7028</td>
36-
<td>This is a New Detection</td>
37-
</tr>
38-
<tr>
39-
<td>2025-04-14</td>
40-
<td>2025-04-21</td>
41-
<td>Log</td>
42-
<td>100740</td>
43-
<td>
44-
<RuleID id="2e96b6d5cdd94f7782b90e266c9531fa" />
45-
</td>
46-
<td>Splunk Enterprise - Remote Code Execution - CVE:CVE-2025-20229</td>
47-
<td>This is a New Detection</td>
48-
</tr>
49-
<tr>
50-
<td>2025-04-14</td>
51-
<td>2025-04-21</td>
52-
<td>Log</td>
53-
<td>100741</td>
54-
<td>
55-
<RuleID id="5c9c095bc1e5411195edb893f40bbc2b" />
56-
</td>
57-
<td>Oracle PeopleSoft - Remote Code Execution - CVE:CVE-2023-22047</td>
58-
<td>This is a New Detection</td>
59-
</tr>
60-
<tr>
61-
<td>2025-04-14</td>
62-
<td>2025-04-21</td>
63-
<td>Log</td>
64-
<td>100742</td>
65-
<td>
66-
<RuleID id="1d7a3932296c42fd827055335462167c" />
67-
</td>
68-
<td>CrushFTP - Auth Bypass - CVE:CVE-2025-31161</td>
69-
<td>This is a New Detection</td>
70-
</tr>
71-
<tr>
72-
<td>2025-04-14</td>
73-
<td>2025-04-21</td>
74-
<td>Log</td>
75-
<td>100743</td>
76-
<td>
77-
<RuleID id="5eb7ed601e6844828b9bdb05caa7b208" />
78-
</td>
79-
<td>Ivanti - Buffer Error - CVE:CVE-2025-22457</td>
80-
<td>This is a New Detection</td>
81-
</tr>
82-
<tr>
83-
<td>2025-04-14</td>
84-
<td>2025-04-21</td>
85-
<td>Log</td>
86-
<td>100744</td>
87-
<td>
88-
<RuleID id="410317f1e32b41859fa3214dd52139a8" />
89-
</td>
90-
<td>Oracle Access Manager - Remote Code Execution - CVE:CVE-2021-35587</td>
91-
<td>This is a New Detection</td>
28+
<td>N/A</td>
29+
<td>N/A</td>
30+
<td>N/A</td>
31+
<td>N/A</td>
32+
<td>N/A</td>
33+
<td>N/A</td>
34+
<td>N/A</td>
9235
</tr>
9336
</tbody>
9437
</table>

src/content/release-notes/waf.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ entries:
1010
individual_page: true
1111
scheduled: true
1212
link: "/waf/change-log/scheduled-changes/"
13+
- publish_date: "2025-04-22"
14+
individual_page: true
15+
link: "/waf/change-log/2025-04-22/"
1316
- publish_date: "2025-04-14"
1417
individual_page: true
1518
link: "/waf/change-log/2025-04-14/"

0 commit comments

Comments
 (0)