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

推荐订阅源

G
Google Developers Blog
博客园 - 聂微东
J
Java Code Geeks
Engineering at Meta
Engineering at Meta
Jina AI
Jina AI
D
Docker
B
Blog
S
SegmentFault 最新的问题
宝玉的分享
宝玉的分享
D
DataBreaches.Net
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Y
Y Combinator Blog
N
Netflix TechBlog - Medium
月光博客
月光博客
F
Fortinet All Blogs
爱范儿
爱范儿
H
Help Net Security
腾讯CDC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
WordPress大学
WordPress大学
The Cloudflare Blog
有赞技术团队
有赞技术团队
T
Tailwind CSS Blog
U
Unit 42

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Windows MiniPlasma Zero-Day, TanStack Supply Chain Harden...
soy · 2026-05-19 · via DEV Community

soy

Windows MiniPlasma Zero-Day, TanStack Supply Chain Hardening & AudioHijack AI Attacks on LLMs

Today's Highlights

This week's top security news features a critical Windows 'MiniPlasma' zero-day with a public PoC, offering SYSTEM access, and a deep dive into hardening GitHub Actions against supply chain attacks following the TanStack incident. Additionally, new research on 'AudioHijack' reveals adversarial audio attacks on generative voice models that successfully transfer to major production systems like Microsoft and Mistral.

New Windows 'MiniPlasma' zero-day exploit gives SYSTEM access, PoC released (r/cybersecurity)

Source: https://reddit.com/r/cybersecurity/comments/1tgda6s/new_windows_miniplasma_zeroday_exploit_gives/

The recently disclosed Windows 'MiniPlasma' zero-day exploit presents a critical vulnerability, allowing attackers to achieve SYSTEM-level privileges on affected Windows systems. This exploit bypasses existing security measures to gain the highest level of administrative control, posing a significant threat to data integrity and system security. The public release of a Proof-of-Concept (PoC) further escalates the urgency for organizations and individuals to address this flaw immediately.

This type of privilege escalation vulnerability can be chained with other exploits to move laterally within a network or to execute malicious code with elevated permissions. Defenders should prioritize patching and monitoring for exploitation attempts. Understanding the mechanics of the PoC can also aid in developing stronger detection and prevention strategies, making it a crucial component for security professionals to analyze and integrate into their defensive playbooks.

Comment: This zero-day with a public PoC is a severe threat; security teams need to prioritize patching and immediately assess their exposure to privilege escalation attacks.

TanStack Supply Chain Attack (And How to Lock Down GitHub Actions) (r/netsec)

Source: https://reddit.com/r/netsec/comments/1tgjqk0/tanstack_supply_chain_attack_and_how_to_lock_down/

The TanStack supply chain attack highlights the persistent and evolving risks associated with software dependencies and automated build environments. This incident serves as a stark reminder that even widely used libraries and their development workflows can become vectors for compromise. The core issue often lies in insufficient security controls within CI/CD pipelines, particularly in how third-party tools and actions are integrated and executed.

The accompanying guide on 'How to Lock Down GitHub Actions' provides invaluable practical advice for developers and security teams. It outlines concrete steps to minimize attack surfaces, such as implementing strict permissions, using trusted actions, pinning action versions, and enforcing least privilege principles for workflows. By adopting these hardening techniques, organizations can significantly reduce the likelihood of malicious code injection and unauthorized access within their build and deployment processes. This guidance is crucial for anyone managing open-source projects or enterprise applications relying on GitHub Actions, offering actionable strategies to bolster supply chain security.

Comment: This guide is a must-read for any team using GitHub Actions; supply chain attacks are increasing, and locking down your CI/CD is a top priority for preventing compromise.

AudioHijack: adversarial audio attacks on generative voice models transfer from open weights to Microsoft and Mistral production systems (r/netsec)

Source: https://reddit.com/r/netsec/comments/1tgvjzy/audiohijack_adversarial_audio_attacks_on/

New research on 'AudioHijack' unveils a concerning new vector for adversarial attacks targeting generative voice models. This study demonstrates that specially crafted adversarial audio inputs, designed to manipulate open-weight models, are surprisingly effective in transferring their malicious intent to sophisticated, proprietary production systems from industry leaders like Microsoft and Mistral. The attacks exploit subtle perturbations in audio that are imperceptible to the human ear but can cause AI models to misinterpret commands, generate incorrect outputs, or even leak sensitive information.

The implications of AudioHijack are profound for the security of AI-powered assistants, voice authentication systems, and other applications relying on robust speech processing. The ability of these attacks to bypass the black-box nature of commercial AI models suggests a fundamental vulnerability in current generative audio architectures. Defenders must now consider these advanced adversarial audio techniques as a serious threat and develop novel detection and mitigation strategies beyond traditional anomaly detection, focusing on the robustness of their audio input processing and model defenses.

Comment: AudioHijack reveals a critical vulnerability in generative voice models, demonstrating how subtle audio manipulations can bypass even proprietary AI defenses — a significant challenge for AI security.