Skip to content

Commit d718afe

Browse files
Add vpatch-CVE-2026-48282 rule
1 parent d0bd4e5 commit d718afe

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-07-15 12:48:02
2+
name: crowdsecurity/vpatch-CVE-2026-48282
3+
description: 'Detects Adobe ColdFusion RDS FILEIO WRITE arbitrary file write vulnerability (CVE-2026-48282)'
4+
rules:
5+
- and:
6+
- zones:
7+
- URI
8+
transform:
9+
- lowercase
10+
match:
11+
type: contains
12+
value: /cfide/main/ide.cfm
13+
- zones:
14+
- ARGS
15+
variables:
16+
- action
17+
transform:
18+
- lowercase
19+
match:
20+
type: equals
21+
value: fileio
22+
- zones:
23+
- RAW_BODY
24+
transform:
25+
- lowercase
26+
match:
27+
type: contains
28+
value: ':write'
29+
30+
labels:
31+
type: exploit
32+
service: http
33+
confidence: 3
34+
spoofable: 0
35+
behavior: 'http:exploit'
36+
label: 'Adobe ColdFusion - File Write'
37+
classification:
38+
- cve.CVE-2026-48282
39+
- attack.T1565
40+
- cwe.CWE-22

0 commit comments

Comments
 (0)