Category: internet news

Firefox 149.0.2 Update Fixes Vulnerabilities and Toolbar Freezing

Firefox 149.0.2, a patch release, is now available, fixing 41 vulnerabilities. All vulnerabilities are caused by memory management issues, such as buffer overflows and accessing memory after it's been freed. These issues could potentially lead to malicious code execution when opening specially crafted pages. Non-security changes: Fixed a bug that caused the browser toolbar to become unresponsive […]

Release of uutils 0.8, the Rust variant of GNU Coreutils

The uutils coreutils 0.8.0 (Rust Coreutils) project has been released. It is a development of the GNU Coreutils package analogue written in Rust. coreutils includes more than a hundred utilities, including sort, cat, chmod, chown, chroot, cp, date, dd, echo, hostname, id, ln and ls. The goal of the project is to create a cross-platform alternative implementation of Coreutils, among other things, capable of running on Windows, Redox […]

OpenAI, Anthropic, and Google have teamed up to combat Chinese AI model copying.

Competitors OpenAI, Anthropic, and Google have launched a joint effort to thwart Chinese companies' attempts to mine the skills of American AI models to create their own products and gain an advantage in the global AI race, Bloomberg reports. Computer of the Month, Special Issue: The Age of Rollback, or How the Memory Chip Shortage Affects Gaming PC Hardware Choices. For information sharing […]

The Solod project develops a subset of the Go language that is translated into the C language.

The Solod (So) programming language is presented. It provides a subset of the Go language transcompiled into a C (C11) representation suitable for compilation with the GCC, Clang, and zig cc compilers. A key difference between Solod and Go and Tinygo is its use of manual memory management, which operates without a garbage collector, automatic memory allocation, or reference counting. The transpiler for Solod is written in […]

Yesterday's Runet outage was caused by a powerful DDoS attack on Rostelecom.

Unknown individuals carried out a DDoS attack on the resources of the Rostelecom telecom operator. The provider's network has now been restored, TASS reports, citing the company's press service. During the attack, incoming traffic to Rostelecom's network was filtered, affecting the availability of internet resources. Complaints about the telecom operator's performance began arriving the evening of the previous day, April 6. By 22:27 PM Moscow time, there were no reports of disruptions in […]

GPUBreach attack allows root access via CUDA code execution on NVIDIA GPUs

A team of researchers from the University of Toronto developed the GPUBreach attack, which, similar to the GDDRHammer and GeForge attacks announced recently, uses the RowHammer technique to corrupt GDDR video memory bits and damage the GPU memory page table. GPUBreach allows root access to the main system environment by executing an unprivileged CUDA kernel on an NVIDIA GPU. A unique feature of the attack is its ability to operate with the IOMMU enabled. […]

Linux user base on Steam has surpassed 5%.

Valve has published its March report analyzing the preferences of Steam game delivery service users. The share of active Steam users using the Linux platform reached 5.33%, which is twice the figure reported in the previous month. Considering that Steam has an estimated 132 million active users, 5.33% equates to approximately 7 million users. In the February […]

The Linux kernel is proposed to include a distributed replicated block device (DRBD 9).

A set of patches has been released for the Linux kernel implementing the DRBD 9 distributed replicated block device, which allows for the creation of a RAID-1 array using network mirrored drives connected to different systems. The driver will initially be tested in the linux-next branch and finalized for integration into the Linux 7.2 kernel. The older version of DRBD has been included in the kernel since […]