Why Cloud Storage Needs More Than Just a Password
Cloud storage security can no longer rely on a password as its main line of defense. Attackers have shifted their focus from breaking encryption to simply logging in, and they are succeeding at a scale that should worry anyone storing sensitive data in the cloud. Identity-based attacks now account for the majority of cloud breaches, which means the weakest point in most storage systems isn't the…
Cloud storage security is no longer sufficient with just a password as its primary defense. Cybercriminals are increasingly targeting login credentials, rather than attempting to breach encryption. Identity-based attacks are now responsible for the majority of cloud breaches. The main vulnerability lies in the login screen itself, not in the storage infrastructure.
This shift matters because cloud storage operates differently from traditional on-premises file servers. In a conventional setup, an attacker needs network access before any data theft can occur. In contrast, cloud storage relies on identity as the access point. A single set of valid credentials can provide access to databases, storage buckets, and backups across an entire environment, without necessitating a network breach.
The traditional password model was never designed for this modern threat landscape. Passwords were initially intended for a world where the primary concern was someone guessing a weak password written on a sticky note. However, in today's climate, passwords are a minor concern compared to large-scale credential theft. Cybercriminal groups sell stolen login data, often as part of subscription-style access, and vast quantities of stolen credential logs circulate on cybercrime forums.
According to Verizon's 2025 Data Breach Investigations Report, stolen credentials were involved in roughly 22% of confirmed breaches, and in a 19-billion-password leak dataset analyzed by researchers, reused or duplicated passwords appeared in the vast majority of cases. These attacks do not require sophisticated hacking skills.
If a password has been reused elsewhere on the internet and that service has been compromised, the credentials can be sold and reused to gain access to cloud storage. Once attackers gain access through stolen credentials, they can exploit misconfigurations in cloud storage setups to maximize the impact of their attacks. Weak passwords often combine with misconfigurations, turning a single compromised login into a full-scale exposure.
Publicly accessible storage buckets, overly permissive access roles, and unencrypted volumes are among the most common misconfigurations identified by security researchers. These misconfigurations multiply the damage that a stolen password can cause. For instance, an engineer may inadvertently set up a storage bucket during a project, intending to secure permissions later.
However, the bucket is left with public read access due to the speed of getting a demo working. Weeks pass, and no one revisits the configuration. This allows anyone with the URL or running an automated scanner for exposed buckets to access the contents without ever needing to enter a login form. Security analysts consistently find that many organizations have at least one public-facing storage bucket containing sensitive data, with human error being the dominant root cause of cloud security failures.
Cloud security protection is generally described as a shared responsibility model. While cloud providers secure the physical infrastructure, hypervisors, and network backbone, the customer is responsible for securing the components layered on top of these foundational elements, including access controls for individual buckets and services.
Relying solely on a strong password is insufficient if the bucket itself is set to public. To address this vulnerability, multi-factor authentication (MFA) is the most effective immediate solution. MFA requires an additional verification step, rendering a stolen password ineffective. Attackers may attempt to circumvent weak MFA mechanisms, particularly SMS-based codes that are vulnerable to SIM swapping.
However, app-based authenticators and hardware security keys significantly increase the cost of an attack. Passkeys, a modern form of password authentication, represent a more durable solution. Unlike conventional passwords, passkeys are cryptographic key pairs tied to the device that generated them, making them resistant to phishing and reuse across services.
The adoption of passkeys has grown rapidly, with over a billion people activating at least one passkey, and nearly half of the world's top 100 websites now supporting them. Cloud storage providers that offer passkey login provide users with an effective alternative to the password-reuse problem. In addition to MFA, the principle of least privilege access is crucial.
Every account, service, and API key should possess only the specific permissions necessary for its function, nothing more. This limitation prevents compromised credentials from causing extensive damage. For example, a marketing intern's login should not have access to financial records, and a backend service account should not have delete permissions across every bucket in the environment without a valid reason.
Implementing least-privilege access policies can significantly mitigate the impact of compromised credentials. By combining multi-factor authentication and least-privilege access, organizations can effectively mitigate the risks associated with cloud storage breaches, shifting the focus from relying solely on passwords to a more robust security posture.
Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.
This story
This is one outlet's version. Read the fullest account.