miércoles, 16 de septiembre de 2026

BambooToken: Malware que utiliza el protocolo MQTT

Investigadores en ciberseguridad han detectado una sofisticada familia de malware denominada BambooToken, la cual ha estado operativa desde febrero de 2023. Lo más notable de esta amenaza es su capacidad multiplataforma, ya que logra comprometer tanto sistemas Windows como entornos Linux. A diferencia de las herramientas de acceso remoto convencionales que suelen apoyarse en servidores de comando y control (C2) basados en HTTP o DNS, esta variante utiliza el protocolo Message Queueing Telemetry Transport, más conocido como MQTT, para establecer sus canales de comunicación.

BambooToken Malware Uses MQTT to Control Windows and Linux Systems

La elección de MQTT, un estándar de mensajería ligero diseñado originalmente para dispositivos del Internet de las Cosas (IoT), resulta estratégica para los atacantes. Al aprovechar este protocolo orientado a eventos, BambooToken puede enviar instrucciones maliciosas y exfiltrar datos de manera más sigilosa, dificultando la detección por parte de las soluciones de monitoreo de red tradicionales que, por lo general, buscan patrones de tráfico web estándar. Esta técnica permite a los operadores mantener un control persistente sobre los dispositivos infectados sin levantar sospechas inmediatas mediante firmas de tráfico conocidas.

La campaña ha sido identificada principalmente en ataques dirigidos a organizaciones ubicadas en Asia y América del Sur. Para un profesional de la seguridad, este hallazgo subraya una tendencia preocupante: los actores de amenazas están diversificando sus métodos de transporte de datos hacia protocolos industriales o de mensajería menos examinados. La naturaleza multiplataforma del malware indica que sus desarrolladores poseen un conocimiento profundo de las particularidades de los sistemas de archivos y las APIs tanto de sistemas operativos de escritorio como de servidores, permitiéndoles una versatilidad poco común en otras campañas de malware similares.

El impacto de BambooToken radica en su capacidad de evasión y su arquitectura inusual, lo cual obliga a los equipos de defensa a ampliar sus reglas de detección más allá de los dominios de C2 convencionales. La implementación de un monitoreo granular en los flujos de mensajería MQTT dentro de las redes corporativas se ha vuelto fundamental para identificar intentos de control por parte de este grupo. Ante esta amenaza, es crítico auditar las conexiones salientes hacia brókers MQTT no autorizados y reforzar la segmentación de red para limitar el movimiento lateral que este malware pueda intentar tras la intrusión inicial.

Artículos relacionados de LaRebelión:


Fuente Original: thehackernews.com

Artículo generado mediante AI.larebelion.

Europe Summons Top AI Labs Over Safety

European Commission President Ursula von der Leyen is set to convene a meeting with leading artificial intelligence laboratories. This initiative aims to address the systemic risks posed by advanced foundation models before the European Union's comprehensive AI Act takes full effect. By bringing developers of frontier AI directly to the table, Brussels hopes to foster a collaborative environment where industry leaders can agree on actionable safety measures and voluntary commitments.

EU's von der Leyen to invite frontier labs for talks on tackling AI risks - Reuters
Imagen generada con IA

For technically literate observers, this move represents a critical bridge between legislative theory and engineering reality. While the EU AI Act establishes a stringent legal framework, translating these rules into technical safeguards requires direct input from the engineers building these systems. The discussions are expected to focus on practical risk-mitigation strategies that can be implemented immediately, such as robust model evaluations, red-teaming protocols, and secure watermarking for synthetic content, mitigating potential harms during the transition period before the regulation becomes legally binding.

This proactive engagement highlights a shifting regulatory strategy. Rather than relying solely on top-down enforcement, European policymakers are seeking to co-design compliance pathways with the creators of generative AI. This dialogue is crucial because advanced model architectures evolve at a pace that traditional legislative processes cannot match. By establishing direct channels with frontier labs, the EU aims to create a dynamic safety framework capable of adapting to rapid algorithmic breakthroughs while ensuring public trust and systemic security.

Artículos relacionados de LaRebelión:


Fuente Original: Reuters

Artículo generado mediante AI.larebelion.

Ubuntu Switches to Rust Coreutils Migration Complete

Ubuntu has just hit a significant milestone in its ongoing "Rust-ification" project, successfully migrating all its core utilities to versions written in the Rust programming language. This move means that essential command-line tools that users interact with daily, like 'ls', 'cat', 'chmod', and 'du', have now been replaced with their equivalents from the uutils project.

Ubuntu Switches to Rust Coreutils Migration Complete

The final pieces of the puzzle were the 'cp', 'mv', and 'rm' commands, which were the last to be transitioned. This migration wasn't without its hurdles; the Ubuntu 26.10 release in itially saw a slowdown due to Time-of-Check to Time-of-Use (TOCTOU) vulnerabilities found in these specific utilities. Canonical enlisted Zellic for security audits, which identified numerous issues, many with assigned CVEs, though most have since been resolved.

Despite some bumps in the road, including a temporary setback where 'uutils cp' was briefly removed from the archive before a quick fix, the migration is now complete for Ubuntu 25.10 and subsequent releases. For the end-user, this change should be largely invisible. The uutils coreutils are designed as direct replacements for the GNU versions, with the project actively treating any functional differences as bugs. However, for those who prefer the traditional GNU tools, a 'coreutils-from-gnu' package remains available for installation.

Fuente Original: https://news.slashdot.org/story/26/09/15/2115242/ubuntus-rust-ification-hits-new-milestone-coreutils-migration-is-complete?utm_source=rss1.0mainlinkanon&utm_medium=feed

Artículos relacionados de LaRebelión:

Artículo generado mediante LaRebelionBOT

martes, 15 de septiembre de 2026

Microsoft Releases Emergency Fix for Windows 11

Microsoft has deployed an out-of-band emergency update for Windows 11 to resolve a critical issue introduced by a previous patch. The initial update, intended to address security vulnerabilities, inadvertently triggered a widespread performance degradation problem. Users reported that their systems experienced extreme latency, unresponsive interfaces, and in some cases, complete failure to boot. The root cause of these disruptions was identified as a conflict within the operating system’s resource management, which effectively throttled system processes to the point of instability.

Microsoft issues emergency Windows 11 update to fix its record-breaking patch - The Verge
Imagen generada con IA

This incident is particularly notable due to the scale and severity of the impact. The initial patch, which was meant to be a routine security hardening measure, instead caused a record-breaking disruption for the Windows user base. By pushing an emergency fix so rapidly, Microsoft is attempting to mitigate the fallout for enterprise and consumer systems alike. For technically literate users, this serves as a stark reminder of the complexities involved in modern operating system maintenance, where even a minor kernel-level tweak can have cascading effects on overall platform reliability.

The emergency update, identified as KB5043178, acts as a corrective rollback for the problematic code found in the prior release. The patch essentially bypasses the faulty optimization logic that was causing the resource contention, restoring system functionality to its expected state. Microsoft has advised administrators to deploy this update immediately to restore performance and prevent ongoing instability. The incident highlights a growing concern among IT professionals regarding the stability of Microsoft’s "Patch Tuesday" cycle, as automated updates continue to carry inherent risks despite rigorous pre-release testing.

Moving forward, the situation underscores the necessity for robust backup and recovery strategies, even when dealing with official, first-party security updates. While the emergency patch appears to have stabilized the affected installations, the event has prompted discussions regarding the need for more granular control over update deployments within corporate environments. Organizations are currently reviewing their automated patch management policies to ensure that future emergency updates can be tested in staged environments before being pushed to production machines, thereby minimizing the risk of widespread downtime caused by faulty software updates.

Artículos relacionados de LaRebelión:


Fuente Original: The Verge

Artículo generado mediante AI.larebelion.

// Telegram BOT