Skip to content

Commit f72b3b9

Browse files
authored
[WAF] Add note to 2025-04-22 changelog entry (#22014)
1 parent 6d1b45e commit f72b3b9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/content/docs/waf/change-log/2025-04-22.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ tableOfContents: false
99

1010
import { RuleID } from "~/components";
1111

12+
Each of this week's rule releases covers a distinct CVE, with half of the rules targeting Remote Code Execution (RCE) attacks. Of the 6 CVEs covered, four were scored as critical, with the other two scored as high.
13+
14+
When deciding which exploits to tackle, Cloudflare tunes into the attackers' areas of focus. Cloudflare's network intelligence provides a unique lens into attacker activity – for instance, through the volume of blocked requests related with CVE exploits after updating WAF Managed Rules with new detections.
15+
16+
From this week's releases, one indicator that RCE is a "hot topic" attack type is the fact that the Oracle PeopleSoft RCE rule accounts for half of all of the new rule matches. This rule patches CVE-2023-22047, a high-severity vulnerability in the Oracle PeopleSoft suite that allows unauthenticated attackers to access PeopleSoft Enterprise PeopleTools data through remote code execution. This is particularly concerning because of the nature of the data managed by PeopleSoft – this can include payroll records or student profile information. This CVE, along with five others, are addressed with the latest detection update to WAF Managed Rules.
17+
1218
<table style="width: 100%">
1319
<thead>
1420
<tr>
@@ -83,10 +89,12 @@ import { RuleID } from "~/components";
8389
<RuleID id="410317f1e32b41859fa3214dd52139a8" />
8490
</td>
8591
<td>100744</td>
86-
<td>Oracle Access Manager - Remote Code Execution - CVE:CVE-2021-35587</td>
92+
<td>
93+
Oracle Access Manager - Remote Code Execution - CVE:CVE-2021-35587
94+
</td>
8795
<td>Log</td>
8896
<td>Disabled</td>
8997
<td>This is a New Detection</td>
9098
</tr>
9199
</tbody>
92-
</table>
100+
</table>

0 commit comments

Comments
 (0)