Massive Open-Source Package Element-Data Hijacked: Credential Theft Hits 1 Million Monthly Users
In a critical supply chain incident, the widely used open-source tool element-data—with over 1 million monthly downloads—was compromised on Friday after attackers exploited a flaw in the developer's account workflow. The breach allowed the threat actor to obtain signing keys and push a malicious update that silently harvested credentials from users' systems.
The malicious version, tagged 0.23.3, was published to both the Python Package Index (PyPI) and Docker Hub. It remained available for roughly 12 hours before being removed on Saturday. According to the developers, the rogue package scanned environments for sensitive data including user profiles, warehouse credentials, cloud provider keys, API tokens, and SSH keys.
“Users who installed 0.23.3, or who pulled and ran the affected Docker image, should assume that any credentials accessible to the environment where it ran may have been exposed,” the developers warned in an official advisory.
The exploit targets a vulnerability in the developers’ account workflow that gave attackers access to signing keys and other sensitive credentials. The Elementary Cloud platform, the Elementary dbt package, and all other CLI versions remain unaffected.
Background
Element-data is a command-line interface designed to monitor performance and detect anomalies in machine-learning systems. It is maintained by Elementary, a data observability company. Its 1 million monthly downloads make it a critical component in many data-pipeline environments.

This is not the first such incident in the open-source ecosystem. Similar supply chain attacks have targeted PyPI packages like ctx, phpass, and colors, exploiting weak account security to distribute malicious code.

What This Means
Organizations that rely on element-data must treat this as a full credential compromise. Every API token, SSH key, cloud provider credential, and warehouse password used in environments where the malicious code ran should be rotated immediately. Security teams should audit logs for unusual access patterns and review system integrity.
The incident underscores a growing threat: open-source packages with large user bases are prime targets for supply chain attacks. Developers and maintainers must adopt multi-factor authentication, secret scanning, and immutable CI/CD workflows to protect signing keys and repository access. For users, it reinforces the need to verify package authenticity before every update.
- key:affected — All systems running element-data v0.23.3 or the corresponding Docker image.
- key:action — Rotate all credentials immediately; assume breach.
- key:prevention — Enable strong MFA, monitor package signatures, and use software bill of materials (SBOM).
Internal Links
Related Articles
- Trellix Acknowledges Source Code Theft via Unauthorized Repository Access
- Linux Kernel Updates Address Critical Security Flaw and Xen Issues
- GitHub Patches Critical Remote Code Execution Vulnerability in Git Push Pipeline – No Exploitation Detected
- Lessons from the Snowden Leaks: Former NSA Chief Chris Inglis on Mistakes and Modern Cybersecurity
- 5 Critical Facts About the CanisterWorm Wiper Attack on Iran
- 8 Critical Cyber Threats You Must Know About This Week
- From Phishing to Prison: A Forensic Breakdown of the Scattered Spider Cybercrime Operation
- Trellix Source Code Breach: Unauthorized Repository Access Confirmed, Forensic Investigation Underway