Skip to content

Commit 5baf4f1

Browse files
ay-cfOxyjunpedrosousa
authored andcommitted
Release Sep 4 2025 (#24925)
* * Emergency Sep 4 2025 * Update src/content/changelog/waf/2025-09-04-emergency-waf-release.mdx * Fix date --------- Co-authored-by: Jun Lee <[email protected]> Co-authored-by: Pedro Sousa <[email protected]>
1 parent ab0288b commit 5baf4f1

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: "WAF Release - 2025-09-04 - Emergency"
3+
description: Cloudflare WAF managed rulesets 2025-09-04 emergency release
4+
date: 2025-09-04
5+
---
6+
7+
import { RuleID } from "~/components";
8+
9+
**This week's update**
10+
11+
This week, new critical vulnerabilities were disclosed in Sitecore’s Sitecore Experience Manager (XM), Sitecore Experience Platform (XP), specifically versions 9.0 through 9.3, and 10.0 through 10.4.
12+
These flaws are caused by unsafe data deserialization and code reflection, leaving affected systems at high risk of exploitation.
13+
14+
**Key Findings**
15+
16+
- CVE-2025-53691: Remote Code Execution through Insecure Deserialization
17+
18+
- CVE-2025-53693: HTML Cache Poisoning through Unsafe Reflections
19+
20+
**Impact**
21+
22+
Exploitation could allow attackers to execute arbitrary code remotely on the affected system and conduct cache poisoning attacks, potentially leading to further compromise. Applying the latest vendor-released solution without delay is strongly recommended.
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="588edc74df1f4609b3c2f7ef0ee2c15e" />
41+
</td>
42+
<td>100878</td>
43+
<td>Sitecore - Remote Code Execution - CVE:CVE-2025-53691</td>
44+
<td>N/A</td>
45+
<td>Block</td>
46+
<td>This is a new detection</td>
47+
</tr>
48+
<tr>
49+
<td>Cloudflare Managed Ruleset</td>
50+
<td>
51+
<RuleID id="d1bd7563e6254db48ce703807c5b669c" />
52+
</td>
53+
<td>100631</td>
54+
<td>Sitecore - Cache Poisoning - CVE:CVE-2025-53693</td>
55+
<td>N/A</td>
56+
<td>Block</td>
57+
<td>This is a new detection</td>
58+
</tr>
59+
</tbody>
60+
</table>

0 commit comments

Comments
 (0)