Skip to content

Commit 0b53b21

Browse files
authored
Release-May-5-2025 (#22215)
1 parent 2d696ec commit 0b53b21

File tree

3 files changed

+91
-53
lines changed

3 files changed

+91
-53
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
title: "2025-05-05"
3+
type: table
4+
pcx_content_type: release-notes
5+
sidebar:
6+
order: 790
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="921660147baa48eaa9151077d0b7a392" />
29+
</td>
30+
<td>100724</td>
31+
<td>GFI KerioControl - Remote Code Execution - CVE:CVE-2024-52875</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="a3900934273b4a488111f810717a9e42" />
40+
</td>
41+
<td>100748</td>
42+
<td>XWiki - Remote Code Execution - CVE:CVE-2025-24893</td>
43+
<td>Log</td>
44+
<td>Block</td>
45+
<td>This is a New Detection</td>
46+
</tr>
47+
<tr>
48+
<td>Cloudflare Managed Ruleset</td>
49+
<td>
50+
<RuleID id="616ad0e03892473191ca1df4e9cf745d" />
51+
</td>
52+
<td>100750</td>
53+
<td>SonicWall SMA - Dangerous File Upload - CVE:CVE-2021-20040, CVE:CVE-2021-20041, CVE:CVE-2021-20042</td>
54+
<td>Log</td>
55+
<td>Block</td>
56+
<td>This is a New Detection</td>
57+
</tr>
58+
<tr>
59+
<td>Cloudflare Managed Ruleset</td>
60+
<td>
61+
<RuleID id="1a11fbe84b49451193ee1ee6d29da333" />
62+
</td>
63+
<td>100751</td>
64+
<td>Langflow - Remote Code Execution - CVE:CVE-2025-3248</td>
65+
<td>Log</td>
66+
<td>Block</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>100752</td>
75+
<td>MinIO - Auth Bypass - CVE:CVE-2025-31489</td>
76+
<td>Log</td>
77+
<td>Block</td>
78+
<td>This is a New Detection</td>
79+
</tr>
80+
</tbody>
81+
</table>

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

+7-53
Original file line numberDiff line numberDiff line change
@@ -25,59 +25,13 @@ import { RSSButton, RuleID } from "~/components";
2525
</thead>
2626
<tbody>
2727
<tr>
28-
<td>2025-04-29</td>
29-
<td>2025-05-05</td>
30-
<td>Log</td>
31-
<td>100724</td>
32-
<td>
33-
<RuleID id="921660147baa48eaa9151077d0b7a392" />
34-
</td>
35-
<td>GFI KerioControl - Remote Code Execution - CVE:CVE-2024-52875</td>
36-
<td>This is a New Detection</td>
37-
</tr>
38-
<tr>
39-
<td>2025-04-29</td>
40-
<td>2025-05-05</td>
41-
<td>Log</td>
42-
<td>100748</td>
43-
<td>
44-
<RuleID id="a3900934273b4a488111f810717a9e42" />
45-
</td>
46-
<td>XWiki - Remote Code Execution - CVE:CVE-2025-24893</td>
47-
<td>This is a New Detection</td>
48-
</tr>
49-
<tr>
50-
<td>2025-04-29</td>
51-
<td>2025-05-05</td>
52-
<td>Log</td>
53-
<td>100750</td>
54-
<td>
55-
<RuleID id="616ad0e03892473191ca1df4e9cf745d" />
56-
</td>
57-
<td>SonicWall SMA - Dangerous File Upload - CVE:CVE-2021-20040, CVE:CVE-2021-20041, CVE:CVE-2021-20042</td>
58-
<td>This is a New Detection</td>
59-
</tr>
60-
<tr>
61-
<td>2025-04-29</td>
62-
<td>2025-05-05</td>
63-
<td>Log</td>
64-
<td>100751</td>
65-
<td>
66-
<RuleID id="1a11fbe84b49451193ee1ee6d29da333" />
67-
</td>
68-
<td>Langflow - Remote Code Execution - CVE:CVE-2025-3248</td>
69-
<td>This is a New Detection</td>
70-
</tr>
71-
<tr>
72-
<td>2025-04-29</td>
73-
<td>2025-05-05</td>
74-
<td>Log</td>
75-
<td>100752</td>
76-
<td>
77-
<RuleID id="8d25e852197548ef877774d2551c0c72" />
78-
</td>
79-
<td>MinIO - Auth Bypass - CVE:CVE-2025-31489</td>
80-
<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>
8135
</tr>
8236
</tbody>
8337
</table>

src/content/release-notes/waf.yaml

+3
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-05-05"
14+
individual_page: true
15+
link: "/waf/change-log/2025-05-05/"
1316
- publish_date: "2025-04-26"
1417
individual_page: true
1518
link: "/waf/change-log/2025-04-26-emergency/"

0 commit comments

Comments
 (0)