Skip to content

Commit 0f0eaef

Browse files
vs-mgelithrar
authored andcommitted
Release-Oct-1-2024 (#17259)
1 parent 605b73d commit 0f0eaef

File tree

3 files changed

+90
-6
lines changed

3 files changed

+90
-6
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: "2024-09-16"
9-
scheduled_date: "2024-10-01"
8+
- publish_date: "2024-10-01"
9+
scheduled_date: "2024-10-07"
1010
individual_page: true
1111
scheduled: true
1212
link: "/waf/change-log/scheduled-changes/"
13+
- publish_date: "2024-10-01"
14+
individual_page: true
15+
link: "/waf/change-log/2024-10-01/"
1316
- publish_date: "2024-09-16"
1417
individual_page: true
1518
link: "/waf/change-log/2024-09-16/"
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: "2024-10-01"
3+
type: table
4+
pcx_content_type: changelog
5+
sidebar:
6+
order: 810
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 Specials</td>
27+
<td>
28+
<RuleID id="05688219275547a9bc6e9d9d11020996" />
29+
</td>
30+
<td>100668</td>
31+
<td>Progress Software WhatsUp Gold - Information Disclosure - CVE:CVE-2024-6670</td>
32+
<td>Log</td>
33+
<td>Block</td>
34+
<td>New Detection</td>
35+
</tr>
36+
</tbody>
37+
</table>

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

Lines changed: 48 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,59 @@ import { RuleID } from "~/components";
2323
</thead>
2424
<tbody>
2525
<tr>
26-
<td>2024-09-16</td>
2726
<td>2024-10-01</td>
27+
<td>2024-10-07</td>
2828
<td>Block</td>
29-
<td>100668</td>
29+
<td>100669</td>
3030
<td>
31-
<RuleID id="05688219275547a9bc6e9d9d11020996" />
31+
<RuleID id="81b9bdf1270c4643a7b0e051168ef44c" />
3232
</td>
33-
<td>Progress Software WhatsUp Gold - Information Disclosure - CVE:CVE-2024-6670</td>
33+
<td>Apache HugeGraph-Server - Remote Code Execution - CVE:CVE-2024-27348</td>
3434
<td>This is a New Detection</td>
3535
</tr>
36+
<tr>
37+
<td>2024-10-01</td>
38+
<td>2024-10-07</td>
39+
<td>Block</td>
40+
<td>100672</td>
41+
<td>
42+
<RuleID id="919ecfe1bf1a41fabe47050191e9ba51" />
43+
</td>
44+
<td>Ivanti Virtual Traffic Manager - Auth Bypass - CVE:CVE-2024-7593</td>
45+
<td>This is a New Detection</td>
46+
</tr>
47+
<tr>
48+
<td>2024-10-01</td>
49+
<td>2024-10-07</td>
50+
<td>Block</td>
51+
<td>100670</td>
52+
<td>
53+
<RuleID id="bf8594562fc745578488e74aeb60e909" />
54+
</td>
55+
<td>Junos - Remote Code Execution - CVE:CVE-2023-36844</td>
56+
<td>This is a New Detection</td>
57+
</tr>
58+
<tr>
59+
<td>2024-10-01</td>
60+
<td>2024-10-07</td>
61+
<td>Block</td>
62+
<td>100671</td>
63+
<td>
64+
<RuleID id="a14873b9a10143c5a61369dc84938aa0" />
65+
</td>
66+
<td>Microsoft SQL Server - Remote Code Execution - CVE:CVE-2020-0618</td>
67+
<td>This is a New Detection</td>
68+
</tr>
69+
<tr>
70+
<td>2024-10-01</td>
71+
<td>2024-10-07</td>
72+
<td>Block</td>
73+
<td>100581_BETA</td>
74+
<td>
75+
<RuleID id="a1755d6dd1ad45eab27c53a0024230e0" />
76+
</td>
77+
<td>Joomla - Information Disclosure - CVE:CVE-2023-23752 - Beta</td>
78+
<td>This is a beta detection. This will replace <RuleID id="6da28a8f5a734bb7a89f55572f26b3a7" /> in new WAF and 100581 in old WAF</td>
79+
</tr>
3680
</tbody>
3781
</table>

0 commit comments

Comments
 (0)