Skip to content

Commit 6f64ffe

Browse files
committed
WAFMR Release July 28th - 2025
1 parent 2bbe32b commit 6f64ffe

File tree

2 files changed

+167
-56
lines changed

2 files changed

+167
-56
lines changed
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
---
2+
title: "WAF Release - 2025-07-28"
3+
description: Cloudflare WAF managed rulesets 2025-07-28 release
4+
date: 2025-07-28
5+
---
6+
7+
import { RuleID } from "~/components";
8+
9+
This week’s update spotlights several vulnerabilities across Apache Tomcat, MongoDB,Fortinet FortiWeb . Several flaws related with a memory leak in Apache Tomcat can lead to a denial-of-service attack. Additionally, a code injection flaw in MongoDB's Mongoose library allows attackers to bypass security controls to access restricted data.
10+
11+
12+
**Key Findings**
13+
14+
- Fortinet FortiWeb (CVE-2025-25257): An improper neutralization of special elements used in an SQL command vulnerability in Fortinet FortiWeb versions allows an unauthenticated attacker to execute unauthorized SQL code or commands.
15+
16+
- Apache Tomcat (CVE-2025-31650): A improper Input Validation vulnerability in Apache Tomcat that could create memory leak when incorrect error handling for some invalid HTTP priority headers resulted in incomplete clean-up of the failed request.
17+
18+
- MongoDB (CVE-2024-53900, CVE:CVE-2025-23061): Improperly use $where in match and a nested $where filter with a populate() match in Mongoose that leads to search injection.
19+
20+
**Impact**
21+
22+
These vulnerabilities target user-facing components, web application servers, and back-end databases. A SQL injection flaw in Fortinet FortiWeb can lead to data theft or system compromise. A separate issue in Apache Tomcat involves a memory leak from improper input validation, which could be exploited for a denial-of-service (DoS) attack. Finally, a vulnerability in MongoDB's Mongoose library allows attackers to bypass security filters and access unauthorized data through malicious search queries.
23+
24+
<table style="width: 100%">
25+
<thead>
26+
<tr>
27+
<th>Ruleset</th>
28+
<th>Rule ID</th>
29+
<th>Legacy Rule ID</th>
30+
<th>Description</th>
31+
<th>Previous Action</th>
32+
<th>New Action</th>
33+
<th>Comments</th>
34+
</tr>
35+
</thead>
36+
<tbody>
37+
<tr>
38+
<td>Cloudflare Managed Ruleset</td>
39+
<td>
40+
<RuleID id="6ab3bd3b58fb4325ac2d3cc73461ec9e" />
41+
</td>
42+
<td>100804</td>
43+
<td>BerriAI - SSRF - CVE:CVE-2024-6587</td>
44+
<td>Log</td>
45+
<td>Disabled</td>
46+
<td>This is a New Detection</td>
47+
</tr>
48+
<tr>
49+
<td>Cloudflare Managed Ruleset</td>
50+
<td>
51+
<RuleID id="2e6c4d02f42a4c3ca90649d50cb13e1d" />
52+
</td>
53+
<td>100812</td>
54+
<td>Fortinet FortiWeb - Remote Code Execution - CVE:CVE-2025-25257</td>
55+
<td>Log</td>
56+
<td>Block</td>
57+
<td>This is a New Detection</td>
58+
</tr>
59+
<tr>
60+
<td>Cloudflare Managed Ruleset</td>
61+
<td>
62+
<RuleID id="fd360d8fd9994e6bab6fb06067fae7f7" />
63+
</td>
64+
<td>100813</td>
65+
<td>Apache Tomcat - DoS - CVE:CVE-2025-31650</td>
66+
<td>Log</td>
67+
<td>Disabled</td>
68+
<td>This is a New Detection</td>
69+
</tr>
70+
<tr>
71+
<td>Cloudflare Managed Ruleset</td>
72+
<td>
73+
<RuleID id="f9e01e28c5d6499cac66364b4b6a5bb1" />
74+
</td>
75+
<td>100815</td>
76+
<td>MongoDB - Remote Code Execution - CVE:CVE-2024-53900, CVE:CVE-2025-23061</td>
77+
<td>Log</td>
78+
<td>Block</td>
79+
<td>This is a New Detection</td>
80+
</tr>
81+
<tr>
82+
<td>Cloudflare Managed Ruleset</td>
83+
<td>
84+
<RuleID id="700d4fcc7b1f481a80cbeee5688f8e79" />
85+
</td>
86+
<td>100816</td>
87+
<td>MongoDB - Remote Code Execution - CVE:CVE-2024-53900, CVE:CVE-2025-23061</td>
88+
<td>Log</td>
89+
<td>Block</td>
90+
<td>This is a New Detection</td>
91+
</tr>
92+
</tbody>
93+
</table>
Lines changed: 74 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: WAF Release - Scheduled changes for 2025-07-28
3-
description: WAF managed ruleset changes scheduled for 2025-07-28
4-
date: 2025-07-21
3+
description: WAF managed ruleset changes scheduled for 2025-08-04
4+
date: 2025-07-28
55
scheduled: true
66
---
77

@@ -20,64 +20,82 @@ import { RuleID } from "~/components";
2020
</tr>
2121
</thead>
2222
<tbody>
23-
<tr>
24-
<td>2025-07-21</td>
23+
<tr>
2524
<td>2025-07-28</td>
25+
<td>2025-08-04</td>
2626
<td>Log</td>
27-
<td>100804</td>
27+
<td>100535, 100535A</td>
2828
<td>
29-
<RuleID id="6ab3bd3b58fb4325ac2d3cc73461ec9e" />
29+
<RuleID id="8b8074e73b7d4aba92fc68f3622f0483" />
3030
</td>
31-
<td>BerriAI - SSRF - CVE:CVE-2024-6587</td>
31+
<td>Sitecore - Code Injection - CVE:CVE-2025-27218</td>
3232
<td>This is a New Detection</td>
33-
</tr>
34-
<tr>
35-
<td>2025-07-21</td>
36-
<td>2025-07-28</td>
37-
<td>Log</td>
38-
<td>100812</td>
39-
<td>
40-
<RuleID id="2e6c4d02f42a4c3ca90649d50cb13e1d" />
41-
</td>
42-
<td>Fortinet FortiWeb - Remote Code Execution - CVE:CVE-2025-25257</td>
43-
<td>This is a New Detection</td>
44-
</tr>
45-
<tr>
46-
<td>2025-07-21</td>
47-
<td>2025-07-28</td>
48-
<td>Log</td>
49-
<td>100813</td>
50-
<td>
51-
<RuleID id="fd360d8fd9994e6bab6fb06067fae7f7" />
52-
</td>
53-
<td>Apache Tomcat - DoS - CVE:CVE-2025-31650</td>
54-
<td>This is a New Detection</td>
55-
</tr>
56-
<tr>
57-
<td>2025-07-21</td>
58-
<td>2025-07-28</td>
59-
<td>Log</td>
60-
<td>100815</td>
61-
<td>
62-
<RuleID id="f9e01e28c5d6499cac66364b4b6a5bb1" />
63-
</td>
64-
<td>
65-
MongoDB - Remote Code Execution - CVE:CVE-2024-53900, CVE:CVE-2025-23061
66-
</td>
67-
<td>This is a New Detection</td>
68-
</tr>
69-
<tr>
70-
<td>2025-07-21</td>
71-
<td>2025-07-28</td>
72-
<td>Log</td>
73-
<td>100816</td>
74-
<td>
75-
<RuleID id="700d4fcc7b1f481a80cbeee5688f8e79" />
76-
</td>
77-
<td>
78-
MongoDB - Remote Code Execution - CVE:CVE-2024-53900, CVE:CVE-2025-23061
79-
</td>
80-
<td>This is a New Detection</td>
81-
</tr>
33+
</tr>
34+
<tr>
35+
<td>2025-07-28</td>
36+
<td>2025-08-04</td>
37+
<td>Log</td>
38+
<td>100543</td>
39+
<td>
40+
<RuleID id="f71ce87ea6e54eab999223df579cd3e0" />
41+
</td>
42+
<td>Grafana - Directory Traversal - CVE:CVE-2025-4123</td>
43+
<td>This is a New Detection</td>
44+
</tr>
45+
<tr>
46+
<td>2025-07-28</td>
47+
<td>2025-08-04</td>
48+
<td>Log</td>
49+
<td>100545</td>
50+
<td>
51+
<RuleID id="bba3d37891a440fb8bc95b970cbd9abc" />
52+
</td>
53+
<td>Wordpress - Information Disclosure - CVE:CVE-2023-5561</td>
54+
<td>This is a New Detection</td>
55+
</tr>
56+
<tr>
57+
<td>2025-07-28</td>
58+
<td>2025-08-04</td>
59+
<td>Log</td>
60+
<td>100820</td>
61+
<td>
62+
<RuleID id="28108d25f1cf470c8e7648938f634977" />
63+
</td>
64+
<td>CentOS WebPanel - Remote Code Execution - CVE:CVE-2025-48703</td>
65+
<td>This is a New Detection</td>
66+
</tr>
67+
<tr>
68+
<td>2025-07-28</td>
69+
<td>2025-08-04</td>
70+
<td>Log</td>
71+
<td>100821</td>
72+
<td>
73+
<RuleID id="9d69c796a61444a3aca33dc282ae64c1" />
74+
</td>
75+
<td>LaRecipe - SSTI - CVE:CVE-2025-53833</td>
76+
<td>This is a New Detection</td>
77+
</tr>
78+
<tr>
79+
<td>2025-07-28</td>
80+
<td>2025-08-04</td>
81+
<td>Log</td>
82+
<td>100822</td>
83+
<td>
84+
<RuleID id="9b5c5e13d2ca4253a89769f2194f7b2d" />
85+
</td>
86+
<td>Wordpress:Plugin:WPBookit - Remote Code Execution - CVE:CVE-2025-6058</td>
87+
<td>This is a New Detection</td>
88+
</tr>
89+
<tr>
90+
<td>2025-07-28</td>
91+
<td>2025-08-04</td>
92+
<td>Log</td>
93+
<td>100823</td>
94+
<td>
95+
<RuleID id="69d43d704b0641898141a4300bf1b661" />
96+
</td>
97+
<td>Wordpress:Theme:Motors - Privilege Escalation - CVE:CVE-2025-4322</td>
98+
<td>This is a New Detection</td>
99+
</tr>
82100
</tbody>
83101
</table>

0 commit comments

Comments
 (0)