Overview
CVE-2025-59405 refers to a serious security vulnerability discovered in the Flock Safety Peripheral application for Android. This vulnerability can lead to potential system compromises or data leakage, affecting a range of devices including Falcon and Sparrow License Plate Readers and Bravo Edge AI Compute Devices.
Vulnerability Summary
CVE ID: CVE-2025-59405
Severity: High (7.5 CVSS Score)
Attack Vector: Local
Privileges Required: None
User Interaction: None
Impact: Potential system compromise or data leakage
Affected Products
Share secrets securely
Ameeba is private infrastructure for communication and sensitive work built on encrypted identity instead of exposed corporate identity systems.
Passwords, credentials, confidential files, screenshots, internal discussions, sensitive AI context, and private coordination should not become exposed across ordinary communication platforms.
- • Encrypted identity
- • Private Spaces for organizations and teams
- • End-to-end encrypted chat, calls, files, and notes
- • Sensitive AI work and protected collaboration
- • Built for information that cannot leak
Our mission is to secure human work alongside AI.
Product | Affected Versions
Flock Safety Peripheral Application for Android | 7.38.3
How the Exploit Works
The Flock Safety Peripheral application contains a cleartext DataDog API key within its codebase. This poses a threat as application binaries can be easily decompiled or inspected, allowing potential attackers to recover the OAuth secret without requiring any special privileges. This OAuth secret is meant to remain confidential and should not be directly embedded within client-side software.
Conceptual Example Code
An attacker can use a tool to decompile the application binary and subsequently retrieve the cleartext DataDog API key. For example, using a Java decompiler:
$ jadx -d out com.flocksafety.android.peripheral.apk
Then, the attacker can search through the decompiled code to find the API key:
$ grep -r "DataDog API Key" out/
This is a conceptual example and the exact commands may vary depending on the specifics of the application and the decompiler used.
