Urgent.News

the world's headlines, one feed

Editions

Tech

Buggy microcontrollers making up some of the world's most important servers can be easily backdoored

Researchers found more than a dozen new flaws plaguing baseboard management controllers.

Buggy microcontrollers making up some of the world's most important servers can be easily backdoored

Security researchers from runZero disclosed over a dozen new vulnerabilities in baseboard management controllers (BMCs) used in numerous enterprise servers. BMCs, specialized hardware components introduced in the late 1990s, enable administrators to remotely monitor and manage servers' hardware, even when the system is powered off. Found at the Black Hat security conference, the flaws were disclosed by HD Moore of runZero, raising concerns regarding a widespread and under-patched parallel attack surface.

According to Moore, the vulnerabilities found in BMCs from HPE, Supermicro, Avocent, Huawei, Lenovo, and Dell pose a significant risk. During two scans conducted, 86,000 exposed BMCs were discovered in internet-connected devices, with 54% of them carrying at least one of the flaws. Internally, a survey of over 120,000 BMCs revealed that 29% were affected by at least one critical vulnerability.

While many of the flaws can only be exploited with prior authentication, Moore highlighted that smaller pre-authentication flaws also exist and could be abused by well-equipped threat actors. The researchers cautioned that details about the vulnerabilities will remain undisclosed until the affected manufacturers address the issues.

Written by urgent.news from TechRadar's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at techradar.com →

More in Tech

Rust SIMD Just Came to the GPU — and It Changes How We Think About Parallel Programming

For decades, GPU programming has meant one of two things: writing CUDA kernels in C++ or wrestling with OpenCL. Both require you to think in a fundamentally different paradigm than CPU programming.

  • Rust SIMD now works natively on GPUs, bridging decades-long programming gap
  • VectorWare's GPU runtime enables SIMD code to run without modifications
  • Same Rust code can run on x86 CPUs, ARM devices, and GPUs with single codebase

Porting a Python PEG parser to Rust in 72 hours, and actually proving it worked

There's a joke that every Rust project starts with someone saying "we should rewrite this in Rust" and ends four weekends later with a half-finished repo and a lot of new opinions about lifetimes.

  • Team ported parsimonious Python PEG parser to Rust in 72 hours for Port Mortem 2026 hackathon
  • Rust parser achieved 23x performance increase over original Python parser
  • Optimized Rust parser used 6.7 MB memory vs. 13 MB, with 0.016 ms peak latency

Tired of JS for simple UI in Ruby?

Meet web_ruby_ui — write reactive client-side SPAs using 100% pure Ruby via WebAssembly. Features state management & VDOM diffing. Give it a try & share feedback!