Skip to content

Commit 807955c

Browse files
authored
Release-Aug-25-2025 (#24672)
1 parent 197fc07 commit 807955c

File tree

2 files changed

+77
-29
lines changed

2 files changed

+77
-29
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: "WAF Release - 2025-08-25"
3+
description: Cloudflare WAF managed rulesets 2025-08-25 release
4+
date: 2025-08-25
5+
---
6+
7+
import { RuleID } from "~/components";
8+
9+
**This week's update**
10+
11+
This week, critical vulnerabilities were disclosed that impact widely used open-source infrastructure, creating high-risk scenarios for code execution and operational disruption.
12+
13+
**Key Findings**
14+
15+
- Apache HTTP Server – Code Execution (CVE-2024-38474): A flaw in Apache HTTP Server allows attackers to achieve remote code execution, enabling full compromise of affected servers. This vulnerability threatens the confidentiality, integrity, and availability of critical web services.
16+
17+
- Laravel (CVE-2024-55661): A security flaw in Laravel introduces the potential for remote code execution under specific conditions. Exploitation could provide attackers with unauthorized access to application logic and sensitive backend data.
18+
19+
**Impact**
20+
21+
These vulnerabilities pose severe risks to enterprise environments and open-source ecosystems. Remote code execution enables attackers to gain deep system access, steal data, disrupt services, and establish persistent footholds for broader intrusions. Given the widespread deployment of Apache HTTP Server and Laravel in production systems, timely patching and mitigation are critical.
22+
23+
<table style="width: 100%">
24+
<thead>
25+
<tr>
26+
<th>Ruleset</th>
27+
<th>Rule ID</th>
28+
<th>Legacy Rule ID</th>
29+
<th>Description</th>
30+
<th>Previous Action</th>
31+
<th>New Action</th>
32+
<th>Comments</th>
33+
</tr>
34+
</thead>
35+
<tbody>
36+
<tr>
37+
<td>Cloudflare Managed Ruleset</td>
38+
<td>
39+
<RuleID id="9b5c5e13d2ca4253a89769f2194f7b2d" />
40+
</td>
41+
<td>100822</td>
42+
<td>WordPress:Plugin:WPBookit - Remote Code Execution - CVE:CVE-2025-6058</td>
43+
<td>N/A</td>
44+
<td>Disabled</td>
45+
<td>This was released as 100822_BETA in old WAF and ...28050359 in new WAF</td>
46+
</tr>
47+
<tr>
48+
<td>Cloudflare Managed Ruleset</td>
49+
<td>
50+
<RuleID id="456b1e8f827b4ed89fb4a54b3bdcdbad" />
51+
</td>
52+
<td>100831</td>
53+
<td>Apache HTTP Server - Code Execution - CVE:CVE-2024-38474</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="7dcc01e1dd074e42a26c8ca002eaac5b" />
62+
</td>
63+
<td>100846</td>
64+
<td>Laravel - Remote Code Execution - CVE:CVE-2024-55661</td>
65+
<td>Log</td>
66+
<td>Disabled</td>
67+
<td>This is a New Detection</td>
68+
</tr>
69+
</tbody>
70+
</table>

src/content/changelog/waf/scheduled-waf-release.mdx

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: WAF Release - Scheduled changes for 2025-08-25
3-
description: WAF managed ruleset changes scheduled for 2025-08-25
4-
date: 2025-08-18
2+
title: WAF Release - Scheduled changes for 2025-09-01
3+
description: WAF managed ruleset changes scheduled for 2025-09-01
4+
date: 2025-08-25
55
scheduled: true
66
---
77

@@ -21,36 +21,14 @@ import { RuleID } from "~/components";
2121
</thead>
2222
<tbody>
2323
<tr>
24-
<td>2025-08-18</td>
2524
<td>2025-08-25</td>
25+
<td>2025-09-01</td>
2626
<td>Log</td>
27-
<td>100822_BETA</td>
27+
<td>1008586</td>
2828
<td>
29-
<RuleID id="c550282a0f7343ca887bdab528050359" />
29+
<RuleID id="636b145a49a84946b990d4fac49b7cf8" />
3030
</td>
31-
<td>WordPress:Plugin:WPBookit - Remote Code Execution - CVE:CVE-2025-6058</td>
32-
<td>This detection will be merged into 100822</td>
33-
</tr>
34-
<tr>
35-
<td>2025-08-18</td>
36-
<td>2025-08-25</td>
37-
<td>Log</td>
38-
<td>100831</td>
39-
<td>
40-
<RuleID id="456b1e8f827b4ed89fb4a54b3bdcdbad" />
41-
</td>
42-
<td>Apache HTTP Server - Code Execution - CVE:CVE-2024-38474</td>
43-
<td>This is a New Detection</td>
44-
</tr>
45-
<tr>
46-
<td>2025-08-18</td>
47-
<td>2025-08-25</td>
48-
<td>Log</td>
49-
<td>100846</td>
50-
<td>
51-
<RuleID id="7dcc01e1dd074e42a26c8ca002eaac5b" />
52-
</td>
53-
<td>Laravel - Remote Code Execution - CVE:CVE-2024-55661</td>
31+
<td>Fortinet FortiWeb - Auth Bypass - CVE:CVE-2025-52970</td>
5432
<td>This is a New Detection</td>
5533
</tr>
5634
</tbody>

0 commit comments

Comments
 (0)