NASA’s new dark energy space telescope can also detect killer asteroids
technologyreview.com·2h ago

TL;DR
A significant security gap existed when a malicious actor inserted harmful code into a widely used bash script, compromising continuous integration (CI) workflows. This script transmitted sensitive environment variables to an unknown IP address for over two months before detection.
✦ Why It Matters
Engineers should prioritize security audits of third-party code to prevent similar breaches in their CI pipelines.
Key Takeaways
How It Works
The Codecov attack exploited a vulnerability in a bash script that collected code coverage data. By modifying the script to include a line that sent environment variables to an attacker's server, the attacker was able to exfiltrate sensitive information from CI runners across numerous organizations.
Related