Skip to content

Release-May-5-2025 #22215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
81 changes: 81 additions & 0 deletions src/content/docs/waf/change-log/2025-05-05.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
---
title: "2025-05-05"
type: table
pcx_content_type: release-notes
sidebar:
order: 790
tableOfContents: false
---

import { RuleID } from "~/components";

<table style="width: 100%">
<thead>
<tr>
<th>Ruleset</th>
<th>Rule ID</th>
<th>Legacy Rule ID</th>
<th>Description</th>
<th>Previous Action</th>
<th>New Action</th>
<th>Comments</th>
</tr>
</thead>
<tbody>
<tr>
<td>Cloudflare Managed Ruleset</td>
<td>
<RuleID id="921660147baa48eaa9151077d0b7a392" />
</td>
<td>100724</td>
<td>GFI KerioControl - Remote Code Execution - CVE:CVE-2024-52875</td>
<td>Log</td>
<td>Block</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>Cloudflare Managed Ruleset</td>
<td>
<RuleID id="a3900934273b4a488111f810717a9e42" />
</td>
<td>100748</td>
<td>XWiki - Remote Code Execution - CVE:CVE-2025-24893</td>
<td>Log</td>
<td>Block</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>Cloudflare Managed Ruleset</td>
<td>
<RuleID id="616ad0e03892473191ca1df4e9cf745d" />
</td>
<td>100750</td>
<td>SonicWall SMA - Dangerous File Upload - CVE:CVE-2021-20040, CVE:CVE-2021-20041, CVE:CVE-2021-20042</td>
<td>Log</td>
<td>Block</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>Cloudflare Managed Ruleset</td>
<td>
<RuleID id="1a11fbe84b49451193ee1ee6d29da333" />
</td>
<td>100751</td>
<td>Langflow - Remote Code Execution - CVE:CVE-2025-3248</td>
<td>Log</td>
<td>Block</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>Cloudflare Managed Ruleset</td>
<td>
<RuleID id="5eb7ed601e6844828b9bdb05caa7b208" />
</td>
<td>100752</td>
<td>MinIO - Auth Bypass - CVE:CVE-2025-31489</td>
<td>Log</td>
<td>Block</td>
<td>This is a New Detection</td>
</tr>
</tbody>
</table>
60 changes: 7 additions & 53 deletions src/content/docs/waf/change-log/scheduled-changes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,59 +25,13 @@ import { RSSButton, RuleID } from "~/components";
</thead>
<tbody>
<tr>
<td>2025-04-29</td>
<td>2025-05-05</td>
<td>Log</td>
<td>100724</td>
<td>
<RuleID id="921660147baa48eaa9151077d0b7a392" />
</td>
<td>GFI KerioControl - Remote Code Execution - CVE:CVE-2024-52875</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>2025-04-29</td>
<td>2025-05-05</td>
<td>Log</td>
<td>100748</td>
<td>
<RuleID id="a3900934273b4a488111f810717a9e42" />
</td>
<td>XWiki - Remote Code Execution - CVE:CVE-2025-24893</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>2025-04-29</td>
<td>2025-05-05</td>
<td>Log</td>
<td>100750</td>
<td>
<RuleID id="616ad0e03892473191ca1df4e9cf745d" />
</td>
<td>SonicWall SMA - Dangerous File Upload - CVE:CVE-2021-20040, CVE:CVE-2021-20041, CVE:CVE-2021-20042</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>2025-04-29</td>
<td>2025-05-05</td>
<td>Log</td>
<td>100751</td>
<td>
<RuleID id="1a11fbe84b49451193ee1ee6d29da333" />
</td>
<td>Langflow - Remote Code Execution - CVE:CVE-2025-3248</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>2025-04-29</td>
<td>2025-05-05</td>
<td>Log</td>
<td>100752</td>
<td>
<RuleID id="8d25e852197548ef877774d2551c0c72" />
</td>
<td>MinIO - Auth Bypass - CVE:CVE-2025-31489</td>
<td>This is a New Detection</td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
</tr>
</tbody>
</table>
3 changes: 3 additions & 0 deletions src/content/release-notes/waf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ entries:
individual_page: true
scheduled: true
link: "/waf/change-log/scheduled-changes/"
- publish_date: "2025-05-05"
individual_page: true
link: "/waf/change-log/2025-05-05/"
- publish_date: "2025-04-26"
individual_page: true
link: "/waf/change-log/2025-04-26-emergency/"
Expand Down
Loading