Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .appsec-tests/vpatch-CVE-2026-8037/CVE-2026-8037.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## autogenerated on 2026-07-08 12:55:42
id: CVE-2026-8037
info:
name: CVE-2026-8037
author: crowdsec
severity: info
description: CVE-2026-8037 testing
tags: appsec-testing
http:
- raw:
- |
POST /accessv2 HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
Accept: */*

{"cmd": "getall", "apiuser": "''''", "apipass": "BBBBB", "g0": "AAAAAAAAAAAAAAAA'; cat /etc/passwd #"}
cookie-reuse: true
matchers:
- type: status
status:
- 403
5 changes: 5 additions & 0 deletions .appsec-tests/vpatch-CVE-2026-8037/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## autogenerated on 2026-07-08 12:55:42
appsec-rules:
- ./appsec-rules/crowdsecurity/base-config.yaml
- ./appsec-rules/crowdsecurity/vpatch-CVE-2026-8037.yaml
nuclei_template: CVE-2026-8037.yaml
43 changes: 43 additions & 0 deletions appsec-rules/crowdsecurity/vpatch-CVE-2026-8037.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
## autogenerated on 2026-07-08 12:55:42
name: crowdsecurity/vpatch-CVE-2026-8037
description: 'Detects unauthenticated OS command injection in Progress ADC LoadMaster via crafted JSON parameters in /accessv2 endpoint.'
rules:
- and:
- zones:
- URI
transform:
- lowercase
match:
type: equals
value: /accessv2
- zones:
- BODY_ARGS
variables:
- json.g0
- json.g1
- json.g2
- json.g3
- json.g4
- json.g5
- json.g6
- json.g7
- json.g8
- json.g9
transform:
- lowercase
- urldecode
match:
type: contains
value: "';"

labels:
type: exploit
service: http
confidence: 3
spoofable: 0
behavior: 'http:exploit'
label: 'Progress ADC LoadMaster - RCE'
classification:
- cve.CVE-2026-8037
- attack.T1190
- cwe.CWE-78
1 change: 1 addition & 0 deletions collections/crowdsecurity/appsec-virtual-patching.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ appsec-rules:
- crowdsecurity/vpatch-CVE-2025-54249
- crowdsecurity/vpatch-CVE-2020-13640
- crowdsecurity/vpatch-CVE-2018-11511
- crowdsecurity/vpatch-CVE-2026-8037
- crowdsecurity/vpatch-CVE-2025-2611
- crowdsecurity/vpatch-CVE-2022-24086
- crowdsecurity/vpatch-CVE-2021-32478
Expand Down
Loading