- Mastering MongoDB 3.x
- Alex Giamas
- 121字
- 2021-08-20 10:10:57
Securing the shell
MongoDB is a database developed with ease of development in mind. As such, security at the database level was not baked in from the beginning and it was up to the developers and administrators to secure the MongoDB host from access outside the application server.
Unfortunately, this means that, as far as back as 2015, 39,890 databases were found open to the internet, with no security access configured. Many of them were production databases, one belonging to a French telecom operator and containing more than 8 million records from its customers.
Nowadays, there is no excuse for leaving any MongoDB server with the default authentication off settings, at all stages of development from local server deployment to production.
推薦閱讀
- Getting Started with MariaDB
- MCSA Windows Server 2016 Certification Guide:Exam 70-741
- 物聯(lián)網(wǎng)與云計(jì)算
- 機(jī)器自動(dòng)化控制器原理與應(yīng)用
- Python Data Science Essentials
- 21天學(xué)通Java Web開發(fā)
- 具比例時(shí)滯遞歸神經(jīng)網(wǎng)絡(luò)的穩(wěn)定性及其仿真與應(yīng)用
- 新編計(jì)算機(jī)組裝與維修
- 單片機(jī)技術(shù)一學(xué)就會(huì)
- 網(wǎng)站入侵與腳本攻防修煉
- RedHat Linux用戶基礎(chǔ)
- 人工智能技術(shù)入門
- C#求職寶典
- Java組件設(shè)計(jì)
- Mastering Android Game Development with Unity