Skip to content

Commit 0e2db42

Browse files
Update rules/network/initial_access_react_server_components_rce_attempt.toml
Co-authored-by: Mika Ayenson, PhD <[email protected]>
1 parent 3b9f715 commit 0e2db42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rules/network/initial_access_react_server_components_rce_attempt.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ network where http.request.method == "POST" and
7676
// Successful CVE-2025-55182 RCE - command output in digest
7777
(
7878
http.response.status_code in (500, 303) and
79-
http.response.body.content like~ "*E{\"digest\"*"
79+
http.response.body.content like "*E{\"digest\"*" and
80+
http.request.body.content regex~ """\$\d+:[_a-zA-Z][_a-zA-Z0-9]*:[_a-zA-Z][_a-zA-Z0-9]*"""
8081
) or
8182
// Prototype pollution patterns specific to RSC Flight exploitation
8283
(

0 commit comments

Comments
 (0)