|
| 1 | +--- |
| 2 | +title: "WAF Release - 2025-09-08" |
| 3 | +description: Cloudflare WAF managed rulesets 2025-09-08 release |
| 4 | +date: 2025-09-08 |
| 5 | +--- |
| 6 | + |
| 7 | +import { RuleID } from "~/components"; |
| 8 | + |
| 9 | +This week's update |
| 10 | + |
| 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 | + |
| 13 | + |
| 14 | +**Key Findings** |
| 15 | + |
| 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. |
| 17 | + |
| 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. |
| 19 | + |
| 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. |
| 21 | + |
| 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. |
| 23 | + |
| 24 | +* 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 | + |
| 26 | + |
| 27 | +**Impact** |
| 28 | + |
| 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. |
| 30 | + |
| 31 | +Administrators are strongly advised to apply vendor patches immediately, remove unsupported software, and review authentication and access controls to mitigate these risks. |
| 32 | + |
| 33 | + |
| 34 | +<table style="width: 100%"> |
| 35 | + <thead> |
| 36 | + <tr> |
| 37 | + <th>Ruleset</th> |
| 38 | + <th>Rule ID</th> |
| 39 | + <th>Legacy Rule ID</th> |
| 40 | + <th>Description</th> |
| 41 | + <th>Previous Action</th> |
| 42 | + <th>New Action</th> |
| 43 | + <th>Comments</th> |
| 44 | + </tr> |
| 45 | + </thead> |
| 46 | + <tbody> |
| 47 | + <tr> |
| 48 | + <td>Cloudflare Managed Ruleset</td> |
| 49 | + <td> |
| 50 | + <RuleID id="7c5812a31fd94996b3299f7e963d7afc" /> |
| 51 | + </td> |
| 52 | + <td>100007D</td> |
| 53 | + <td>Command Injection - Common Attack Commands Args</td> |
| 54 | + <td>Log</td> |
| 55 | + <td>Blocked</td> |
| 56 | + <td>This rule has been merged into the original rule "Command Injection - Common Attack Commands" (ID: <RuleID id="89557ce9b26e4d4dbf29e90c28345b9b" />) for New WAF customers only.</td> |
| 57 | + </tr> |
| 58 | + <tr> |
| 59 | + <td>Cloudflare Managed Ruleset</td> |
| 60 | + <td> |
| 61 | + <RuleID id="cd528243d6824f7ab56182988230a75b" /> |
| 62 | + </td> |
| 63 | + <td>100617</td> |
| 64 | + <td>Next.js - SSRF - CVE:CVE-2025-57822</td> |
| 65 | + <td>Log</td> |
| 66 | + <td>Blocked</td> |
| 67 | + <td>This is a New Detection</td> |
| 68 | + </tr> |
| 69 | + <tr> |
| 70 | + <td>Cloudflare Managed Ruleset</td> |
| 71 | + <td> |
| 72 | + <RuleID id="503b337dac5c409d8f833a6ba22dabf1" /> |
| 73 | + </td> |
| 74 | + <td>100659_BETA</td> |
| 75 | + <td>Common Payloads for Server-Side Template Injection - Beta</td> |
| 76 | + <td>Log</td> |
| 77 | + <td>Blocked</td> |
| 78 | + <td>This rule is merged into the original rule "Common Payloads for Server-Side Template Injection" (ID: <RuleID id="21c7a963e1b749e7b1753238a28a42c4" />)</td> |
| 79 | + </tr> |
| 80 | + <tr> |
| 81 | + <td>Cloudflare Managed Ruleset</td> |
| 82 | + <td> |
| 83 | + <RuleID id="6d24266148f24f5e9fa487f8b416b7ca" /> |
| 84 | + </td> |
| 85 | + <td>100824B</td> |
| 86 | + <td>CrushFTP - Remote Code Execution - CVE:CVE-2025-54309 - 3</td> |
| 87 | + <td>Log</td> |
| 88 | + <td>Disabled</td> |
| 89 | + <td>This is a New Detection</td> |
| 90 | + </tr> |
| 91 | + <tr> |
| 92 | + <td>Cloudflare Managed Ruleset</td> |
| 93 | + <td> |
| 94 | + <RuleID id="154b217c43d04f11a13aeff05db1fa6b" /> |
| 95 | + </td> |
| 96 | + <td>100848</td> |
| 97 | + <td>ScriptCase - Auth Bypass - CVE:CVE-2025-47227</td> |
| 98 | + <td>Log</td> |
| 99 | + <td>Disabled</td> |
| 100 | + <td>This is a New Detection</td> |
| 101 | + </tr> |
| 102 | + <tr> |
| 103 | + <td>Cloudflare Managed Ruleset</td> |
| 104 | + <td> |
| 105 | + <RuleID id="cad6f1c8c6d44ef59929e6532c62d330" /> |
| 106 | + </td> |
| 107 | + <td>100849</td> |
| 108 | + <td>ScriptCase - Command Injection - CVE:CVE-2025-47228</td> |
| 109 | + <td>Log</td> |
| 110 | + <td>Disabled</td> |
| 111 | + <td>This is a New Detection</td> |
| 112 | + </tr> |
| 113 | + <tr> |
| 114 | + <td>Cloudflare Managed Ruleset</td> |
| 115 | + <td> |
| 116 | + <RuleID id="e7464139fd3e44938b56716bef971afd" /> |
| 117 | + </td> |
| 118 | + <td>100872</td> |
| 119 | + <td>WordPress:Plugin:InfiniteWP Client - Missing Authorization - CVE:CVE-2020-8772</td> |
| 120 | + <td>Log</td> |
| 121 | + <td>Block</td> |
| 122 | + <td>This is a New Detection</td> |
| 123 | + </tr> |
| 124 | + <tr> |
| 125 | + <td>Cloudflare Managed Ruleset</td> |
| 126 | + <td> |
| 127 | + <RuleID id="0181ebb2cc234f2d863412e1bab19b0b" /> |
| 128 | + </td> |
| 129 | + <td>100873</td> |
| 130 | + <td>Sar2HTML - Command Injection - CVE:CVE-2025-34030</td> |
| 131 | + <td>Log</td> |
| 132 | + <td>Block</td> |
| 133 | + <td>This is a New Detection</td> |
| 134 | + </tr> |
| 135 | + <tr> |
| 136 | + <td>Cloudflare Managed Ruleset</td> |
| 137 | + <td> |
| 138 | + <RuleID id="34d5c7c7b08b40eaad5b2bb3f24c0fbe" /> |
| 139 | + </td> |
| 140 | + <td>100875</td> |
| 141 | + <td>Zhiyuan OA - Remote Code Execution - CVE:CVE-2025-34040</td> |
| 142 | + <td>Log</td> |
| 143 | + <td>Block</td> |
| 144 | + <td>This is a New Detection</td> |
| 145 | + </tr> |
| 146 | + </tbody> |
| 147 | +</table> |
0 commit comments