Skip to content

Commit d2a7835

Browse files
Add vpatch-CVE-2026-8037 rule
1 parent 7746558 commit d2a7835

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
## autogenerated on 2026-07-08 12:55:42
2+
name: crowdsecurity/vpatch-CVE-2026-8037
3+
description: 'Detects unauthenticated OS command injection in Progress ADC LoadMaster via crafted JSON parameters in /accessv2 endpoint.'
4+
rules:
5+
- and:
6+
- zones:
7+
- URI
8+
transform:
9+
- lowercase
10+
match:
11+
type: equals
12+
value: /accessv2
13+
- zones:
14+
- BODY_ARGS
15+
variables:
16+
- json.g0
17+
- json.g1
18+
- json.g2
19+
- json.g3
20+
- json.g4
21+
- json.g5
22+
- json.g6
23+
- json.g7
24+
- json.g8
25+
- json.g9
26+
transform:
27+
- lowercase
28+
- urldecode
29+
match:
30+
type: contains
31+
value: "';"
32+
33+
labels:
34+
type: exploit
35+
service: http
36+
confidence: 3
37+
spoofable: 0
38+
behavior: 'http:exploit'
39+
label: 'Progress ADC LoadMaster - RCE'
40+
classification:
41+
- cve.CVE-2026-8037
42+
- attack.T1190
43+
- cwe.CWE-78

0 commit comments

Comments
 (0)