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

推荐订阅源

aimingoo的专栏
aimingoo的专栏
腾讯CDC
Y
Y Combinator Blog
L
LangChain Blog
B
Blog
U
Unit 42
P
Proofpoint News Feed
G
Google Developers Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 【当耐特】
WordPress大学
WordPress大学
月光博客
月光博客
Vercel News
Vercel News
雷峰网
雷峰网
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
大猫的无限游戏
大猫的无限游戏
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 叶小钗

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
GitHub Breach via VSCode Extension, ZTE Router CVE-2026-3...
soy · 2026-05-21 · via DEV Community

soy

GitHub Breach via VSCode Extension, ZTE Router CVE-2026-34472, & Public Repo Secrets Leaks

Today's Highlights

Today's security news highlights a significant GitHub internal breach traced to a compromised VSCode extension, underscoring supply chain risks. Additionally, a new CVE affects ZTE routers with pre-auth credential exposure, alongside a prominent example of critical secrets exposed in public GitHub repositories.

GitHub hit by a compromised VSCode extension (r/netsec)

Source: https://reddit.com/r/netsec/comments/1tiiyxq/github_hit_by_a_compromised_vscode_extension/

The tech community is abuzz with news of a significant internal breach at GitHub, reportedly stemming from a compromised VSCode extension. This incident allowed unauthorized access to GitHub's internal repositories, showcasing a critical vulnerability in the software supply chain. Attackers exploited this vector to potentially exfiltrate sensitive data, including an unspecified number of private repositories, although GitHub has stated there's no current evidence of impact to customer information. This marks a concerning development as it targets the very tools developers rely on daily.

This breach underscores the escalating risks associated with developer tooling, where malicious extensions or compromised components can act as sophisticated entry points into corporate networks. The incident highlights the challenge of securing complex development environments and the need for rigorous vetting of all third-party dependencies, from development libraries to IDE plugins. Such supply chain attacks are increasingly common and bypass traditional perimeter defenses by targeting trusted components. Organizations must adopt a zero-trust mindset towards their development ecosystems to mitigate these evolving threats.

Comment: Developers must scrutinize VSCode extensions and other third-party tools for potential supply chain risks. This incident reinforces the need for robust endpoint security, strict access controls, and regular audits of integrated development environment (IDE) components to prevent similar breaches.

CVE-2026-34472: Pre-auth credential exposure and auth bypass in ZTE H188A V6 routers (r/netsec)

Source: https://reddit.com/r/netsec/comments/1timb3b/cve202634472_pre2auth_credential_exposure_and_auth/

A newly disclosed vulnerability, identified as CVE-2026-34472, has been found to impact ZTE H188A V6 routers, presenting a significant security risk through pre-authentication credential exposure and an authentication bypass. Detailed technical analysis indicates that a routing flaw is the core issue, allowing unauthenticated attackers to gain access to sensitive administrative interfaces and functions without requiring prior authentication. This critical flaw, if exploited, could grant full control over the affected router, enabling malicious actors to manipulate its configuration and compromise the network it serves.

Such a compromise on a network edge device like a home or small business router has severe implications. Attackers could manipulate network settings, redirect internet traffic to malicious sites, launch further attacks on internal networks, or even monitor sensitive communications passing through the device. This vulnerability emphasizes the critical importance of keeping networking hardware patched and regularly monitored, as these devices often represent the first line of defense against external threats and are frequently overlooked in regular security audits, despite their critical role in network security.

Comment: Users of ZTE H188A V6 routers should immediately check for and apply any available firmware updates to patch CVE-2026-34472. This vulnerability underscores the importance of regularly reviewing and updating network edge devices, as they often serve as critical entry points for attackers.

America's top cyber-defense agency left a GitHub repo open with with passwords, keys, tokens – and incredibly obvious filenames (r/cybersecurity)

Source: https://reddit.com/r/cybersecurity/comments/1ticxu3/americas_top_cyberdefense_agency_left_a_github/

In a concerning disclosure, a leading US cyber-defense agency was found to have inadvertently exposed critical secrets within a publicly accessible GitHub repository. The leaked data reportedly included passwords, API keys, and authentication tokens, further compounded by the use of 'incredibly obvious filenames' that clearly indicated their sensitive nature. This incident serves as a prominent real-world example of how even highly security-conscious organizations with robust cyber defenses can fall prey to fundamental misconfigurations and lapses in secrets management practices, impacting national security.

The implications of such an exposure are profound, potentially leading to widespread unauthorized access, compromise of internal systems, and severe data breaches for the affected agency and its partners. This event powerfully highlights that technical prowess in cybersecurity does not negate the need for stringent adherence to basic security hygiene, particularly in managing developer secrets across the software development lifecycle. It underscores the ongoing challenge of enforcing secure coding and deployment practices within large, complex organizations, emphasizing the human element in operational security.

Comment: This is a critical lesson for all developers and organizations: never store sensitive credentials directly in source code repositories, even private ones, and especially not in public ones. Implement robust secrets management solutions (like HashiCorp Vault, AWS Secrets Manager, Azure Key Vault) and automate credential rotation to mitigate this common and highly dangerous vulnerability.