Two Linux Bugs and an AI Flaw Open Doors to Attackers

New flaws let local users seize root control on Linux systems, while a hidden comment trick can hijack AI coding assistants in Azure DevOps.

Two Linux Bugs and an AI Flaw Open Doors to Attackers

Three Separate Flaws, One Common Theme

Security researchers disclosed three unrelated but equally serious flaws this week. Two involve the Linux operating system, which runs most of the world's servers, cloud platforms, and a growing share of desktop computers. The third involves a Microsoft tool that connects artificial intelligence assistants to software development projects. Taken together, they show how attackers keep finding new ways to turn small technical gaps into full control over a system.

A Nine Year Old Bug Hiding in Plain Sight

The first flaw, nicknamed RefluXFS and officially tracked as CVE-2026-64600, sat inside the Linux kernel for nine years before anyone noticed. It affects XFS, a common file storage system used by many Linux servers, including default setups of Red Hat Enterprise Linux, Fedora Server, and Amazon Linux.

The problem is what security experts call a race condition. In simple terms, the computer briefly gets confused about the timing of two actions happening at once. An attacker who already has a low level, unprivileged account on the machine can exploit that split second confusion to overwrite files that are supposed to be locked down and reserved for the system administrator. Once that happens, the attacker can grant themselves full root access, meaning total control over the machine, including the ability to read, change, or delete anything on it.

This flaw does not let a stranger break in from the internet. It requires the attacker to already have some kind of account on the machine, whether through a stolen password, a shared hosting service, or another vulnerability. But once inside, this bug turns a limited foothold into complete ownership of the system.

A Second Path to Root on Ubuntu Desktops

A separate but similarly dangerous flaw was found in a tool called snap-confine, which is part of how Ubuntu manages installed applications called snaps. This bug, tracked as CVE-2026-8933, affects default installations of Ubuntu Desktop versions 24.04, 25.10, and 26.04, meaning millions of everyday laptop and desktop users could be exposed without changing a single setting.

Like the XFS flaw, this one requires local access to the machine first. An attacker with a regular, low privilege account can trigger the bug and escalate themselves to root. For shared computers, work laptops, or any device where more than one person has a login, this raises the stakes considerably. A guest account, a compromised browser session, or malware that lands with limited permissions could all become a stepping stone to complete control.

When AI Assistants Get Tricked by a Hidden Message

The third issue is different in nature but just as concerning. It involves Microsoft's Azure DevOps platform, which many software teams use to manage code and track projects. Microsoft built a tool that lets AI coding assistants read and respond to pull requests, which are proposed changes to a piece of software.

Researchers found that the tool reads back pull request comments and descriptions without properly checking them for hidden instructions. That means an attacker can plant an invisible comment inside a pull request. When a developer's AI assistant reviews that request, it can be secretly redirected. Instead of just reviewing code, the AI can be tricked into digging through other projects the attacker was never allowed to see, then quietly reporting what it finds back to the attacker.

This is a form of prompt injection, where hidden text manipulates an AI system into acting against the wishes of the person using it. The AI does not know it has been fooled. It simply follows the instructions it was given, even though those instructions came from an attacker rather than the developer.

What You Should Do

None of these flaws are things an average person can patch themselves through a setting change, but they still affect real people who rely on Linux systems and cloud services every day.

  • Update your systems promptly. If you run Linux servers, Ubuntu desktops, or manage cloud infrastructure, apply security patches from your distribution as soon as they are released.
  • Limit who has local access. Reduce the number of user accounts on shared or business machines, and remove accounts that are no longer needed.
  • Ask your IT team or hosting provider whether their systems are affected and when patches will be deployed, especially if you rely on Red Hat, Fedora, Amazon Linux, or Ubuntu Desktop.
  • If your team uses AI coding assistants connected to Azure DevOps or similar tools, check for vendor updates and be cautious about letting AI tools access repositories beyond what is strictly necessary.
  • Keep an eye on official advisories from your Linux distribution and from Microsoft, since patches and mitigation steps are likely to roll out quickly given the severity of these issues.