Skip to content

Commit 80d2bca

Browse files
authored
Refactor vpatch-CVE-2025-2611.yaml rules
Removed unnecessary transformations and updated regex values for better matching.
1 parent a5ddd54 commit 80d2bca

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

appsec-rules/crowdsecurity/vpatch-CVE-2025-2611.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,22 @@ rules:
66
- URI
77
transform:
88
- lowercase
9-
- urldecode
109
match:
1110
type: contains
12-
value: '/login.php'
11+
value: /login.php
1312
- zones:
1413
- COOKIES
1514
variables:
1615
- broadcast
1716
transform:
1817
- lowercase
19-
- urldecode
2018
match:
2119
type: regex
22-
value: '`|\$\('
20+
value: "[`|$|;]"
21+
2322
labels:
2423
type: exploit
2524
service: http
26-
confidence: 3
27-
spoofable: 0
28-
behavior: 'http:exploit'
29-
label: 'ICTBroadcast - RCE'
3025
classification:
3126
- cve.CVE-2025-2611
3227
- attack.T1190

0 commit comments

Comments
 (0)