Verkada Camera Breach: 150,000 Feeds Behind One Credential

📋 Key Takeaways
  • What happened
  • How it worked
  • Impact and numbers
  • Timeline
  • Why it still matters in 2026
6 min read · 1,113 words
Educational & Ethical Use Only — This article is provided for educational and ethical cybersecurity research purposes only. The techniques described should only be used on systems you own or have explicit permission to test. Always follow responsible disclosure and the laws applicable to you. Mitigations are included so engineers can harden real systems.

In March 2021, a crew of teenage hackers gained a super-administrator level view into Verkada, a cloud video-security company — and through it, live camera feeds from hospitals, schools, prisons, factories, Tesla and Cloudflare offices. The initial access was not exotic: a plaintext internet-exposed internal server. The incident became the year’s sharpest lesson in third-party camera risk and the blast radius of a single SaaS trust relationship.

Quick Answer
The intruders obtained credentials for a Verkada internal development server exposed on the internet without authentication hardening, escalated to “Super Admin” on the customer camera platform, and accessed ~150,000 camera feeds across thousands of customer organisations — including hospital wards, jails, and corporate offices. Exposure lasted roughly 36 hours (4–6 March 2021 disclosure window). No video exfiltration beyond screenshots was proved, but the potential — hospital HIPAA data, facility layouts, face-level PII — made it a flagship third-party/ IoT risk case. Core lesson: when you deploy cloud-managed cameras, your perimeter is your vendor’s perimeter.

What happened

On 9 March 2021, Bloomberg reported that an international group of young hackers (linked to the same loose scene as earlier swagger controversies, self-identifying around “APT-6920” style bragging culture) had accessed Verkada’s cloud console with super-admin rights. Access path: a Verkada internal development/staging server, internet-exposed, protected by a findable plaintext credential. Once inside the console, the group pivoted to customer camera feeds and even higher-privilege network devices: they described reaching customer networks via camera-level access in at least one case (a Florida hospital network’s internal systems view).

The victim list defined the story’s weight: Tesla warehouse cameras, Cloudflare offices, hospitals (including Halifax Health with ICU/ward feeds), schools, prisons/jails (staff said they could see restraint events), Madison County jail, and numerous SMBs. Verkada cut access within hours of inquiry, and the exposure window was short — but the published proof-of-access screenshots (hospital patients, jail interiors) already constituted the harm: visible people, visible layouts, visible operational reality.

Verkada’s response drew a second lesson-thread: security researchers had for years complained of legal threats after responsibly disclosing Verkada issues, and the March breach amplified industry debate about disclosure-hostile vendors. The company tightened authentication on internal tooling and engaged IR firms, but the core architecture fact remained: a super-admin credential on the vendor side is a skeleton key to every customer’s camera estate.

How it worked

The chain was startlingly short — which is why it instructs. One internet-exposed internal server, one leaked/guessable credential, one role model that trusted super-admins across all tenants.

step 1 -> find Verkada internal dev/staging server on public IP
step 2 -> plaintext credential reuse (found in public/leaked data)
step 3 -> console access grants "Super Admin" across tenant space
step 4 -> browse ~150,000 live camera feeds by customer + site
step 5 -> (claimed) pivot from camera subnet to hospital LAN view
impact  -> live video + archive -> patients, staff, layouts, PII

Three structural failures made it possible. First, the exposed internal admin surface — a staging/dev host reachable from the internet with weak auth, violating the “internal means internal” rule. Second, cross-tenant super-admin without customer-scoped blinding: no matter how trusted the operator, a single high role reading all tenants concentrates risk. Third, camera-to-LAN bridging: cameras that can initiate or route into customer LANs (as the hospital pivot claim illustrated) turn an IoT breach into a network breach. Each failure maps directly to a modern control: zero-trust admin surfaces, tenant isolation/just-in-time elevation, and IoT network micro-segmentation.

data-hmmnm-seam="2">

Impact and numbers

Metric Value Source
Cameras accessible ~150,000 inside Verkada platform Bloomberg/Verkada statements
Customer orgs affected Thousands (hospitals, schools, jails, Tesla, Cloudflare, SMBs) press reporting
Initial access vector Internet-exposed internal dev server, plaintext credential group statements + reporting
Exposure window ~36 hours (4–6 March 2021) Verkada disclosure
Proven data loss Screenshots of live feeds (patients, jail interiors) published proof
Actor profile Young “clout” hackers, not state-sponsored identification reporting
data-hmmnm-seam="3">

Timeline

Date Event
2021-03-04 Group gains super-admin console access (per reporting timeline)
2021-03-09 Bloomberg inquiry; Verkada cuts access same day
2021-03-09/10 Screenshots circulate; hospital/jail/Tesla/Cloudflare names break
2021-03 (following weeks) Verkada engages IR, hardens internal auth, discloses to customers
2021 (year) Disclosure-hostile-vendor debate; IoT camera risk enters mainstream briefings
data-hmmnm-seam="4">

Why it still matters in 2026

Every organisation now runs cloud-managed physical security — cameras, door controllers, badge systems — often procured by facilities teams outside security review. Verkada remains the reference case for what “one vendor credential” means at estate scale: hundreds of thousands of endpoints, hospital-grade privacy exposure, and zero customer-side detections during the window. The third-party identity lesson — ask vendors how super-admin works, whether staff can view your feeds, and what blinding exists — is now standard in identity-centric security reviews. And the IoT segmentation lesson (cameras on isolated VLANs, no LAN pivot) is exactly the architecture hardening that limits the next Verkada-style event, which is why the case anchors our guidance on facility and infrastructure attack surface.

data-hmmnm-seam="5">

Detection and hardening takeaways

  • Inventory cloud-managed physical security. Cameras, door controllers, badge readers, environment sensors — if it has a vendor cloud console, it is in scope for third-party risk review even though it never touched the IT budget.
  • Question vendor super-admin models. Ask: can vendor staff see our feeds? Is there tenant blinding, just-in-time access, customer-visible admin logs? Refuse opaque answers for sensitive sites (hospitals, jails, executive floors).
  • Never let cameras route into the LAN. Camera VLANs should reach the vendor cloud via explicit egress only — no east-west into corporate subnets. The claimed hospital pivot shows why.
  • Lock internal admin surfaces. Dev/staging hosts belong behind VPN/zero-trust access with real auth — “staging” is not a free pass for internet exposure with plaintext creds.
  • Contract for breach telemetry. Insist on rapid customer notification clauses and admin-action audit feeds; a 36-hour blind window at a vendor is 36 hours of your incident clock running.

FAQ

Was video actually stolen and published?

Screenshots were published as proof — hospital wards with identifiable patient situations, jail interiors, office views. Verkada stated it found no evidence of large-scale video exfiltration beyond those accessed during the window. The harm calculus, though, is not just exfil: live viewing itself exposed HIPAA-grade privacy and facility security details.

Why did hospitals and jails have cloud cameras at all?

Cloud-managed cameras are operationally attractive: no NVR maintenance, remote monitoring, AI features, simple procurement. Facilities teams adopt them for exactly those reasons — and the incident’s legacy is that security/IT teams must now include physical-security vendors in third-party risk programmes, not just SaaS-with-APIs.

What changed at Verkada after the breach?

Publicly: faster disclosure engagement, tightened internal authentication, and IR involvement. The deeper change was industry-side: the episode is cited in vendor-risk templates everywhere as the case for tenant-isolation questions and admin-audit contract clauses. For customers, the practical lesson is architectural — assume vendor compromise, and segment so that camera-cloud access cannot become LAN access.

data-hmmnm-seam="end">

Prabhu Kalyan Samal

Application Security Consultant at TCS. Certifications: CompTIA SecurityX, Burp Suite Certified Practitioner, Azure Security Engineer, Azure AI Engineer, Certified Red Team Operator, eWPTX v3, LPT, CompTIA PenTest+, Professional Cloud Security Engineer, SC-900, SC-200, PSPO I, CEH, Oracle Java SE 8, ISP, Six Sigma Green Belt, DELF, AutoCAD. Writing about ethical hacking, security tutorials, and tech education at Hmmnm.