You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/changelog/waf/2025-09-08-waf-release.mdx
+9-12Lines changed: 9 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,31 +6,28 @@ date: 2025-09-08
6
6
7
7
import { RuleID } from"~/components";
8
8
9
-
This week's update
9
+
**This week's update**
10
10
11
11
This week’s focus highlights newly disclosed vulnerabilities in web frameworks, enterprise applications, and widely deployed CMS plugins. The vulnerabilities include SSRF, authentication bypass, arbitrary file upload, and remote code execution (RCE), exposing organizations to high-impact risks such as unauthorized access, system compromise, and potential data exposure. In addition, security rule enhancements have been deployed to cover general command injection and server-side injection attacks, further strengthening protections.
12
12
13
-
14
13
**Key Findings**
15
14
16
-
* Next.js (CVE-2025-57822): Improper handling of redirects in custom middleware can lead to server-side request forgery (SSRF) when user-supplied headers are forwarded. Attackers could exploit this to access internal services or cloud metadata endpoints. The issue has been resolved in versions 14.2.32 and 15.4.7. Developers using custom middleware should upgrade and verify proper redirect handling in next() calls.
15
+
* Next.js (CVE-2025-57822): Improper handling of redirects in custom middleware can lead to server-side request forgery (SSRF) when user-supplied headers are forwarded. Attackers could exploit this to access internal services or cloud metadata endpoints. The issue has been resolved in versions 14.2.32 and 15.4.7. Developers using custom middleware should upgrade and verify proper redirect handling in `next()` calls.
17
16
18
-
* ScriptCase (CVE-2025-47227,CVE-2025-47228):In the Production Environment extension in Netmake ScriptCase through 9.12.006 (23), two vulnerabilities allow attackers to reset admin accounts and execute system commands, potentially leading to full compromise of affected deployments.
17
+
* ScriptCase (CVE-2025-47227,CVE-2025-47228):In the Production Environment extension in Netmake ScriptCase through 9.12.006 (23), two vulnerabilities allow attackers to reset admin accounts and execute system commands, potentially leading to full compromise of affected deployments.
19
18
20
-
* Sar2HTML (CVE-2025-34030): In Sar2HTML version 3.2.2 and prior, insufficient input sanitization of the plot parameter allows remote, unauthenticated attackers to execute arbitrary system commands. Exploitation could compromise the underlying server and its data.
19
+
* Sar2HTML (CVE-2025-34030): In Sar2HTML version 3.2.2 and earlier, insufficient input sanitization of the plot parameter allows remote, unauthenticated attackers to execute arbitrary system commands. Exploitation could compromise the underlying server and its data.
21
20
22
-
* Zhiyuan OA (CVE-2025-34040): An arbitrary file upload vulnerability exists in the Zhiyuan OA platform. Improper validation in the wpsAssistServlet interface allows unauthenticated attackers to upload crafted files via path traversal, which can be executed on the web server, leading to remote code execution.
21
+
* Zhiyuan OA (CVE-2025-34040): An arbitrary file upload vulnerability exists in the Zhiyuan OA platform. Improper validation in the `wpsAssistServlet` interface allows unauthenticated attackers to upload crafted files via path traversal, which can be executed on the web server, leading to remote code execution.
23
22
24
23
* WordPress:Plugin:InfiniteWP Client (CVE-2020-8772): A vulnerability in the InfiniteWP Client plugin allows attackers to perform restricted actions and gain administrative control of connected WordPress sites.
25
24
26
-
27
25
**Impact**
28
26
29
-
These vulnerabilities could allow attackers to gain unauthorized access, execute malicious code, or take full control of affected systems. The Next.js, SSRF flaw may expose internal services or cloud metadata endpoints to attackers. Exploitations of ScriptCase & Sar2HTML could result in remote code execution, administrative takeover, and full server compromise. In Zhiyuan OA, the arbitrary file upload vulnerability allows attackers to execute malicious code on the web server, potentially exposing sensitive data and applications. The authentication bypass in WordPress InfiniteWP Client enables attackers to gain administrative access, risking data exposure and unauthorized control of connected sites.
27
+
These vulnerabilities could allow attackers to gain unauthorized access, execute malicious code, or take full control of affected systems. The Next.js SSRF flaw may expose internal services or cloud metadata endpoints to attackers. Exploitations of ScriptCase and Sar2HTML could result in remote code execution, administrative takeover, and full server compromise. In Zhiyuan OA, the arbitrary file upload vulnerability allows attackers to execute malicious code on the web server, potentially exposing sensitive data and applications. The authentication bypass in WordPress InfiniteWP Client enables attackers to gain administrative access, risking data exposure and unauthorized control of connected sites.
30
28
31
29
Administrators are strongly advised to apply vendor patches immediately, remove unsupported software, and review authentication and access controls to mitigate these risks.
32
30
33
-
34
31
<tablestyle="width: 100%">
35
32
<thead>
36
33
<tr>
@@ -52,7 +49,7 @@ Administrators are strongly advised to apply vendor patches immediately, remove
52
49
<td>100007D</td>
53
50
<td>Command Injection - Common Attack Commands Args</td>
54
51
<td>Log</td>
55
-
<td>Blocked</td>
52
+
<td>Block</td>
56
53
<td>This rule has been merged into the original rule "Command Injection - Common Attack Commands" (ID: <RuleIDid="89557ce9b26e4d4dbf29e90c28345b9b" />) for New WAF customers only.</td>
57
54
</tr>
58
55
<tr>
@@ -63,7 +60,7 @@ Administrators are strongly advised to apply vendor patches immediately, remove
63
60
<td>100617</td>
64
61
<td>Next.js - SSRF - CVE:CVE-2025-57822</td>
65
62
<td>Log</td>
66
-
<td>Blocked</td>
63
+
<td>Block</td>
67
64
<td>This is a New Detection</td>
68
65
</tr>
69
66
<tr>
@@ -74,7 +71,7 @@ Administrators are strongly advised to apply vendor patches immediately, remove
74
71
<td>100659_BETA</td>
75
72
<td>Common Payloads for Server-Side Template Injection - Beta</td>
76
73
<td>Log</td>
77
-
<td>Blocked</td>
74
+
<td>Block</td>
78
75
<td>This rule is merged into the original rule "Common Payloads for Server-Side Template Injection" (ID: <RuleIDid="21c7a963e1b749e7b1753238a28a42c4" />)</td>
0 commit comments