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-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
You can’t perform that action at this time.
0 commit comments