Security In The Cloud: Introducing Cloud Mashups
By Craig Balding“Security in the cloud” just got more complicated with the introduction of “Cloud Mashups”.
What Do You Get When You Cross Salesforce.com and Amazon S3?
The answer we are told is Appirio Cloud Storage - a fully integrated Salesforce.com add-on that uses Amazon’s Simple Storage Service (S3) to store larger files. Previously, Salesforce.com users were limited to 5MB file uploads.
Read this quote from Appirio and think about it from a security perspective:
We’re excited not only about the service itself, but also what it represents. It shows where the industry as a whole can head - as the platforms mature, there is a substantial opportunity for ISVs to tie together the different clouds and provide offerings that extend and fill in the platforms themselves. In traditional enterprise application integration (EAI), packaged integrations were difficult to commercialize. The permutation of versions and customizations created and “n times n” problem, making it too expensive to create something “packaged” that appealed to more than a very small number of customers. But in the cloud, because SaaS providers commit to stable interfaces - Salesforce has maintained backwards compatability for more than a dozen revisions of its API - “integrating the cloud” can become a new class of solution.
From a security risk assessment perspective, you now need to factor in 3rd parties that hook into your “primary” cloud providers API.
If your company goes with Appirio, company data is now stored in Amazon S3 buckets paid for by Appirio, instead of storage paid for by Salesforce.com. This means your data is actually split across both providers (!) - old attachments and CRM data with Salesforce.com and new attachments with Appirio (if someone from Appirio is reading this and can say differently, please do).
As it happens, Salesforce.com already uses Amazon for computing and storage so its the same back-end storage. But what happens when another cloud storage provider pops up that offers a better deal? Lets say salesforce.com stays with Amazon S3 but Appirio migrates to the new player to attract more customers. [Just to be clear, not picking on Appirio here - this applies to *any* ISV - particularly those that store data somewhere else in the Cloud].
Multiple cloud storage providers for a single app, raises some issues.
- Is ISV obligated to tell you they are migrating to a cheaper cloud storage provider? (think cross border data transfer issues).
- What security ‘certification’ will take place of the new provider and what visibility will you have of that?
- How much notification do you get before the switchover?
- If you don’t want to go with the new provider, but that is the only supported option, what happens to all your data? Even if we *assume* an export function is provided you still need to find an alternate ISV that has coded a compatibility layer to access your existing data. If you can’t, where do you export the data too? Will we have ‘frozen clouds‘?
- What integrity checks take place to ensure data was properly migrated over?
- When the migration happens, what clean-up happens at the source? (can anyone say forensic wiping?). What about any backup tapes or off-line copies? Who is responsible for making sure those are wiped/destroyed?
Suddenly your cloud storage arrangements have gotten more complex and thus, less secure. Security issues aside, how does an agile business cope with this? With multiple providers, data portability becomes a real issue.
And we haven’t even dug into the API level security issues yet! (yeah, you get to assess that too!).
As an Information Security community, we have to start figuring out some of these issues before we find our options severely limited…
What do you think?