LIVE · cybersecurity feed
Live wire
CVE-2024-3094 · Connecting the Dots: Securing the Overlooked Corners of the Software Development Lifecycle (SDLC) Supply Chain14 Trojanized npm Packages Drop RedC2 4.0 Linux Backdoor With AI-Assisted C2Hundreds of leaked AWS keys give full control over corporate accountsAndroid Car Malware Spreads Through Built-In Updaters for Ad Fraud, Proxy BotnetMalware injected into popular Rust packages to steal developer credentialsSix Maximum-Severity Flaws Found in Cisco ProductsCritical Isolated-vm Vulnerability Leads to RCE on HostCISA orders feds to patch actively exploited TrueConf Server flawsCVE-2026-69836 · Critical Microsoft Entra ID vulnerability exploited in the wild (CVE-2026-69836)Fake Conferences, OAuth and WhatsApp: Inside Russia’s New Espionage Tactics
CVE-2024-3094high

Connecting the Dots: Securing the Overlooked Corners of the Software Development Lifecycle (SDLC) Supply Chain

Attackers are increasingly targeting the software development lifecycle (SDLC) supply chain by compromising developer tools, CI/CD pipelines, and open-source packages. Recent attacks like the ChainDrop npm worm demonstrate sophisticated methods to steal credentials, backdoor developer environments, and propagate malware. Securing the SDLC requires a shift from reactive code scanning to strict execution control and continuous visibility across developer endpoints, build pipelines, and cloud runtimes.

zeroday.news ·

A sophisticated new software supply chain attack, dubbed "ChainDrop," has been observed infecting over 400 npm packages, including widely used libraries such as `keyv` and `cacheable-request`. This attack leverages a three-step process to steal credentials and propagate itself, highlighting a growing trend of attackers targeting the tools and environments developers use rather than just finished software.

The ChainDrop worm initiates its attack by modifying package manifests to include a malicious `preinstall` script. This script downloads the legitimate Bun runtime, which is then used to silently launch a 727 KB obfuscated payload in the background when a developer runs `npm install`.

Once executed, a hidden Python script within the payload directly reads live process memory from GitHub Actions runners. This method allows the worm to steal temporary OpenID Connect (OIDC) tokens and secrets, in addition to conducting a broad sweep for local developer credentials. Unlike traditional methods that scrape disk files, this approach targets in-memory data, making it more evasive.

The stolen npm and GitHub tokens are subsequently used by the worm to self-propagate. It silently infects and republishes additional packages while ensuring their legitimate functionality remains intact, a tactic designed to prevent detection by developers. ChainDrop also establishes long-term persistence by embedding cross-linked hooks directly into developer tools like VS Code and Claude Code. Its command-and-control (C2) infrastructure is managed dynamically through Ethereum blockchain transactions.

The attack targets three distinct areas: cloud secret harvesting by scraping unencrypted credentials and platform access tokens from build server memory, local endpoint backdooring by modifying developer tool configurations (such as VS Code's `tasks.json`) to maintain attacker access, and automated propagation through the creation of rogue code repositories using stolen tokens.

This incident underscores the expanding attack surface in modern software development, where open-source and third-party packages are integral to every phase of the software development lifecycle (SDLC). With 80-90% of modern codebases comprising open-source components, the risk extends to developer laptops, CI/CD pipelines, and cloud infrastructure. The effectiveness of such attacks is attributed to the lack of basic guardrails in developer tools, which often run with high privileges, granting malware unrestricted access to files, keys, and command execution.

To counter these threats, experts recommend a shift from reactive code scanning to strict execution control across the entire build path. This includes hardening developer environments by disabling lifecycle install scripts (`--ignore-scripts`), enforcing package cooldown periods, restricting CI/CD egress traffic, utilizing ephemeral CI/CD servers, and pinning dependencies to exact commit SHAs. Beyond application code, a comprehensive approach requires generating a "pipeline bill of materials" (PBOM) to inventory all tools within a build system, and a "container SBOM" to track both application code and underlying operating system tools in cloud environments.

supply chain securitysdlcdevsecopsmalwarevulnerability management
ShareXLinkedInWhatsAppFacebook

More News

view all →
breach

AWS Security makes an inscrutable choice

Quarantining leaked credentials is not good enough

cloud security

Cloudflare Launches Bot Preference Sync for AI Traffic Management

Cloudflare has introduced Bot Preference Sync, a new feature designed to simplify the management of AI bot traffic. This tool automatically updates a website's robots.txt file to align with the user's AI bot configuration settings. The goal is to prevent discrepancies between stated preferences and enforced rules, ensuring better control over how AI crawlers access and use website content.

ai

Say it once: introducing Bot Preference Sync

Cloudflare's new Bot Preference Sync automatically aligns your robots.txt file with your AI bot policies for Search, Agent, and Training. Easily manage which bots access your content without maintaining static files.

patch

Friday Squid Blogging: Neon Flying Squid

The neon flying squid can fly in formation. The shoal of about 100 squid rose unexpectedly from a patch of the Pacific Ocean around 370 miles from Tokyo and glided near the boat for about 30 metres. The astonished researchers were the first to capture photographs of such a thing, which looked like the early stages of an alien invasion. They were probably neon flying squid (Ommastrephes bartramii),

security

Lawmakers call for investigation into impact of CISA staffing cuts

Lawmakers say little is known about how recent cuts have impacted CISA and how the knowledge that was lost has been replaced.

breach

Apollo discloses data breach from ongoing wave of attacks hitting financial sector

The private equity firm said attackers broke into some of its cloud platforms during a five-day period in early July, compromising sensitive personal data. The post Apollo discloses data breach from ongoing wave of attacks hitting financial sector appeared first on CyberScoop.