Skip to content
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
90 changes: 68 additions & 22 deletions src/content/docs/waf/change-log/scheduled-changes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,72 @@ import { RSSButton, RuleID } from "~/components";
<RSSButton href="/waf/change-log/index.xml" />

<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>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>
<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>
</tbody>
</table>
</thead>
<tbody>
<tr>
<td>2025-05-13</td>
<td>2025-05-19</td>
<td>Log</td>
<td>100745</td>
<td>
<RuleID id="5c3559ad62994e5b932d7d0075129820" />
</td>
<td>Apache HTTP Server - Information Disclosure - CVE:CVE-2024-38475</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>2025-05-13</td>
<td>2025-05-19</td>
<td>Log</td>
<td>100746</td>
<td>
<RuleID id="6a61a14f44af4232a44e45aad127592a" />
</td>
<td>Vercel - Information Disclosure</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>2025-05-13</td>
<td>2025-05-19</td>
<td>Log</td>
<td>100747</td>
<td>
<RuleID id="28a22a685bba478d99bc904526a517f1" />
</td>
<td>Commvault Command Center - Remote Code Execution - CVE:CVE-2025-34028</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>2025-05-13</td>
<td>2025-05-19</td>
<td>Log</td>
<td>100749</td>
<td>
<RuleID id="2e6bb954d0634e368c49d7d1d7619ccb" />
</td>
<td>BentoML - Remote Code Execution - CVE:CVE-2025-27520</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>2025-05-13</td>
<td>2025-05-19</td>
<td>Log</td>
<td>100753</td>
<td>
<RuleID id="91250eebec894705b62305b2f15bfda4" />
</td>
<td>Craft CMS - Remote Code Execution - CVE:CVE-2024-56145</td>
<td>This is a New Detection</td>
</tr>
</tbody>
</table>
4 changes: 2 additions & 2 deletions src/content/release-notes/waf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ productLink: "/waf/"
productArea: Application security
productAreaLink: /fundamentals/reference/changelog/security/
entries:
- publish_date: "2025-04-29"
scheduled_date: "2025-05-05"
- publish_date: "2025-05-13"
scheduled_date: "2025-05-19"
individual_page: true
scheduled: true
link: "/waf/change-log/scheduled-changes/"
Expand Down
Loading