Skip to content

Commit 98acc5e

Browse files
Add vpatch-CVE-2026-1357 rule
1 parent 1a0f098 commit 98acc5e

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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

0 commit comments

Comments
 (0)