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
21 changes: 21 additions & 0 deletions .appsec-tests/vpatch-CVE-2022-3481/CVE-2022-3481.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## autogenerated on 2025-10-15 14:18:51
id: CVE-2022-3481
info:
name: CVE-2022-3481
author: crowdsec
severity: info
description: CVE-2022-3481 testing
tags: appsec-testing
http:
- raw:
- |
POST /wp-json/woo-aliexpress/v1/product-sku HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json

{"sku":"a\" AND (SELECT 42 FROM (SELECT(SLEEP(7)))wlHd)-- pOeU"}
cookie-reuse: true
matchers:
- type: status
status:
- 403
5 changes: 5 additions & 0 deletions .appsec-tests/vpatch-CVE-2022-3481/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## autogenerated on 2025-10-15 14:18:51
appsec-rules:
- ./appsec-rules/crowdsecurity/base-config.yaml
- ./appsec-rules/crowdsecurity/vpatch-CVE-2022-3481.yaml
nuclei_template: CVE-2022-3481.yaml
34 changes: 34 additions & 0 deletions appsec-rules/crowdsecurity/vpatch-CVE-2022-3481.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## autogenerated on 2025-10-15 14:18:51
name: crowdsecurity/vpatch-CVE-2022-3481
description: 'Detects SQL injection in NotificationX Dropshipping plugin via the sku parameter in the REST endpoint.'
rules:
- and:
- zones:
- URI
transform:
- lowercase
match:
type: contains
value: /wp-json/woo-aliexpress/v1/product-sku
- zones:
- BODY_ARGS
variables:
- json.sku
transform:
- lowercase
- urldecode
match:
type: contains
value: '" and ('

labels:
type: exploit
service: http
confidence: 3
spoofable: 0
behavior: 'http:exploit'
label: 'Notificationx Dropshipping - SQLI'
classification:
- cve.CVE-2022-3481
- attack.T1190
- cwe.CWE-20
1 change: 1 addition & 0 deletions collections/crowdsecurity/appsec-virtual-patching.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ appsec-rules:
- crowdsecurity/vpatch-CVE-2022-38627
- crowdsecurity/vpatch-CVE-2025-36604
- crowdsecurity/vpatch-CVE-2025-61882
- crowdsecurity/vpatch-CVE-2022-3481
author: crowdsecurity
contexts:
- crowdsecurity/appsec_base
Expand Down
Loading