This document discusses NoSQL databases and security issues related to them. It begins by defining big data and NoSQL, noting that NoSQL is optimized for speed and size for large datasets. It then discusses some common vulnerabilities in NoSQL like lack of authentication, injection attacks, and server-side JavaScript injection. Finally, it provides recommendations for securing NoSQL installations like sanitizing inputs, controlling query building, and following standard SQL security best practices.