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-04-15 13:15:20
2+ name : crowdsecurity/vpatch-CVE-2026-1357
3+ description : ' Detects unauthenticated arbitrary file upload in WPvivid Backup & Migration plugin via wpvivid_action=send_to_site.'
4+ rules :
5+ - and :
6+ - zones :
7+ - URI
8+ transform :
9+ - lowercase
10+ match :
11+ type : equals
12+ value : /
13+ - zones :
14+ - BODY_ARGS
15+ variables :
16+ - wpvivid_action
17+ transform :
18+ - lowercase
19+ match :
20+ type : equals
21+ value : send_to_site
22+ - zones :
23+ - FILENAMES
24+ transform :
25+ - lowercase
26+ match :
27+ type : contains
28+ value : .php
29+
30+ labels :
31+ type : exploit
32+ service : http
33+ confidence : 3
34+ spoofable : 0
35+ behavior : ' http:exploit'
36+ label : ' WPvivid Backup & Migration - File Upload'
37+ classification :
38+ - cve.CVE-2026-1357
39+ - attack.T1190
40+ - cwe.CWE-434
You can’t perform that action at this time.
0 commit comments