We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b597779 commit 894087dCopy full SHA for 894087d
1 file changed
appsec-rules/crowdsecurity/vpatch-CVE-2026-27483.yaml
@@ -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
14
+ - FILENAMES
15
16
17
18
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