File tree Expand file tree Collapse file tree
appsec-rules/crowdsecurity Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments