proomt

Search

Search posts, papers, and topics

All posts

LobstersMicah Lee6 min readintermediate

Flock cameras are riddled with security vulnerabilities and hard-coded credentials

Summary

Flock ALPR cameras run on severely outdated Android 8.1 and Linux 3.18, missing years of security patches. Analysis of leaked firmware revealed hard-coded API keys and plaintext Auth0 credentials, allowing access to Flock's backend for any camera given its MAC address.

  • Flock cameras run Android 8.1 (2017) with a 2018 security patch level, missing 8 years of updates.
  • They use Linux 3.18.71 (2017), 9 years out-of-date and vulnerable to known exploits like CVE-2021-1905.
  • A hard-coded API key in the camera firmware allows requesting Auth0 credentials for any camera via its MAC address.
  • Auth0 client ID and secret are stored unencrypted in the /persist partition, potentially still active.

This detailed exposé reveals severe security negligence in widely deployed surveillance technology, highlighting risks to public privacy and the potential for widespread compromise of ALPR systems.

8/10

Related reading

  1. Hackers Got Inside a Flock Camera

    Hackers removed a Flock license‑plate reader camera, copied its storage, extracted an on‑device encryption key, and released ~1.6 M images and logs covering 21 days of operation. Analysis shows the device captures ~28 images per vehicle, detects people, and stores raw media in unencrypted partitions. License‑plate detection runs on the cloud, and the camera’s software can mis‑identify graphics as…

    Hacker News front pagewired.com7 minpostmortemHN578267
  2. ZuckOff Know when a camera is in the room

    ZuckOff is a mobile app that passively scans for Bluetooth advertisements from camera‑glasses (Ray‑Ban Meta, Oakley Meta, Snap Spectacles, etc.) and notifies the user when such devices are nearby. It logs all BLE devices, lets users whitelist known glasses, offers iOS widgets and Live Activity alerts, and can export logs as CSV. The app is free, has no account, and is marketed alongside merch.

    Hacker News front pagezuckoff.app2 minreleaseHN58799
  3. Android 17 Without the Last-Minute Scramble

    CodeName One prepared for Android 17 (API 37) by addressing platform changes proactively, including fixing version number parsing and implementing the new system-rendered location button. They also added robust PEM key parsing and explicit task removal to simplify common security operations for app developers.

    CodeName Onecodenameone.com8 min
  4. Gemini 3.8 Live models now available on AI Gateway

    Vercel AI Gateway now offers Google’s Gemini 3.8 Live and Live Extended Thinking models through its realtime WebSocket API, enabling real‑time spoken interactions with audio output and parallel reasoning. The post includes a short TypeScript example for token acquisition, WebSocket setup, and handling of realtime events.

    Vercelvercel.com1 minrelease