Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 77 additions & 5 deletions src/content/changelog/waf/scheduled-waf-release.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,79 @@
---
title: WAF Release - Scheduled changes for 2025-10-27
description: WAF managed ruleset changes scheduled for 2025-10-27
date: 2025-10-20
title: WAF Release - Scheduled changes for 2025-11-03
description: WAF managed ruleset changes scheduled for 2025-11-03
date: 2025-10-27
scheduled: true
hidden: true
---
---

import { RuleID } from "~/components";

<table style="width: 100%">
<thead>
<tr>
<th>Announcement Date</th>
<th>Release Date</th>
<th>Release Behavior</th>
<th>Legacy Rule ID</th>
<th>Rule ID</th>
<th>Description</th>
<th>Comments</th>
</tr>
</thead>
<tbody>
<tr>
<td>2025-10-27</td>
<td>2025-11-03</td>
<td>Log</td>
<td>100774</td>
<td>
<RuleID id="f5295d8333b7428c816654d8cb6d5fe5" />
</td>
<td>Adobe Commerce - Remote Code Execution - CVE:CVE-2025-54236</td>
<td>This is a new detection</td>
</tr>
<tr>
<td>2025-10-27</td>
<td>2025-11-03</td>
<td>Log</td>
<td>N/A</td>
<td>
<RuleID id="32405a50728746dd8caa057b606285e6" />
</td>
<td>Generic Rules - Prototype Pollution - URI</td>
<td>This is a new detection</td>
</tr>
<tr>
<td>2025-10-27</td>
<td>2025-11-03</td>
<td>Log</td>
<td>N/A</td>
<td>
<RuleID id="a7da00c63c4243d2a72456fe4f59ff26" />
</td>
<td>Generic Rules - Prototype Pollution - Body</td>
<td>This is a new detection</td>
</tr>
<tr>
<td>2025-10-27</td>
<td>2025-11-03</td>
<td>Log</td>
<td>N/A</td>
<td>
<RuleID id="833078bdcfa04bb7aa7b8fb67efbeb39" />
</td>
<td>Generic Rules - Prototype Pollution - Header - Form</td>
<td>This is a new detection</td>
</tr>
<tr>
<td>2025-10-27</td>
<td>2025-11-03</td>
<td>Log</td>
<td>N/A</td>
<td>
<RuleID id="833078bdcfa04bb7aa7b8fb67efbeb39" />
</td>
<td>HTTP Truncated Beta</td>
<td>This is a beta detection and will replace the action on original detection (ID: <RuleID id="646bccf7e9dc46918a4150d6c22b51d3" />) </td>
</tr>
</tbody>
</table>
Loading