Skip to content

Commit 894087d

Browse files
Add vpatch-CVE-2026-27483 rule
1 parent b597779 commit 894087d

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## autogenerated on 2026-04-01 13:13:28
2+
name: crowdsecurity/vpatch-CVE-2026-27483
3+
description: 'Detects MindsDB < 25.9.1.1 path traversal in file upload endpoint leading to RCE.'
4+
rules:
5+
- and:
6+
- zones:
7+
- URI
8+
transform:
9+
- lowercase
10+
match:
11+
type: contains
12+
value: /api/files/
13+
- zones:
14+
- FILENAMES
15+
transform:
16+
- lowercase
17+
match:
18+
type: contains
19+
value: '../'
20+
21+
labels:
22+
type: exploit
23+
service: http
24+
confidence: 3
25+
spoofable: 0
26+
behavior: 'http:exploit'
27+
label: 'MindsDB - RCE'
28+
classification:
29+
- cve.CVE-2026-27483
30+
- attack.T1190
31+
- cwe.CWE-22

0 commit comments

Comments
 (0)