惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
IT之家
IT之家
The Cloudflare Blog
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
N
Netflix TechBlog - Medium
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
L
LangChain Blog
博客园 - Franky
美团技术团队
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
博客园 - 叶小钗
小众软件
小众软件
Y
Y Combinator Blog
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
Docker
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News

www.infosecurity-magazine.com

Just Three Ransomware Gangs Accounted for 40% of Attacks Last Month Google Chrome Rolls Out Protection Against Infostealers Targeting Session Cookies STX RAT Targets Finance Sector With Advanced Stealth Tactics Bitcoin Depot Reports $3.6m Crypto Theft After System Breach Atomic Stealer MacOS ClickFix Attack Bypasses Apple Security Warnings Middle East Hack-for-Hire Operation Traced to South Asian Cyber Espionage Group Governance Gaps Emerge as AI Agents Drive 76% Increase in NHIs Google Warns of New Threat Group Targeting BPOs and Helpdesks Google API Keys Quietly Gain Access to Gemini on Android Devices Critical Vulnerability in Ninja Forms Exposes WordPress Sites Anthropic Launches Project Glasswing to Use AI to Find and Fix Critical Software Vulnerabilities US Thwarts DNS Hijacking Network Controlled by Russian APT28 Hackers Claude Discovers Apache ActiveMQ Bug Hidden for 13 Years Iran‑Backed Threat Actors Hit US CNI Providers via Internet‑Facing OT Assets Russian APT28 Hackers Hijack Routers to Steal Credentials, UK Security Agency Warns GPU Rowhammer Attack Enables Privilege Escalation and Full System Compromise GrafanaGhost Exploit Bypasses AI Guardrails for Silent Data Exfiltration Over $17bn Lost to Cyber Fraud in the Last Year, Warns FBI Storm-1175 Exploits Flaws in High-Velocity Medusa Attacks Fortinet Releases Emergency Patch After FortiClient EMS Bug Is Exploited New Phishing Platform Used in Credential Theft Campaigns Against C-Suite Execs New 'Storm' Infostealer Remotely Decrypts Stolen Credentials NCSC Issues Security Alert Over Hackers Targeting WhatsApp and Signal Accounts Apple Expands iOS 18 Security Updates Amid DarkSword Threat Researchers Observe Sub-One-Hour Ransomware Attacks GitHub Used as Covert Channel in Multi-Stage Malware Campaign Most CNI Firms Face Up to £5m in Downtime from OT Attacks Google Introduces Android Dev Verification Amid Openness Debate New Venom Stealer MaaS Platform Automates Continuous Data Theft Chinese Hackers Target European Governments in Espionage Campaigns
Attackers Hijack Red Hat npm Scope to Steal Cloud Secrets
Alessandro Mascellino · 2026-06-02 · via www.infosecurity-magazine.com

Red Hat's official npm namespace has been hijacked to push backdoored package versions built to steal cloud and developer credentials, in a fast-moving supply chain attack against widely used software.

According to new analysis by ReversingLabs, an attacker published malicious versions of 32 packages in the @redhat-cloud-services scope on June 1, all within 72 seconds.

The packages span Red Hat's Hybrid Cloud Console ecosystem, from UI components and API clients to build tooling, and represent roughly 9.8 million downloads in total.

This was not typosquatting or a lookalike. The attacker seized control of a legitimate, trusted namespace and republished real packages with hidden malware, turning the trust developers place in a known vendor into the delivery method.

Malware Hidden in the Install Step

Each compromised package carried an obfuscated preinstall script that ran automatically during installation, before any application code executed. Exposure therefore depended on simply installing or building the package, not on using it in production.

Aikido Security said the payload is a variant of the Mini Shai-Hulud worm, which it tracks under the name Miasma.

The malware is built to harvest secrets, with ReversingLabs finding it targeted cloud provider keys, CI/CD tokens, npm credentials and other sensitive material on the developer's machine.

True to its lineage, the malware also tries to spread. Using stolen publishing tokens, it attempts to republish backdoored versions of other packages the compromised account can reach.

A Trusted Feature Turned Against Itself

The most striking element is how the packages were published, researchers said. Aikido found the malicious releases were pushed using GitHub Actions OIDC tokens, indicating the attacker had compromised the build pipeline rather than a developer's personal account.

That detail matters because OIDC-based "trusted publishing" was introduced to improve security, replacing long-lived npm tokens with short-lived ones issued during a build.

As this incident shows, it can be subverted when the pipeline itself is breached, leaving a trust signal that no longer means what defenders assume.

Read more on similar attacks: Mini Shai-Hulud Hits TanStack npm Packages

By the time the activity was analyzed, legitimate maintainers had pushed clean follow-up versions for all 32 packages, and the malicious releases had been removed from npm. Any project that pinned to the affected versions, or ran an install in the window before they were pulled, is exposed.

Researchers urged any organization that installed an affected version to treat the system as potentially compromised and rotate exposed credentials, since the payload runs at install time regardless of whether the package was used. Auditing CI/CD pipelines for unexpected publishing activity was also advised.