Skip to content

Commit a83841b

Browse files
vs-mgRebeccaTamachiro
authored andcommitted
Release-Apr-14-2025 (#21685)
1 parent af78c48 commit a83841b

File tree

3 files changed

+102
-7
lines changed

3 files changed

+102
-7
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: "2025-04-14"
3+
type: table
4+
pcx_content_type: release-notes
5+
sidebar:
6+
order: 793
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="9209bb65527f4c088bca5ffad6b2d36c" />
29+
</td>
30+
<td>100739A</td>
31+
<td>Next.js - Auth Bypass - CVE:CVE-2025-29927 - 2</td>
32+
<td>Log</td>
33+
<td>Disabled</td>
34+
<td>This is a New Detection</td>
35+
</tr>
36+
</tbody>
37+
</table>

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

Lines changed: 60 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,69 @@ import { RSSButton, RuleID } from "~/components";
2525
</thead>
2626
<tbody>
2727
<tr>
28-
<td>2025-04-01</td>
29-
<td>2025-04-07</td>
28+
<td>2025-04-14</td>
29+
<td>2025-04-21</td>
3030
<td>Log</td>
31-
<td>100739A</td>
31+
<td>100738</td>
3232
<td>
33-
<RuleID id="9209bb65527f4c088bca5ffad6b2d36c" />
33+
<RuleID id="faa032d9825e4844a1188f3ba5be3327" />
3434
</td>
35-
<td>Next.js - Auth Bypass - CVE:CVE-2025-29927 - 2</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>
3691
<td>This is a New Detection</td>
3792
</tr>
3893
</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-04-02"
9-
scheduled_date: "2025-04-07"
8+
- publish_date: "2025-04-14"
9+
scheduled_date: "2025-04-21"
1010
individual_page: true
1111
scheduled: true
1212
link: "/waf/change-log/scheduled-changes/"
13+
- publish_date: "2025-04-14"
14+
individual_page: true
15+
link: "/waf/change-log/2025-04-14/"
1316
- publish_date: "2025-04-02"
1417
individual_page: true
1518
link: "/waf/change-log/2025-04-02/"

0 commit comments

Comments
 (0)