Skip to content

Commit 3c79e01

Browse files
vs-mgjonesphillip
authored andcommitted
Release-Feb-11-2025 (#19917)
* Release-Feb-11-2025 * Release-Feb-11-2025 * Release-Feb-11-2025
1 parent 6d4f0be commit 3c79e01

File tree

3 files changed

+122
-38
lines changed

3 files changed

+122
-38
lines changed

src/content/changelogs/waf.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ productLink: "/waf/"
55
productArea: Application security
66
productAreaLink: /fundamentals/reference/changelog/security/
77
entries:
8-
- publish_date: "2025-02-03"
9-
scheduled_date: "2025-02-10"
8+
- publish_date: "2025-02-11"
9+
scheduled_date: "2025-02-18"
1010
individual_page: true
1111
scheduled: true
1212
link: "/waf/change-log/scheduled-changes/"
13+
- publish_date: "2025-02-11"
14+
individual_page: true
15+
link: "/waf/change-log/2025-02-11/"
1316
- publish_date: "2025-01-21"
1417
individual_page: true
1518
link: "/waf/change-log/2025-01-21/"
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
---
2+
title: "2025-02-11"
3+
type: table
4+
pcx_content_type: changelog
5+
sidebar:
6+
order: 803
7+
tableOfContents: false
8+
---
9+
10+
import { RuleID } from "~/components";
11+
12+
<table style="width: 100%">
13+
<thead>
14+
<tr>
15+
<th>Ruleset</th>
16+
<th>Rule ID</th>
17+
<th>Legacy Rule ID</th>
18+
<th>Description</th>
19+
<th>Previous Action</th>
20+
<th>New Action</th>
21+
<th>Comments</th>
22+
</tr>
23+
</thead>
24+
<tbody>
25+
<tr>
26+
<td>Cloudflare Managed Rulesets</td>
27+
<td>
28+
<RuleID id="742306889c2e4f6087de6646483b4c26" />
29+
</td>
30+
<td>100708</td>
31+
<td>Aviatrix Network - Remote Code Execution - CVE:CVE-2024-50603</td>
32+
<td>Log</td>
33+
<td>Block</td>
34+
<td>This is a New Detection</td>
35+
</tr>
36+
<tr>
37+
<td>Cloudflare Managed Rulesets</td>
38+
<td>
39+
<RuleID id="042228dffe0a4f1587da0e737e924ca3" />
40+
</td>
41+
<td>100709</td>
42+
<td>Next.js - Remote Code Execution - CVE:CVE-2024-46982</td>
43+
<td>Log</td>
44+
<td>Disabled</td>
45+
<td>This is a New Detection</td>
46+
</tr>
47+
<tr>
48+
<td>Cloudflare Managed Rulesets</td>
49+
<td>
50+
<RuleID id="2a12278325464d6682afb53483a7d8ff" />
51+
</td>
52+
<td>100710</td>
53+
<td>Progress Software WhatsUp Gold - Directory Traversal - CVE:CVE-2024-12105</td>
54+
<td>Log</td>
55+
<td>Block</td>
56+
<td>This is a New Detection</td>
57+
</tr>
58+
<tr>
59+
<td>Cloudflare Managed Rulesets</td>
60+
<td>
61+
<RuleID id="82ce3424fbe84e9e99d77332baa8eb34" />
62+
</td>
63+
<td>100711</td>
64+
<td>WordPress - Remote Code Execution - CVE:CVE-2024-56064</td>
65+
<td>Log</td>
66+
<td>Block</td>
67+
<td>This is a New Detection</td>
68+
</tr>
69+
<tr>
70+
<td>Cloudflare Managed Rulesets</td>
71+
<td>
72+
<RuleID id="5afacd39dcfd42f89a6c43f787f5d34e" />
73+
</td>
74+
<td>100712</td>
75+
<td>WordPress - Remote Code Execution - CVE:CVE-2024-9047</td>
76+
<td>Log</td>
77+
<td>Block</td>
78+
<td>This is a New Detection</td>
79+
</tr>
80+
<tr>
81+
<td>Cloudflare Managed Rulesets</td>
82+
<td>
83+
<RuleID id="05842b06f0a4415880b58f7fbf72cf8a" />
84+
</td>
85+
<td>100713</td>
86+
<td>FortiOS - Auth Bypass - CVE:CVE-2022-40684</td>
87+
<td>Log</td>
88+
<td>Block</td>
89+
<td>This is a New Detection</td>
90+
</tr>
91+
</tbody>
92+
</table>

src/content/docs/waf/change-log/scheduled-changes.mdx

Lines changed: 25 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -23,69 +23,58 @@ import { RuleID } from "~/components";
2323
</thead>
2424
<tbody>
2525
<tr>
26-
<td>2025-02-03</td>
27-
<td>2025-02-10</td>
26+
<td>2025-02-11</td>
27+
<td>2025-02-18</td>
2828
<td>Log</td>
29-
<td>100708</td>
29+
<td>100715</td>
3030
<td>
31-
<RuleID id="742306889c2e4f6087de6646483b4c26" />
31+
<RuleID id="d1d45e4f59014f0fb22e0e6aa2ffa4b8" />
3232
</td>
33-
<td>Aviatrix Network - Remote Code Execution - CVE:CVE-2024-50603</td>
33+
<td>FortiOS - Auth Bypass - CVE:CVE-2024-55591</td>
3434
<td>This is a New Detection</td>
3535
</tr>
3636
<tr>
37-
<td>2025-02-03</td>
38-
<td>2025-02-10</td>
37+
<td>2025-02-11</td>
38+
<td>2025-02-18</td>
3939
<td>Log</td>
40-
<td>100709</td>
40+
<td>100716</td>
4141
<td>
42-
<RuleID id="042228dffe0a4f1587da0e737e924ca3" />
42+
<RuleID id="14b5cdeb4cde490ba37d83555a883e12" />
4343
</td>
44-
<td>Next.js - Remote Code Execution - CVE:CVE-2024-46982</td>
44+
<td>Ivanti - Auth Bypass - CVE:CVE-2021-44529</td>
4545
<td>This is a New Detection</td>
4646
</tr>
4747
<tr>
48-
<td>2025-02-03</td>
49-
<td>2025-02-10</td>
48+
<td>2025-02-11</td>
49+
<td>2025-02-18</td>
5050
<td>Log</td>
51-
<td>100710</td>
51+
<td>100717</td>
5252
<td>
53-
<RuleID id="2a12278325464d6682afb53483a7d8ff" />
53+
<RuleID id="498fcd81a62a4b5ca943e2de958094d3" />
5454
</td>
55-
<td>Progress Software WhatsUp Gold - Directory Traversal - CVE:CVE-2024-12105</td>
55+
<td>SimpleHelp - Auth Bypass - CVE:CVE-2024-57727</td>
5656
<td>This is a New Detection</td>
5757
</tr>
5858
<tr>
59-
<td>2025-02-03</td>
60-
<td>2025-02-10</td>
59+
<td>2025-02-11</td>
60+
<td>2025-02-18</td>
6161
<td>Log</td>
62-
<td>100711</td>
62+
<td>100718</td>
6363
<td>
64-
<RuleID id="82ce3424fbe84e9e99d77332baa8eb34" />
64+
<RuleID id="6e0d8afc36ba4ce9836f81e63b66df22" />
6565
</td>
66-
<td>WordPress - Remote Code Execution - CVE:CVE-2024-56064</td>
66+
<td>SonicWall SSLVPN - Auth Bypass - CVE:CVE-2024-53704</td>
6767
<td>This is a New Detection</td>
6868
</tr>
6969
<tr>
70-
<td>2025-02-03</td>
71-
<td>2025-02-10</td>
70+
<td>2025-02-11</td>
71+
<td>2025-02-18</td>
7272
<td>Log</td>
73-
<td>100712</td>
73+
<td>100719</td>
7474
<td>
75-
<RuleID id="5afacd39dcfd42f89a6c43f787f5d34e" />
75+
<RuleID id="8eb4536dba1a4da58fbf81c79184699f" />
7676
</td>
77-
<td>WordPress - Remote Code Execution - CVE:CVE-2024-9047</td>
78-
<td>This is a New Detection</td>
79-
</tr>
80-
<tr>
81-
<td>2025-02-03</td>
82-
<td>2025-02-10</td>
83-
<td>Log</td>
84-
<td>100713</td>
85-
<td>
86-
<RuleID id="05842b06f0a4415880b58f7fbf72cf8a" />
87-
</td>
88-
<td>FortiOS - Auth Bypass - CVE:CVE-2022-40684</td>
77+
<td>Yeti Platform - Auth Bypass - CVE:CVE-2024-46507</td>
8978
<td>This is a New Detection</td>
9079
</tr>
9180
</tbody>

0 commit comments

Comments
 (0)