Backend et Fullstack

Backend & Fullstack Daily — 3 juin 2026

Lo nuevo hoy

Today's highlights

Points forts du jour

Click en cualquiera para ir al detalle

Click any item to jump to the full section

Cliquez un élément pour aller à la section complète

🔥

Top Stories

Breaking

Miasma: el scope npm @redhat-cloud-services comprometido con un worm que roba credenciales cloud

Wiz reportó el 1 de junio que al menos 32 paquetes (unas 64 versiones, con una tercera ola que acerca el total a ~95) del scope oficial @redhat-cloud-services —~80.000 descargas semanales— fueron troyanizados con Miasma, una variante del worm Mini Shai-Hulud (atribuido a TeamPCP) re-bautizada con mitología griega. Una cuenta de GitHub de un empleado de Red Hat fue comprometida y empujó orphan commits que pidieron un token OIDC id-token: write y publicaron con provenance SLSA válida. El payload de 4,2 MB corre en cada npm install antes de tu código, suma colectores nuevos para identidades GCP y Azure, roba tokens de GitHub, claves SSH y secrets de CI/CD, y se cifra distinto por infección para romper la detección por hash. Ojo: actualizá lockfiles y rotá credenciales YA si tocaste esos paquetes.

01 Jun 2026
wiz.io →
Breaking

CVE-2026-41089: RCE de Windows Netlogon ahora explotado in-the-wild contra domain controllers

Help Net Security informó el 1 de junio que el buffer overflow stack-based en Windows Netlogon (CVE-2026-41089) está siendo explotado activamente. El CCB de Bélgica avisó el 31 de mayo. Microsoft lo había marcado como «poco probable» de explotar al publicarlo en el Patch Tuesday del 12 de mayo, pero adversarios asistidos por IA aceleraron el timeline. Permite RCE no autenticado vía requests de red diseñadas contra domain controllers; afecta múltiples Windows Server, incluidos legacy 2008 R2 / 2012 / 2012 R2 (con micropatches de ACROS). No es JS, pero si tu backend vive en una red con AD: parcheá TODOS los DCs en la misma ventana. Un bosque medio parcheado no es defendible.

01 Jun 2026
helpnetsecurity.com →
🏗️

Architecture & Best Practices

Destacado

La lección de Miasma: la provenance SLSA es necesaria pero NO suficiente

El análisis de Snyk sobre Miasma (1 de junio) deja la moraleja de arquitectura del año: el trusted publishing de npm tenía un gap estructural que permitió mintear un evento de publish con provenance válida usando solo una rama temporal en los repos de Red Hat. Cuando el atacante controla la identidad de publicación, la firma deja de detectar código malicioso y pasa a legitimarlo. Mitigaciones concretas para tu pipeline: forzá review en branches protegidas para que los orphan commits no puedan publicar, scopeá el trust OIDC a branches y workflows específicos (no a todo el repo), exigí 2FA con publish protection en npm, y combiná la verificación de provenance con checks de comportamiento en vez de confiar solo en las attestations. Verificar la firma sin verificar quién la emitió es teatro de seguridad.

01 Jun 2026
snyk.io →
☁️

Cloud & DevOps

Destacado

GitHub Copilot ahora corre en sandboxes aislados, locales y en la nube (public preview)

GitHub anunció el 2 de junio que Copilot puede ejecutar sus tools dentro de sandboxes aislados: local en tu máquina o cloud sandboxes totalmente aislados y hosteados por GitHub. La ejecución de comandos de shell que dispara el agente corre con acceso restringido a filesystem, red y capabilities del sistema. Es la respuesta directa al riesgo de los workflows agénticos: experimentás con agentes sin darle al modelo barra libre sobre tu disco. Buen patrón para copiar en tus propios runners de CI agéntico. La misma tanda sumó budget controls duros para GHAS y el skill /security-review.

02 Jun 2026
github.blog →
🔗

Fullstack

GA

Copilot SDK llega a GA: embebé el motor agéntico de Copilot en tus apps

GitHub llevó a GA el Copilot SDK el 2 de junio: una API estable para embeber el motor agéntico de Copilot —planning, invocación de tools, edición de archivos, streaming y sesiones multi-turn— en tus propias apps y herramientas de dev sin armar tu capa de orquestación. Cubre Node.js/TypeScript, Python, Go, .NET y suma Rust y Java en GA. Trae registro de tools custom, integración con servidores MCP, tracing con OpenTelemetry, sesiones cloud-backed y hooks para interceptar el comportamiento del agente. Disponible para todos los suscriptores (incluido free) y para no-Copilot vía BYOK. Si construís CI/CD assistants o features de IA in-product, esto te ahorra reinventar el orquestador.

02 Jun 2026
github.blog →
🔥

Top Stories

Breaking

Miasma: @redhat-cloud-services npm scope compromised with a cloud-credential-stealing worm

Wiz reported on June 1 that at least 32 packages (~64 versions, with a third wave pushing the total near ~95) in the official @redhat-cloud-services scope —~80,000 weekly downloads— were trojanized with Miasma, a Mini Shai-Hulud worm variant (attributed to TeamPCP) rebranded with Greek mythology. A compromised Red Hat employee GitHub account pushed orphan commits that requested an id-token: write OIDC token and published with valid SLSA provenance. The 4.2 MB payload runs on every npm install before your code, adds new collectors for GCP and Azure identities, steals GitHub tokens, SSH keys and CI/CD secrets, and is uniquely encrypted per infection to defeat hash-based detection. Pin lockfiles and rotate credentials NOW if you touched those packages.

01 Jun 2026
wiz.io →
Breaking

CVE-2026-41089: Windows Netlogon RCE now exploited in the wild against domain controllers

Help Net Security reported on June 1 that the stack-based buffer overflow in Windows Netlogon (CVE-2026-41089) is under active exploitation. Belgium's CCB warned on May 31. Microsoft had rated it «less likely» to be exploited when disclosing it in the May 12 Patch Tuesday, but AI-assisted adversaries accelerated the timeline. It enables unauthenticated RCE via crafted network requests to domain controllers; it affects multiple Windows Server builds, including legacy 2008 R2 / 2012 / 2012 R2 (ACROS shipped micropatches). Not JS, but if your backend lives on an AD network: patch ALL DCs in one window. A half-patched forest is not defensible.

01 Jun 2026
helpnetsecurity.com →
🏗️

Architecture & Best Practices

Notable

The Miasma lesson: SLSA provenance is necessary but NOT sufficient

Snyk's Miasma write-up (June 1) delivers the architecture takeaway of the year: npm's trusted publishing had a structural gap that let attackers mint a valid, provenance-attested publish event using only a temporary branch on Red Hat's own repos. When the attacker controls the publishing identity, the signature stops detecting malicious code and starts legitimizing it. Concrete mitigations for your pipeline: enforce review on protected branches so orphan commits can't publish, scope OIDC trust to specific branches and workflows (not whole repos), require 2FA with publish protection on npm, and pair provenance verification with behavioral checks instead of trusting attestations alone. Verifying the signature without verifying who issued it is security theater.

01 Jun 2026
snyk.io →
☁️

Cloud & DevOps

Notable

GitHub Copilot now runs in isolated local + cloud sandboxes (public preview)

GitHub announced on June 2 that Copilot can run its tools inside isolated sandboxes: locally on your machine or fully isolated cloud sandboxes hosted by GitHub. Shell command execution initiated by the agent runs with restricted access to filesystem, network and system capabilities. It's a direct answer to agentic-workflow risk: you experiment with agents without handing the model free rein over your disk. A good pattern to copy in your own agentic-CI runners. The same batch added hard budget controls for GHAS and a /security-review skill.

02 Jun 2026
github.blog →
🔗

Fullstack

GA

Copilot SDK reaches GA: embed Copilot's agentic engine in your apps

GitHub moved the Copilot SDK to GA on June 2: a stable API to embed Copilot's agentic engine —planning, tool invocation, file editing, streaming and multi-turn sessions— into your own apps and dev tools without building an orchestration layer. It covers Node.js/TypeScript, Python, Go, .NET and adds Rust and Java at GA. It ships custom tool registration, MCP server integration, OpenTelemetry tracing, cloud-backed sessions and hooks to intercept agent behavior. Available to all subscribers (free included) and to non-Copilot users via BYOK. If you build CI/CD assistants or in-product AI features, this saves reinventing the orchestrator.

02 Jun 2026
github.blog →
🔥

Top Stories

Breaking

Miasma : le scope npm @redhat-cloud-services compromis par un worm voleur d'identifiants cloud

Wiz a signalé le 1er juin qu'au moins 32 paquets (~64 versions, une troisième vague approchant le total de ~95) du scope officiel @redhat-cloud-services —~80 000 téléchargements/semaine— ont été trojanisés avec Miasma, une variante du worm Mini Shai-Hulud (attribué à TeamPCP) renommée avec la mythologie grecque. Un compte GitHub d'un employé Red Hat compromis a poussé des orphan commits demandant un token OIDC id-token: write et publiant avec une provenance SLSA valide. Le payload de 4,2 Mo s'exécute à chaque npm install, ajoute des collecteurs pour les identités GCP et Azure, vole tokens GitHub, clés SSH et secrets CI/CD, et est chiffré différemment par infection pour contrer la détection par hash.

01 Jun 2026
wiz.io →
Breaking

CVE-2026-41089 : RCE Windows Netlogon désormais exploité in-the-wild contre les domain controllers

Help Net Security a indiqué le 1er juin que le buffer overflow stack-based dans Windows Netlogon (CVE-2026-41089) est activement exploité. Le CCB belge a alerté le 31 mai. Microsoft l'avait jugé « peu probable » d'être exploité lors du Patch Tuesday du 12 mai, mais des adversaires assistés par IA ont accéléré le calendrier. Il permet un RCE non authentifié via des requêtes réseau conçues contre les domain controllers ; il touche plusieurs Windows Server, dont les versions legacy 2008 R2 / 2012 / 2012 R2 (micropatches ACROS). Patchez TOUS les DC dans la même fenêtre.

01 Jun 2026
helpnetsecurity.com →
🏗️

Architecture & Best Practices

Notable

La leçon Miasma : la provenance SLSA est nécessaire mais PAS suffisante

L'analyse Miasma de Snyk (1er juin) livre l'enseignement d'architecture de l'année : le trusted publishing de npm avait un défaut structurel permettant de forger un événement de publish attesté par provenance valide via une simple branche temporaire sur les repos de Red Hat. Quand l'attaquant contrôle l'identité de publication, la signature cesse de détecter le code malveillant et le légitime. Mitigations concrètes : imposez la review sur les branches protégées, limitez le trust OIDC à des branches et workflows précis, exigez la 2FA avec publish protection sur npm, et combinez la vérification de provenance avec des contrôles comportementaux.

01 Jun 2026
snyk.io →
☁️

Cloud & DevOps

Notable

GitHub Copilot s'exécute désormais en sandboxes isolées, locales et cloud (public preview)

GitHub a annoncé le 2 juin que Copilot peut exécuter ses tools dans des sandboxes isolées : en local sur votre machine ou en cloud sandboxes entièrement isolées hébergées par GitHub. L'exécution de commandes shell lancée par l'agent tourne avec un accès restreint au filesystem, au réseau et aux capabilities système. Une réponse directe au risque des workflows agentiques. Le même lot a ajouté des budget controls stricts pour GHAS et un skill /security-review.

02 Jun 2026
github.blog →
🔗

Fullstack

GA

Le Copilot SDK passe en GA : intégrez le moteur agentique de Copilot

GitHub a fait passer le Copilot SDK en GA le 2 juin : une API stable pour intégrer le moteur agentique de Copilot —planning, invocation de tools, édition de fichiers, streaming et sessions multi-turn— dans vos apps et outils dev sans couche d'orchestration. Il couvre Node.js/TypeScript, Python, Go, .NET et ajoute Rust et Java en GA. Avec enregistrement de tools custom, intégration de serveurs MCP, tracing OpenTelemetry, sessions cloud-backed et hooks. Disponible pour tous les abonnés (free inclus) et en BYOK.

02 Jun 2026
github.blog →