Skip to content

Commit 540b440

Browse files
committed
Release-Sep-29-2025
1 parent 7108283 commit 540b440

File tree

2 files changed

+125
-25
lines changed

2 files changed

+125
-25
lines changed
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
---
2+
title: "WAF Release - 2025-09-29"
3+
description: Cloudflare WAF managed rulesets 2025-09-29 release
4+
date: 2025-09-29
5+
---
6+
7+
import { RuleID } from "~/components";
8+
9+
This week emphasizes two critical vendor-specific vulnerabilities: a full elevation-of-privilege in Microsoft Azure Networking (CVE-2025-54914) and a server-side template injection (SSTI) leading to remote code execution (RCE) in Skyvern (CVE-2025-49619). These are complemented by enhancements in generic detections (SQLi, SSRF) to improve baseline coverage.
10+
11+
**Key Findings**
12+
13+
14+
* Azure (CVE-2025-54914): Vulnerability in Azure Networking allowing elevation of privileges.
15+
16+
* Skyvern (CVE-2025-49619): Skyvern ≤ 0.1.85 has a server-side template injection (SSTI) vulnerability in its Prompt field (workflow blocks) via Jinja2. Authenticated users with low privileges can get remote code execution (blind).
17+
18+
* Generic SQLi / SSRF improvements: Expanded rule coverage to detect obfuscated SQL injection patterns and SSRF across host, local, and cloud contexts.
19+
20+
**Impact**
21+
22+
These vulnerabilities allow attackers to escalate privileges or execute code under conditions where previously they could not:
23+
24+
* Azure CVE-2025-54914 enables an attacker from the network with no credentials to gain high-level access within Azure Networking; could lead to full compromise of networking components.
25+
26+
* Skyvern CVE-2025-49619 allows authenticated users with minimal privilege to exploit SSTI for remote code execution, undermining isolation of workflow components.
27+
28+
* The improvements for SQLi and SSRF reduce risk from common injection and request-based attacks.
29+
30+
31+
<table style="width: 100%">
32+
<thead>
33+
<tr>
34+
<th>Ruleset</th>
35+
<th>Rule ID</th>
36+
<th>Legacy Rule ID</th>
37+
<th>Description</th>
38+
<th>Previous Action</th>
39+
<th>New Action</th>
40+
<th>Comments</th>
41+
</tr>
42+
</thead>
43+
<tbody>
44+
<tr>
45+
<td>Cloudflare Managed Ruleset</td>
46+
<td>
47+
<RuleID id="6fe90532af50427484a5275c8c2e30fb" />
48+
</td>
49+
<td>100717</td>
50+
<td>SimpleHelp - Auth Bypass - CVE:CVE-2024-57727</td>
51+
<td>Log</td>
52+
<td>Block</td>
53+
<td>This rule is merged to 100717 in legacy WAF and <RuleID id="498fcd81a62a4b5ca943e2de958094d3" /> in new WAF</td>
54+
</tr>
55+
<tr>
56+
<td>Cloudflare Managed Ruleset</td>
57+
<td>
58+
<RuleID id="013ef5de3f074fd5a43cdd70d58b886b" />
59+
</td>
60+
<td>100775</td>
61+
<td>Flowise Cloud - Information Disclosure - CVE:CVE-2025-58434</td>
62+
<td>Log</td>
63+
<td>Block</td>
64+
<td>This is a New Detection</td>
65+
</tr>
66+
<tr>
67+
<td>Cloudflare Managed Ruleset</td>
68+
<td>
69+
<RuleID id="68fc5c086ccb4b40a35a63b19bce1ff4" />
70+
</td>
71+
<td>100881</td>
72+
<td>WordPress:Plugin:Ditty - SSRF - CVE:CVE-2025-8085</td>
73+
<td>Log</td>
74+
<td>Block</td>
75+
<td>This is a New Detection</td>
76+
</tr>
77+
<tr>
78+
<td>Cloudflare Managed Ruleset</td>
79+
<td>
80+
<RuleID id="9e1a56e6b3bc49b187bf6e35ddc329dd" />
81+
</td>
82+
<td>100887</td>
83+
<td>Vite - Directory Traversal - CVE:CVE-2025-30208</td>
84+
<td>Log</td>
85+
<td>Block</td>
86+
<td>This is a New Detection</td>
87+
</tr>
88+
</tbody>
89+
</table>
Lines changed: 36 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: WAF Release - Scheduled changes for 2025-09-29
3-
description: WAF managed ruleset changes scheduled for 2025-09-29
4-
date: 2025-09-22
2+
title: WAF Release - Scheduled changes for 2025-10-06
3+
description: WAF managed ruleset changes scheduled for 2025-10-06
4+
date: 2025-09-29
55
scheduled: true
66
---
77

@@ -21,48 +21,59 @@ import { RuleID } from "~/components";
2121
</thead>
2222
<tbody>
2323
<tr>
24-
<td>2025-09-22</td>
2524
<td>2025-09-29</td>
25+
<td>2025-10-06</td>
2626
<td>Log</td>
27-
<td>100717</td>
27+
<td>100882</td>
2828
<td>
29-
<RuleID id="6fe90532af50427484a5275c8c2e30fb" />
29+
<RuleID id="0c9bf31ab6fa41fc8f12daaf8650f52f" />
3030
</td>
31-
<td>SimpleHelp - Auth Bypass - CVE:CVE-2024-57727 - Beta</td>
32-
<td>This rule will be merged to <RuleID id="498fcd81a62a4b5ca943e2de958094d3" /></td>
31+
<td>Chaos Mesh - Missing Authentication - CVE:CVE-2025-59358</td>
32+
<td>This is a New Detection</td>
3333
</tr>
34-
<tr>
35-
<td>2025-09-22</td>
34+
<tr>
3635
<td>2025-09-29</td>
36+
<td>2025-10-06</td>
3737
<td>Log</td>
38-
<td>100775</td>
38+
<td>100883</td>
3939
<td>
40-
<RuleID id="013ef5de3f074fd5a43cdd70d58b886b" />
40+
<RuleID id="5d459ed434ed446c9580c73c2b8c3680" />
4141
</td>
42-
<td>Flowise Cloud - Information Disclosure - CVE:CVE-2025-58434</td>
42+
<td>Chaos Mesh - Command Injection - CVE:CVE-2025-59359</td>
4343
<td>This is a New Detection</td>
44-
</tr>
44+
</tr>
4545
<tr>
46-
<td>2025-09-22</td>
4746
<td>2025-09-29</td>
47+
<td>2025-10-06</td>
4848
<td>Log</td>
49-
<td>100881</td>
49+
<td>100884</td>
5050
<td>
51-
<RuleID id="68fc5c086ccb4b40a35a63b19bce1ff4" />
51+
<RuleID id="a2591ba5befa4815a6861aefef859a04" />
5252
</td>
53-
<td>WordPress:Plugin:Ditty - SSRF - CVE:CVE-2025-8085</td>
53+
<td>Chaos Mesh - Command Injection - CVE:CVE-2025-59361</td>
5454
<td>This is a New Detection</td>
55-
</tr>
56-
<tr>
57-
<td>2025-09-22</td>
55+
</tr>
56+
<tr>
5857
<td>2025-09-29</td>
58+
<td>2025-10-06</td>
5959
<td>Log</td>
60-
<td>100887</td>
60+
<td>100886</td>
6161
<td>
62-
<RuleID id="9e1a56e6b3bc49b187bf6e35ddc329dd" />
62+
<RuleID id="05eea4fabf6f4cf3aac1094b961f26a7" />
6363
</td>
64-
<td>Vite - Directory Traversal - CVE:CVE-2025-30208</td>
64+
<td>Form-Data - Parameter Pollution - CVE:CVE-2025-7783</td>
6565
<td>This is a New Detection</td>
66-
</tr>
66+
</tr>
67+
<tr>
68+
<td>2025-09-29</td>
69+
<td>2025-10-06</td>
70+
<td>Log</td>
71+
<td>100888</td>
72+
<td>
73+
<RuleID id="90514c7810694b188f56979826a4074c" />
74+
</td>
75+
<td>Chaos Mesh - Command Injection - CVE:CVE-2025-59360</td>
76+
<td>This is a New Detection</td>
77+
</tr>
6778
</tbody>
6879
</table>

0 commit comments

Comments
 (0)