Live

Intelligence Feed

Latest threat intelligence articles from trusted security sources, auto-processed to extract entities, IoCs, and TTPs.

⚡ Weekly Recap: Proxy Botnets, Browser Ransomware, AI Agent Tricks, Fake PoC Malware and More

1mo ago · hacker-news

The article covers multiple cyber threats including the disruption of the NetNut residential proxy network, which leveraged compromised home devices to route malicious traffic. Threat actors are targeting researchers with fake proof-of-concept repositories delivering the ChocoPoC RAT, while the Scattered Spider group is linked to extortion attempts. New malware such as Ousaban and browser-based ransomware exploit social engineering and legitimate browser APIs, and AI-driven attacks are increasing in sophistication, including indirect prompt injection and fake phishing pages generated via AI.

4 IoCs 2 Actors 1 Malware 1 CVEs
Max severity Adobe ColdFusion flaw now exploited in attacks

1mo ago · bleeping-computer

Threat actors are actively exploiting a maximum-severity vulnerability in Adobe ColdFusion, tracked as CVE-2026-48282, to achieve remote code execution on unpatched systems. The flaw affects ColdFusion versions 2025.9, 2023.20, and earlier. Exploitation began within two hours of public disclosure, prompting urgent warnings from KEVIntel and the Canadian Center for Cyber Security. Adobe urges administrators to apply patches immediately to mitigate risk.

Software Is Now Written at the Speed of Thought. Security Isn't.

1mo ago · bleeping-computer

The article discusses the evolution of software development from Waterfall to Agile, DevOps, and now 'Vibe Coding,' where generative AI enables rapid application creation through natural language prompts. This acceleration introduces significant security risks, as AI-generated code may contain vulnerabilities, architectural flaws, or compliance issues despite appearing functional. Traditional secure development practices like threat modeling, code review, and least privilege remain critical to mitigate these risks. The article warns that without proper governance, Vibe Coding could become a modern form of shadow IT—innovative but potentially dangerous.

Node.js Considers Public Workflow for Security Reports Amid AI-Driven Surge

1mo ago · socket-dev

The Node.js Security Working Group is considering a shift to a public workflow for handling lower-severity security reports due to an overwhelming influx of AI-generated vulnerability submissions via HackerOne. Security maintainer Rafael Gonzaga attributes the surge to LLM-driven fuzzing and scanning tools, which produce highly similar reports, undermining the value of private disclosure. The proposal aims to reduce operational overhead by reserving private embargo processes for high-severity issues while enabling public handling for others, though maintainers remain divided on whether this change will alleviate workload bottlenecks.

SkillCloak Lets Malicious AI Agent Skills Evade Static Scanners with Self-Extracting Packing

1mo ago · hacker-news

Researchers from the Hong Kong University of Science and Technology have demonstrated SKILLCLOAK, a technique that enables malicious AI agent skills to evade static scanners by using self-extracting packing and obfuscation methods. These cloaked skills hide payloads in ignored directories like .git/ or use character substitution and command splitting to bypass pattern-based detection, remaining undetected in over 90% of cases across eight tested scanners. The study also introduces SKILLDETONATE, a runtime behavioral checker that detects 97% of attacks by monitoring system-level activity, highlighting the insufficiency of static analysis alone. Real-world marketplaces already host malicious skills using similar evasion tactics, indicating active exploitation.

3 IoCs
Opera GX Flaw Let Malicious Sites Auto-Install Mods to Steal Data From Visited Pages

1mo ago · hacker-news

A vulnerability in Opera GX allowed malicious websites to silently install browser mods in the form of .crx files without user interaction, enabling attackers to exfiltrate sensitive data such as Gmail addresses via universal CSS injection. The attack exploited the browser's auto-install feature for mods, which applied malicious CSS rules across all visited sites, facilitating cross-site leak (XS-Leak) techniques. Although Opera patched the flaw in version 130.0.5847.89 and found no evidence of in-the-wild exploitation, the zero-click nature of the attack made it highly effective once triggered.

1 IoCs
New Java-Based QuimaRAT MaaS Built to Run on Windows, Linux, and macOS

1mo ago · hacker-news

A new Java-based remote access trojan (RAT) named QuimaRAT has emerged as a malware-as-a-service (MaaS) offering, targeting Windows, Linux, and macOS systems. The malware features a modular architecture with encrypted plugins delivered from command-and-control (C2) infrastructure and supports cross-platform persistence mechanisms. It includes tools for stealthy delivery, such as browser-cache staging and fileless execution, while evading detection through trusted execution paths and obfuscation techniques.

New TrojPix Attack Leaks Data From Air-Gapped Systems via Video Cable Emissions

1mo ago · hacker-news

Researchers at Shandong University have demonstrated a new data exfiltration technique called TrojPix, which leverages video cable emissions to leak data from air-gapped systems by modulating on-screen pixels imperceptibly. The method requires prior malware presence on the system but does not need admin rights or hardware modifications, enabling data transmission at up to 8.1 Mbps over distances up to 208 meters. This technique represents a significant advancement in covert channel speed and range, though it remains experimental and not yet observed in real-world attacks.

JadePuffer ransomware used AI agent to automate entire attack

1mo ago · bleeping-computer

JadePuffer ransomware represents the first documented case of a ransomware operation fully automated by a large language model (LLM) agent. The AI-driven attack exploited CVE-2025-3248 in Langflow to gain initial access, then performed reconnaissance, credential theft, lateral movement, and encryption autonomously. The agent adapted to failures in real time, demonstrating human-like operational resilience and rapid iteration. It encrypted 1,342 Nacos configuration items and left a ransom note with a Proton Mail contact and a Bitcoin address, though the encryption likely used AES-128-ECB rather than AES-256 as claimed.

1 IoCs 2 CVEs
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems

1mo ago · socket-dev

PolinRider is a North Korea-linked supply chain campaign targeting developer ecosystems, including npm, Packagist, Go modules, and Chrome extensions. The threat actors compromise maintainer accounts, modify legitimate repositories with obfuscated JavaScript loaders, and use Git history rewriting to conceal malicious changes. These loaders retrieve encrypted second-stage payloads from blockchain infrastructure, execute them via eval(), and have delivered malware such as DEV#POPPER and OmniStealer. The campaign remains active, with ongoing compromises across multiple open source platforms.

7 IoCs 2 Actors
15 Malicious JetBrains Plugins Stole AI API Keys from 70,000 Developers

1mo ago · step-security

A coordinated supply chain attack spanning eight months involved 15 malicious JetBrains plugins that stole AI API keys from approximately 70,000 developers. The plugins, masquerading as legitimate AI coding assistants, exfiltrated OpenAI, DeepSeek, and SiliconFlow API keys to a command-and-control server in Beijing. The stolen credentials were transmitted in plaintext over HTTP, and the attacker's infrastructure remains active despite JetBrains' removal of the plugins and banning of associated accounts.

4 IoCs
Mass npm Supply Chain Attack: 20 Leo Platform Packages Compromised

1mo ago · step-security

On June 24, 2026, a coordinated supply chain attack compromised 20 npm packages within the Leo Platform ecosystem, all published within a 3-second window. The malicious packages contain a CI/CD attack toolkit that steals secrets from GitHub Actions runners, cloud environments, and credential stores, then exfiltrates them using the victim's own GitHub token. The attack uses the same 'Phantom Gyp' technique and obfuscation chain as the earlier Miasma campaign, indicating the same threat actor. These packages collectively receive around 13,600 weekly downloads, posing significant risk to CI/CD pipelines.

28 IoCs
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts

1mo ago · socket-dev

GitHub has released actions/checkout v7 to mitigate a long-standing supply chain risk in GitHub Actions where privileged workflows using pull_request_target could execute attacker-controlled code from untrusted pull requests. These workflows run with elevated permissions, including access to secrets and tokens, and previously allowed malicious actors to steal credentials or publish malicious packages. The update blocks unsafe checkouts by default, particularly those pulling code from forked pull requests in high-privilege contexts. This change addresses a known attack pattern exploited in recent incidents involving Nx, PostHog, and TanStack.

The Code You Didn't Write Is Still Yours to Defend

1mo ago · socket-dev

The article discusses the growing risk of software supply chain attacks in the era of AI-powered development, where AI agents autonomously pull and execute unvetted open source packages outside traditional security monitoring. These agents operate in blind spots, such as ephemeral sandboxes, where no scanning or registry controls exist. The speed of modern attacks—often exploiting vulnerabilities within hours of disclosure—exceeds traditional response timelines, rendering forensic-focused defenses ineffective. Proactive governance at the point of package ingestion, supported by real-time threat intelligence, is presented as a necessary defense.

Frontier AI Is Now Critical Infrastructure

1mo ago · socket-dev

The U.S. government abruptly suspended global access to Anthropic's AI models, Claude Fable 5 and Mythos 5, citing national security risks following jailbreaks and unauthorized vulnerability discoveries in federal systems. The models, used for automated code analysis, were deemed a supply chain risk, prompting a federal blackout and export controls under ECRA. The shutdown highlights the growing classification of advanced AI as critical infrastructure, with significant implications for enterprise dependency and national cybersecurity policy.

Miasma Mini Shai-Hulud Hits LeoPlatform npm Packages and GitHub Actions, Expands to the Go Ecosystem

1mo ago · socket-dev

A new wave of the Miasma Mini Shai-Hulud supply chain attack has compromised npm packages under LeoPlatform and RStreams, as well as a Go module associated with Verana Blockchain. The campaign uses malicious binding.gyp files in npm packages to trigger JavaScript execution during installation, stages payloads via Bun, and targets developer environments, CI/CD pipelines, and GitHub Actions for credential theft. It also spreads through poisoned repositories and source configurations, with persistence mechanisms targeting AI coding assistants and IDEs. The activity overlaps with prior incidents involving the same malware family and operational markers like 'RevokeAndItGoesKaboom'.

37 IoCs 1 Malware
Rolldown Pulls Rust React Compiler Integration After Binary Size Increase

1mo ago · socket-dev

The Rolldown and Vite projects withdrew a Rust-based React Compiler integration due to a 17% increase in binary size, raising concerns about framework-specific bloat in otherwise agnostic tools. The integration, funneled through the Oxc project, aimed to improve build performance but faced criticism for imposing costs on all users regardless of React usage. The debate highlights a broader tension in frontend tooling between performance gains from native Rust integrations and the overhead of larger binaries, with potential implications for other frameworks like Vue, Svelte, and Angular.

Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages

1mo ago · socket-dev

The Miasma Mini Shai-Hulud supply chain campaign has expanded to compromise legitimate @immobiliarelabs npm packages, specifically Backstage plugins for GitLab and LDAP authentication. Malicious versions were published on June 26, 2026, using a hidden root-level index.js to execute a multi-stage payload that steals developer and CI/CD secrets, including tokens, SSH keys, and cloud credentials. The attack leverages GitHub Actions deployment triggers and may have originated from a compromised third-party GitHub Action, codfish/semantic-release-action, enabling further propagation through poisoned workflows and exfiltration to attacker-controlled repositories.

71 IoCs
Chrome and Firefox Extensions Posing as Free VPNs Add Clipboard Stealers via Malicious Updates

1mo ago · socket-dev

Malicious Chrome and Firefox browser extensions branded as 'VPN Go: Free VPN' have been distributing clipboard-stealing malware through staged updates. Initially appearing as legitimate free VPN tools, the extensions later added functionality to monitor and exfiltrate clipboard data, including passwords, API keys, and cryptocurrency addresses. The stolen data is sent to hardcoded IP addresses using HTTP GET requests with chunked encoding and session identifiers. Both extensions use obfuscated JavaScript and share infrastructure, indicating a coordinated campaign targeting user privacy under the guise of security.

11 IoCs
Risky Biz Podcast: AI Agents Are Raising the Stakes for Software Supply Chain Security

1mo ago · socket-dev

The article discusses a surge in software supply chain attacks, where threat actors compromise popular open source packages and leverage trusted development workflows to distribute malicious code. The rise of AI coding agents exacerbates the risk by automatically pulling in dependencies without sufficient review, increasing the speed and scale of potential compromise. Attackers are targeting development tools such as package registries, IDE extensions, and source repositories, often evading traditional security measures.

AI Threat Readiness Pillar 4: Detect and contain threats in real-time

1mo ago · wiz

The article discusses the evolving threat landscape in the AI era, emphasizing the need for real-time detection and containment of threats that leverage AI-driven techniques such as prompt injection, supply chain abuse, and exploitation of cloud-native AI services. Traditional detection methods are insufficient due to limited visibility, high false positive rates, and slow manual response times. Wiz addresses these challenges by providing comprehensive telemetry across cloud, workload, identity, and AI model layers, enabling automated investigation with the Blue Agent and rapid containment via orchestrated workflows.

How AI Is Rewriting the SecOps Playbook

1mo ago · wiz

AI is transforming both offensive and defensive cybersecurity operations by accelerating software development and exploit creation. Attackers are leveraging AI to shorten exploitation timelines, challenging the traditional assumption that defenders have time to respond. Defenders can gain an advantage by using AI to maintain continuous, context-rich understanding of their environments across cloud, workload, and model layers, enabling faster and more accurate incident response.

Uncovering Hidden Attack Paths in Cloud Environments Using Runtime Signals

1mo ago · wiz

Wiz introduces runtime signals in its Security Graph to uncover hidden attack paths in cloud environments by correlating live network connections with existing risk findings. This new capability reveals previously invisible threats, such as internet-facing AI chatbots with vulnerabilities that actively connect to external MCP servers or sensitive data stores. By integrating real-time telemetry from workloads, Wiz identifies complete, validated attack paths—like a vulnerable container with a live connection to an S3 bucket containing PII—enabling security teams to prioritize and remediate critical risks before exploitation.

MCP Auto-Execution: From Git Clone to Cloud Compromise in Amazon Q VS Code Extension

1mo ago · wiz

Wiz Research discovered a high-severity vulnerability (CVE-2026-12957) in the Amazon Q Developer Extension for VS Code that allowed arbitrary code execution and cloud credential theft when a developer opened a malicious repository. The vulnerability stemmed from the extension automatically loading and executing MCP server configurations from workspace files without user consent. Combined with full environment inheritance, this enabled immediate execution of malicious commands with access to cloud credentials, posing a significant risk to developers and cloud environments.

2 IoCs
The Red Agent POV: Exploiting Broken Object-Level Authorization in an Airline GraphQL API

1mo ago · wiz

The Red Agent, an autonomous AI-powered security testing tool, discovered a critical Broken Object-Level Authorization (BOLA) vulnerability in an airline's public GraphQL booking API. By exploiting sequential integer identifiers without backend authorization checks, the agent gained unauthenticated access to sensitive passenger data, including personal information, contact details, billing addresses, and active flight itineraries. The vulnerability allowed full read and write capabilities, enabling data exfiltration and unauthorized modifications to bookings, demonstrating a systemic authorization flaw in the API's resolver layer.

1 IoCs
The Borderless Attack Surface: Securing Public Sector Hybrid Environments

1mo ago · wiz

The article discusses the growing complexity of securing hybrid cloud environments within the U.S. public sector, where interconnected systems expand the attack surface. It highlights how traditional, siloed security tools fail to provide context-aware risk assessment, leading to inefficient remediation. Wiz Exposure Management (Wiz XM) is presented as a solution that unifies on-premises and cloud telemetry to prioritize real, exploitable risks by correlating vulnerabilities with network exposure and mission impact.

Bridging the Visibility Gap: A Unified Security Operating Model for Hybrid Cloud Teams

1mo ago · wiz

The article discusses Wiz's expansion of its security platform to support hybrid cloud environments, introducing the Sensor Workload Scanner (WLS) for on-premise infrastructure. It emphasizes unified risk visibility across cloud and on-premise systems, enabling security teams to detect attack paths such as exposed credentials and vulnerable workloads. The solution integrates runtime threat detection, attack surface management, and automated remediation to prioritize real, exploitable risks over isolated vulnerabilities.

Start Secure in the AI Era: Accelerating AI Threat Readiness with WizOS

1mo ago · wiz

The article discusses the growing threat of AI-driven exploitation, where frontier AI models can autonomously discover vulnerabilities and generate exploits, drastically reducing the window for response. It emphasizes the importance of minimizing attack surface and improving response times, particularly through the use of hardened container base images. WizOS is introduced as a solution to reduce CVE exposure, mitigate supply chain risks, and accelerate mean time to remediate (MTTR) through automation and integration with AI coding agents.

Breaking Down the White House’s Actions on Post-Quantum Cryptography Readiness

1mo ago · wiz

The White House has issued Executive Order 14409 and the OMB released memorandum M-26-15 to accelerate federal agency migration to post-quantum cryptography (PQC) due to emerging threats from quantum computing. The initiative mandates strict timelines for transitioning High Value Assets and High Impact Systems to NIST-approved PQC standards by 2030–2035, with a focus on risk-based prioritization, automation, and cryptographic inventory management. The effort extends to government contractors and critical infrastructure, requiring compliance with PQC standards and integration into cloud modernization efforts to mitigate 'Harvest Now, Decrypt Later' risks.

← Previous Next →