Backend & Fullstack

Backend & Fullstack Daily — June 9, 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

CVE-2026-23479: una IA autónoma destapa un RCE de 2 años en Redis

Un use-after-free en el flujo unblockClientOnKey permite RCE a un atacante autenticado que pueda lanzar comandos bloqueantes. El bug vivió desde Redis 7.2.0 hasta 8.6.2 — lo encontró Team Xint Code, una herramienta de seguridad con IA autónoma que caza bugs en bases de código grandes. NVD lo puntúa CVSS 8.8 (Redis lo baja a 7.7 en CVSS 4.0). Parchá ya a 7.2.14, 7.4.9, 8.2.6, 8.4.3 o 8.6.3 según tu rama. El detalle jugoso: el hallazgo lo hizo una IA, no un humano — bienvenidos al nuevo fuzzing.

03 Jun 2026
thehackernews.com →
Breaking

Miasma desciende al Hades: la ola del gusano salta a PyPI

Socket detectó 37 wheels maliciosos en 19 paquetes PyPI, llevando la campaña Miasma a 448 artefactos (411 npm + 37 PyPI). En Python el trigger ya no es preinstall: usa archivos *-setup.pth con líneas de import ejecutables. El payload sigue apoyándose en runtimes de Bun para robar credenciales (GitHub, AWS/GCP/Azure, CI/CD). Cambió el branding a «Hades» y cayeron tools de bioinformática con cientos de miles de descargas. Ojo: el worm ya es multi-ecosistema, no solo npm.

07 Jun 2026
socket.dev →
Release

Valkey 9.1: -10% de memoria, ACLs por base y CLUSTERSCAN

El fork del Linux Foundation suma una minor sólida: hasta 10% menos de memoria por clave sin tocar config, recarga automática de certificados TLS y un nuevo sistema de ACL a nivel de base para aislamiento multi-tenant en una sola instancia. Llega también CLUSTERSCAN para escaneo consistente en todo el clúster, más Valkey Search 1.2 y GLIDE. Más de 80 contributors en esta release: Valkey ya es primera opción, no fork de protesta.

02 Jun 2026
linuxfoundation.org →
🗄️

Databases & Data

Destacado

Weaviate 1.38.0: namespaces y filtros sobre objetos anidados

La vector DB suma namespaces para aislar datos dentro de una colección y filtrado sobre objetos anidados — útil para multi-tenancy y esquemas ricos sin desnormalizar. Si estás armando RAG con tenants, esto te ahorra colecciones duplicadas.

05 Jun 2026
github.com/weaviate →
Patch

Milvus 2.6.18: patch de estabilidad

Release enfocada en estabilidad para la vector DB de alto volumen. Si corrés Milvus en producción, es un upgrade de bajo riesgo que conviene tomar.

05 Jun 2026
github.com/milvus-io →
Patch

Qdrant 1.18.2: mantenimiento del motor de búsqueda vectorial

Patch de mantenimiento sobre la línea 1.18. Nada glamoroso, pero mantené el motor al día si dependés de él para búsqueda semántica.

04 Jun 2026
github.com/qdrant →
Patch

TimescaleDB 2.27.2: bugfix para la extensión time-series de Postgres

Release de corrección de bugs para la extensión time-series sobre PostgreSQL. Upgrade tranquilo si manejás métricas o IoT sobre Timescale.

02 Jun 2026
github.com/timescale →
🧩

Frameworks & Libraries

Patch

Hasura 2.49.1: mantenimiento del motor GraphQL

Update de mantenimiento para el motor GraphQL sobre Postgres. Si exponés tu data layer con Hasura v2, tomá el patch para quedarte al día con la línea 2.49.

04 Jun 2026
github.com/hasura →
☁️

Cloud & DevOps

Release

Jenkins 2.567: release weekly

Nueva weekly del servidor de CI más usado on-prem. Si seguís la línea weekly, revisá el changelog por cambios de plugins antes de subir; los equipos conservadores siguen mejor en la LTS.

02 Jun 2026
jenkins.io →
Patch

n8n 1.123.53: patch sobre la línea 1.x LTS

Patch sobre la 1.x LTS de la plataforma de automatización, con actualizaciones paralelas en la 2.x. Si self-hosteás n8n, mantenelo parcheado — recordá que su superficie de webhooks ya fue blanco de RCE este año.

05 Jun 2026
github.com/n8n-io →
🔗

Fullstack

Patch

Keycloak 26.6.3: patch del servidor de identidad

Patch para el IdP open source de referencia (OIDC/SAML). Si Keycloak es tu capa de auth, los patches del servidor de identidad no son opcionales — tomalo aunque sea «menor».

04 Jun 2026
github.com/keycloak →
🔥

Top Stories

Breaking

CVE-2026-23479: autonomous AI uncovers a 2-year-old RCE in Redis

A use-after-free in the unblockClientOnKey flow lets an authenticated attacker who can issue blocking commands reach RCE. The bug lived from Redis 7.2.0 through 8.6.2 — found by Team Xint Code, an autonomous AI security tool that hunts bugs in large codebases. NVD rates it CVSS 8.8 (Redis lists 7.7 under CVSS 4.0). Patch now to 7.2.14, 7.4.9, 8.2.6, 8.4.3 or 8.6.3 depending on your branch. The notable part: an AI found it, not a human.

03 Jun 2026
thehackernews.com →
Breaking

Miasma descends to Hades: the worm wave jumps to PyPI

Socket flagged 37 malicious wheels across 19 PyPI packages, pushing the Miasma campaign to 448 artifacts (411 npm + 37 PyPI). On Python the trigger is no longer preinstall: it uses *-setup.pth files with executable import lines. The payload still leans on Bun runtimes to steal credentials (GitHub, AWS/GCP/Azure, CI/CD). It rebranded to «Hades» and took down bioinformatics tools with hundreds of thousands of downloads. The worm is now multi-ecosystem, not just npm.

07 Jun 2026
socket.dev →
Release

Valkey 9.1: -10% memory, per-database ACLs and CLUSTERSCAN

The Linux Foundation fork ships a solid minor: up to 10% less memory per key with no tuning, automatic TLS certificate reloading, and a new database-level ACL system for multi-tenant isolation within a single instance. It also adds CLUSTERSCAN for consistent cluster-wide scanning, plus Valkey Search 1.2 and GLIDE. Over 80 contributors landed this release — Valkey is a first-choice store now, not a protest fork.

02 Jun 2026
linuxfoundation.org →
🗄️

Databases & Data

Notable

Weaviate 1.38.0: namespaces and nested object filtering

The vector DB adds namespaces to isolate data within a collection and nested object filtering — handy for multi-tenancy and rich schemas without denormalizing. If you run RAG with tenants, this saves you duplicate collections.

05 Jun 2026
github.com/weaviate →
Patch

Milvus 2.6.18: stability patch

Stability-focused release for the high-volume vector DB. If you run Milvus in production, it's a low-risk upgrade worth taking.

05 Jun 2026
github.com/milvus-io →
Patch

Qdrant 1.18.2: vector search engine maintenance

Maintenance patch on the 1.18 line. Nothing glamorous, but keep the engine current if you rely on it for semantic search.

04 Jun 2026
github.com/qdrant →
Patch

TimescaleDB 2.27.2: bug-fix for the Postgres time-series extension

Bug-fix release for the time-series extension on PostgreSQL. A calm upgrade if you handle metrics or IoT on Timescale.

02 Jun 2026
github.com/timescale →
🧩

Frameworks & Libraries

Patch

Hasura 2.49.1: GraphQL engine maintenance

Maintenance update for the GraphQL-over-Postgres engine. If you expose your data layer with Hasura v2, grab the patch to stay current on the 2.49 line.

04 Jun 2026
github.com/hasura →
☁️

Cloud & DevOps

Release

Jenkins 2.567: weekly release

Fresh weekly of the most-used on-prem CI server. If you track the weekly line, check the changelog for plugin changes before bumping; conservative teams are better off on the LTS.

02 Jun 2026
jenkins.io →
Patch

n8n 1.123.53: patch on the 1.x LTS line

Patch on the automation platform's 1.x LTS, with parallel 2.x updates. If you self-host n8n, keep it patched — its webhook surface has already been an RCE target this year.

05 Jun 2026
github.com/n8n-io →
🔗

Fullstack

Patch

Keycloak 26.6.3: identity server patch

Patch for the reference open-source IdP (OIDC/SAML). If Keycloak is your auth layer, identity-server patches aren't optional — take it even when it's «minor».

04 Jun 2026
github.com/keycloak →
🔥

Top Stories

Breaking

CVE-2026-23479 : une IA autonome déterre un RCE de 2 ans dans Redis

Un use-after-free dans le flux unblockClientOnKey permet un RCE à un attaquant authentifié capable d'émettre des commandes bloquantes. Le bug existait de Redis 7.2.0 à 8.6.2 — trouvé par Team Xint Code, un outil de sécurité IA autonome. NVD le note CVSS 8.8. Patchez vers 7.2.14, 7.4.9, 8.2.6, 8.4.3 ou 8.6.3 selon votre branche.

03 Jun 2026
thehackernews.com →
Breaking

Miasma descend aux Enfers : le ver passe à PyPI

Socket a repéré 37 wheels malveillants dans 19 paquets PyPI, portant la campagne Miasma à 448 artefacts (411 npm + 37 PyPI). Sur Python, le déclencheur n'est plus preinstall : il utilise des fichiers *-setup.pth avec des lignes d'import exécutables. Le payload s'appuie toujours sur des runtimes Bun pour voler des credentials.

07 Jun 2026
socket.dev →
Release

Valkey 9.1 : -10% mémoire, ACL par base et CLUSTERSCAN

Le fork de la Linux Foundation livre une minor solide : jusqu'à 10% de mémoire en moins par clé sans réglage, rechargement automatique des certificats TLS et un nouveau système d'ACL au niveau base pour l'isolation multi-tenant. Ajoute aussi CLUSTERSCAN, Valkey Search 1.2 et GLIDE.

02 Jun 2026
linuxfoundation.org →
🗄️

Databases & Data

Notable

Weaviate 1.38.0 : namespaces et filtres sur objets imbriqués

La vector DB ajoute des namespaces pour isoler les données dans une collection et le filtrage sur objets imbriqués — utile pour le multi-tenant et les schémas riches sans dénormaliser.

05 Jun 2026
github.com/weaviate →
Patch

Milvus 2.6.18 : patch de stabilité

Release axée stabilité pour la vector DB à fort volume. Si vous utilisez Milvus en production, c'est une mise à jour à faible risque.

05 Jun 2026
github.com/milvus-io →
Patch

Qdrant 1.18.2 : maintenance du moteur de recherche vectoriel

Patch de maintenance sur la ligne 1.18. Rien de spectaculaire, mais gardez le moteur à jour si vous en dépendez pour la recherche sémantique.

04 Jun 2026
github.com/qdrant →
Patch

TimescaleDB 2.27.2 : correctif pour l'extension time-series de Postgres

Release de correction de bugs pour l'extension time-series sur PostgreSQL. Mise à jour tranquille si vous gérez des métriques ou de l'IoT sur Timescale.

02 Jun 2026
github.com/timescale →
🧩

Frameworks & Libraries

Patch

Hasura 2.49.1 : maintenance du moteur GraphQL

Mise à jour de maintenance pour le moteur GraphQL sur Postgres. Si vous exposez votre couche de données avec Hasura v2, prenez le patch pour rester à jour sur la ligne 2.49.

04 Jun 2026
github.com/hasura →
☁️

Cloud & DevOps

Release

Jenkins 2.567 : release weekly

Nouvelle weekly du serveur CI on-prem le plus utilisé. Si vous suivez la ligne weekly, vérifiez le changelog avant de monter ; les équipes prudentes restent mieux sur la LTS.

02 Jun 2026
jenkins.io →
Patch

n8n 1.123.53 : patch sur la ligne 1.x LTS

Patch sur la 1.x LTS de la plateforme d'automatisation, avec des mises à jour parallèles en 2.x. Si vous auto-hébergez n8n, gardez-le patché.

05 Jun 2026
github.com/n8n-io →
🔗

Fullstack

Patch

Keycloak 26.6.3 : patch du serveur d'identité

Patch pour l'IdP open source de référence (OIDC/SAML). Si Keycloak est votre couche d'auth, les patches du serveur d'identité ne sont pas optionnels — prenez-le même «mineur».

04 Jun 2026
github.com/keycloak →