No SQL, No Injection? Examining NoSQL Security

Aviv Ron,Alexandra Shulman-Peleg,Emanuel Bronshtein
DOI: https://doi.org/10.48550/arXiv.1506.04082
2015-06-13
Abstract:NoSQL data storage systems have become very popular due to their scalability and ease of use. This paper examines the maturity of security measures for NoSQL databases, addressing their new query and access mechanisms. For example the emergence of new query formats makes the old SQL injection techniques irrelevant, but are NoSQL databases immune to injection in general? The answer is NO. Here we present a few techniques for attacking NoSQL databases such as injections and CSRF. We analyze the source of these vulnerabilities and present methodologies to mitigate the attacks. We show that this new vibrant technological area lacks the security measures and awareness which have developed over the years in traditional RDBMS SQL systems.
Cryptography and Security
What problem does this paper attempt to address?