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

推荐订阅源

博客园 - 叶小钗
爱范儿
爱范儿
WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
博客园 - 聂微东
雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
T
Tailwind CSS Blog
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 司徒正美
月光博客
月光博客
大猫的无限游戏
大猫的无限游戏
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The Cloudflare Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
人人都是产品经理
人人都是产品经理
宝玉的分享
宝玉的分享
罗磊的独立博客
Jina AI
Jina AI

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
AI-Powered Zero-Days Bypass 2FA; Passkey & Git Supply Cha...
soy · 2026-05-12 · via DEV Community

soy

AI-Powered Zero-Days Bypass 2FA; Passkey & Git Supply Chain Attacks Explored

Today's Highlights

Today's highlights cover groundbreaking AI-developed zero-day 2FA bypasses and critical insights into defeating passkeys in phishing assessments. We also delve into the growing threat of malware spread via Git repositories, offering practical hardening guidance for software supply chains.

Hackers Used AI to Develop First Known Zero-Day 2FA Bypass for Mass Exploitation (r/cybersecurity)

Source: https://reddit.com/r/cybersecurity/comments/1ta77wc/hackers_used_ai_to_develop_first_known_zeroday_2fa_bypass_for_mass_exploitation/

This groundbreaking report indicates that cybercriminals have leveraged Artificial Intelligence to engineer the first known zero-day vulnerability capable of bypassing two-factor authentication (2FA) for mass exploitation. The attack method, while not yet fully detailed publicly, represents a significant escalation in the AI arms race within cybersecurity. This vulnerability targets the fundamental mechanisms of 2FA, traditionally considered a robust layer of defense against unauthorized access. The use of AI in discovering and developing such an exploit allows for rapid analysis of complex authentication protocols and the identification of subtle weaknesses that human researchers might overlook or take longer to find.

The implications for enterprise security are profound, as the ability to bypass 2FA at scale could undermine numerous existing security postures that rely heavily on this control. Organizations must accelerate their research into AI-driven defensive strategies and consider advanced adaptive authentication mechanisms that can detect and mitigate novel bypass techniques. This development underscores the urgent need for continuous vigilance, proactive threat hunting, and investment in AI-powered security solutions to counteract the increasingly sophisticated attacks being mounted by adversaries using similar technologies. It pushes the boundaries of "newly disclosed CVEs & zero-days" into a new era where the discovery mechanism itself is automated and advanced.

Comment: This is a terrifying development. If AI can craft zero-day 2FA bypasses, every authentication system needs immediate re-evaluation, and relying solely on traditional 2FA is no longer enough. Defenders need to pivot fast.

How I Defeat Passkeys Nearly Every Time in Phishing Assessments (r/netsec)

Source: https://reddit.com/r/netsec/comments/1ta90iv/how_i_defeat_passkeys_nearly_every_time_in_phishing_assessments/

This article provides a critical, practical guide on exploiting vulnerabilities in passkey implementations during phishing assessments. Contrary to popular belief that passkeys are inherently phishing-resistant, the author demonstrates repeatable methods to bypass them. The core of the technique often revolves around social engineering users into granting unintended permissions or interacting with malicious prompts, leveraging gaps in user understanding or specific design choices in passkey workflows rather than breaking the cryptographic underpinnings. While passkeys significantly enhance security by eliminating shared secrets and relying on device-bound credentials, their effectiveness can be undermined by flawed implementation or user interaction design.

The insights offered are invaluable for security professionals aiming to improve their organization's authentication posture and develop more robust defenses. By understanding the common pitfalls and exploitation vectors, teams can refine their passkey deployment strategies, enhance user education programs, and implement additional layers of protection. This includes focusing on user experience that clearly differentiates legitimate requests from malicious ones, as well as integrating stronger fraud detection mechanisms. The practical demonstrations serve as a compelling argument for a defense-in-depth approach, emphasizing that even the most advanced authentication technologies require careful deployment and continuous assessment to truly deliver their promised security benefits, aligning with practical hardening guides.

Comment: Passkeys are a huge step forward, but this article highlights that the human element and implementation details are still weak links. We need better UX and training to make them truly phish-proof.

Be careful with your Git: Investigating malware spreading through Git repositories (r/cybersecurity)

Source: https://reddit.com/r/cybersecurity/comments/1ta7v8z/be_careful_with_your_git_investigating_malware_spreading_through_git_repositories/

This investigation sheds light on an increasingly prevalent supply chain attack vector: the distribution of malware through compromised or maliciously crafted Git repositories. Attackers are exploiting the trust developers place in version control systems and code sharing platforms to inject malicious code directly into development workflows. This can take various forms, including tainted open-source dependencies, malicious scripts embedded in .git hooks, or even legitimate-looking repositories designed to deliver payloads upon cloning or execution of build processes. The danger is particularly acute because developers frequently clone and integrate code from diverse sources without always conducting thorough security audits.

The article likely details specific attack patterns, indicators of compromise (IoCs), and practical recommendations for mitigating these risks. To defend against such supply chain attacks, organizations must implement stringent policies for third-party code review, utilize dependency scanning tools, and enforce least privilege principles for development environments. Regular security training for developers on identifying suspicious repository activity and maintaining clean development machines is also crucial. This reinforces the importance of "supply chain attacks" as a primary concern and provides actionable "practical hardening guides" for any team relying on Git for software development, urging vigilance throughout the software development lifecycle.

Comment: This is a critical reminder that even trusted development tools like Git can be vectors for supply chain attacks. Linting, dependency scanning, and careful peer review are more important than ever for every repo we interact with.