


Involving 30,000 pieces of internal information and 38TB of data! Microsoft AI team exposed to data leak
Wiz cloud security company discovered that more than 30,000 communication messages and a large number of files within Microsoft were leaked. Microsoft immediately deleted the leaked data after receiving the alert
A team at cloud security company Wiz discovered that Microsoft Corp.'s artificial intelligence research team accidentally exposed a large amount of data on the software development platform GitHub. Wiz stated that these data were accidentally leaked when the AI team released open source training data on GitHub.
TheWiz blog post stated that Microsoft let users download the artificial intelligence model from a link, however, the link was misconfigured to grant permissions to the entire storage account, and also granted the user full control permissions instead of read-only permissions , which means they can delete and overwrite existing files. Wiz said the exposed data includes Microsoft employees’ personal computer backups, including passwords and keys for Microsoft services and more than 30,000 internal Microsoft Teams messages from 359 Microsoft employees. It is said that data totals 38TB.
Wiz’s research team discovered the data cache while scanning the internet for misconfigured storage containers. This is part of their ongoing work to prevent accidental exposure of cloud-hosted data
Open data sharing is a key component of AI training, but sharing large amounts of data can put companies at greater risk if not shared properly, researchers atWiz say. Ami Luttwak, Wiz chief technology officer and co-founder, said Wiz notified Microsoft in June, and Microsoft acted quickly to delete the exposed data. He added that the incident "could have been much worse".
Asked for comment, a Microsoft spokesperson said: "We have confirmed that no customer data was compromised and no other internal services were at risk."
In a blog post published on Monday, Microsoft said the data exposed in the storage account included backups of two former employees' workstation configuration files, as well as internal Microsoft Teams messages between the two employees and their colleagues.
The above is the detailed content of Involving 30,000 pieces of internal information and 38TB of data! Microsoft AI team exposed to data leak. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











In the Internet age, data security protection has become an important issue that enterprises and individuals must face. For the protection of sensitive data, encrypting data using appropriate encryption algorithms is a common solution. As a programming language widely used in web development, PHP has a rich encryption function library that can well implement data security protection functions. PHP provides a variety of encryption functions, including symmetric encryption algorithms and asymmetric encryption algorithms. The symmetric encryption algorithm uses the same key for encryption and decryption. The encryption and decryption process is highly efficient and is suitable for large-scale encryption.

MySQL and PostgreSQL: Data Security and Backup Strategies Introduction: In modern society, data has become an indispensable part of business and personal life. For database management systems, data security and backup strategies are crucial, both to protect data from loss or damage and to ensure the reliability and integrity of recovered data. This article will focus on the data security and backup strategies of two mainstream relational database systems, MySQL and PostgreSQL. 1. Data security: (1) User rights

Introduction In the era of information explosion, data has become one of the most valuable assets of enterprises. However, if a large amount of data cannot be effectively classified and classified, it will become disordered and chaotic, data security cannot be effectively guaranteed, and its true data value cannot be exerted. Therefore, data classification and grading have become crucial for both data security and data value. This article will discuss the importance of data classification and classification, and introduce how to use machine learning to achieve intelligent classification and classification of data. 1. The Importance of Data Classification and Grading Data classification and grading is the process of classifying and sorting data according to certain rules and standards. It can help enterprises better manage data and improve data confidentiality, availability, integrity and accessibility, thereby better supporting business decisions.

The Java framework helps ensure data security in the financial industry by providing authentication, data validation, encryption, and web application security tools. For example, Spring Security can be used to implement user authentication, authorization, and session management to ensure that only authorized users can access sensitive data.

With the popularity of the Internet and the development of applications, data security has become increasingly important. Vue, as a popular JavaScript framework, can help developers protect data security. In this article, we will introduce some techniques and suggestions for protecting data security using Vue. 1. Use VuexVuex is a state management mode of Vue.js. With Vuex, you can implement data security for your application by storing state (data) in a central repository. Therefore, you can use various

Data privacy issues in artificial intelligence technology The rapid development of artificial intelligence (AI) technology has brought huge changes to all walks of life. In fields such as medical care, finance, and education, AI has begun to exert its powerful algorithm and data analysis capabilities. However, with the widespread application of these technologies, data privacy issues have also attracted increasing attention. In the operation process of artificial intelligence, a large amount of data is required for training and learning. This data may include personally identifiable information, health status,

As the Internet continues to develop, the number of websites and applications is increasing day by day, and security issues are becoming more and more noticeable. In websites and applications, data filtering and validation are very important because any editable content is a vulnerable target. Filters and validators in PHP forms can help us ensure data security. The role of data filters PHP data filters are used to filter user input data automatically or manually. This filter converts tags, spaces, and special characters in the input data into entities to prevent the browser from converting them

Best Practices for Protecting Private Data: Using Vault in Golang Projects With the rapid development of big data and cloud computing, the protection of private data has attracted more and more attention. During the software development process, it often involves handling sensitive information, such as database passwords, API keys, etc. In order to ensure that these sensitive data are not maliciously obtained, we need to take some measures to protect them. In this article, we will introduce how to use Vault in Golang projects to securely store and manage private data. Vault is
