BeyondTrust - Secure Remote Access and Privileged Access Management

Just a few weeks ago Dark Reading featured an interesting article highlighting the risks and sensitivity of data in flat file database formats.

A lot of focus has been placed on database scanning, however users tend to ignore flat file databases used for applications and local data files that are produced as subsets. Very little information is present on best practices for securing flat file based databases and how to mitigate the risks of data contained within them.

It's a valid argument to suggest that database application servers are not as secure as flat files. To some this may seem reasonable, as standard database solutions may have more visibility as an attack vector. And if you consider that any file contained on a host could be sensitive with regards to the information contained within, flat file databases are more secure because of local permissions and the operating system itself.

However, flat files are only as secure as the permissions, operating system, and application services that protect the files. Unlike widely adopted RDBMS solutions which provide built-in auditing, event notification, encryption and granular access controls, applications that utilize flat files may rely on the application developer(s) to provide these services.

When deploying any new application or reviewing existing ones, I'd like to propose a process for investigating the data storage capabilities of the application. The Microsoft operating system does a good job keeping MS Office documents, and MS Access database files in the My Documents directory. This makes it easy to secure by user.

But what about applications that store flat file databases in nonstandard locations? What if the application uses nonstandard file extensions to mitigate the association of the files? What if your web application needs a flat file database? What if the application managing the data provides another layer of granular access control to the data?

As a part of the security model when reviewing a new or existing application, consider the following:

In doing my research, I saw that very little information is available about securing flat file databases. There are only a few guidelines available, but nothing appears to be fully comprehensive to solve the problem especially for end user guidance.

If your organization stores critical data that may be a violation of regulatory compliance initiatives, be mindful. You will need to find this data and secure it just like any other secure process within your organization. Also consider, if these files are not secure what liability you may have if they are exposed. An HR spreadsheet can be considered a sensitive flat file database depending on the data it contains too.