Skip to content

Commit a7466b7

Browse files
vs-mgnevikashah
authored andcommitted
Release aug 29 2025 (#24806)
* Emergency Aug 29 2025 * Fix
1 parent dc7270f commit a7466b7

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: "WAF Release - 2025-08-29 - Emergency"
3+
description: Cloudflare WAF managed rulesets 2025-08-29 emergency release
4+
date: 2025-08-29
5+
---
6+
7+
import { RuleID } from "~/components";
8+
9+
**This week's update**
10+
11+
This week, new critical vulnerabilities were disclosed in Next.js’s image optimization functionality, exposing a broad range of production environments to risks of data exposure and cache manipulation.
12+
13+
**Key Findings**
14+
15+
- CVE-2025-55173: Arbitrary file download from the server via image optimization.
16+
17+
- CVE-2025-57752: Cache poisoning leading to unauthorized data disclosure.
18+
19+
**Impact**
20+
21+
Exploitation could expose sensitive files, leak user or backend data, and undermine application trust. Given Next.js’s wide use, immediate patching and cache hardening are strongly advised.
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="ea55f8aac44246cc9b827eea9ff4bfe3" />
40+
</td>
41+
<td>100613</td>
42+
<td>Next.js - Dangerous File Download - CVE:CVE-2025-55173</td>
43+
<td>N/A</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="e2b2d77a79cc4a76bf7ba53d69b9ea7d" />
51+
</td>
52+
<td>100616</td>
53+
<td>Next.js - Information Disclosure - CVE:CVE-2025-57752</td>
54+
<td>N/A</td>
55+
<td>Block</td>
56+
<td>This is a new detection</td>
57+
</tr>
58+
</tbody>
59+
</table>

0 commit comments

Comments
 (0)