File tree Expand file tree Collapse file tree
.appsec-tests/vpatch-CVE-2023-3197
appsec-rules/crowdsecurity
collections/crowdsecurity Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # # autogenerated on 2026-03-30 12:46:51
2+ id : CVE-2023-3197
3+ info :
4+ name : CVE-2023-3197
5+ author : crowdsec
6+ severity : info
7+ description : CVE-2023-3197 testing
8+ tags : appsec-testing
9+ http :
10+ - raw :
11+ - |
12+ GET /wp-json/api/flutter_multi_vendor/product-categories?id=1%20AND%20(SELECT%201%20FROM%20(SELECT%20SLEEP(6))a) HTTP/1.1
13+ Host: {{Hostname}}
14+ Accept: application/json
15+ cookie-reuse : true
16+ matchers :
17+ - type : status
18+ status :
19+ - 403
Original file line number Diff line number Diff line change 1+ # # autogenerated on 2026-03-30 12:46:51
2+ appsec-rules :
3+ - ./appsec-rules/crowdsecurity/base-config.yaml
4+ - ./appsec-rules/crowdsecurity/vpatch-CVE-2023-3197.yaml
5+ nuclei_template : CVE-2023-3197.yaml
Original file line number Diff line number Diff line change 1+ # # autogenerated on 2026-03-30 12:46:51
2+ name : crowdsecurity/vpatch-CVE-2023-3197
3+ description : ' Detects unauthenticated SQL injection in WordPress MStore API plugin via id parameter.'
4+ rules :
5+ - and :
6+ - zones :
7+ - URI
8+ transform :
9+ - lowercase
10+ - urldecode
11+ match :
12+ type : contains
13+ value : /wp-json/api/flutter_multi_vendor/product-categories
14+ - zones :
15+ - ARGS
16+ variables :
17+ - id
18+ transform :
19+ - lowercase
20+ - urldecode
21+ match :
22+ type : regex
23+ value : ' [^a-z0-9]'
24+
25+ labels :
26+ type : exploit
27+ service : http
28+ confidence : 3
29+ spoofable : 0
30+ behavior : ' http:exploit'
31+ label : ' WordPress MStore API - SQLI'
32+ classification :
33+ - cve.CVE-2023-3197
34+ - attack.T1190
35+ - cwe.CWE-89
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ appsec-rules:
1616 - crowdsecurity/vpatch-CVE-2024-6205
1717 - crowdsecurity/vpatch-CVE-2022-3254
1818 - crowdsecurity/generic-wordpress-uploads-listing
19+ - crowdsecurity/vpatch-CVE-2023-3197
1920appsec-configs :
2021 - crowdsecurity/virtual-patching
2122parsers :
You can’t perform that action at this time.
0 commit comments