Article Details

Scrape Timestamp (UTC): 2025-06-18 06:33:00.441

Source: https://thehackernews.com/2025/06/cisa-warns-of-active-exploitation-of.html

Original Article Text

Click to Toggle View

CISA Warns of Active Exploitation of Linux Kernel Privilege Escalation Vulnerability. The U.S. Cybersecurity and Infrastructure Security Agency (CISA) on Tuesday placed a security flaw impacting the Linux kernel in its Known Exploited Vulnerabilities (KEV) catalog, stating it has been actively exploited in the wild. The vulnerability, CVE-2023-0386 (CVSS score: 7.8), is an improper ownership bug in the Linux kernel that could be exploited to escalate privileges on susceptible systems. It was patched in early 2023. "Linux kernel contains an improper ownership management vulnerability, where unauthorized access to the execution of the setuid file with capabilities was found in the Linux kernel's OverlayFS subsystem in how a user copies a capable file from a nosuid mount into another mount," the agency said. "This uid mapping bug allows a local user to escalate their privileges on the system." It's currently not known how the security flaw is being exploited in the wild. In a report published in May 2023, Datadog said the vulnerability is trivial to exploit and that it works by tricking the kernel into creating a SUID binary owned by root in a folder like "/tmp" and executing it. "CVE-2023-0386 lies in the fact that when the kernel copied a file from the overlay file system to the 'upper' directory, it did not check if the user/group owning this file was mapped in the current user namespace," the company said. "This allows an unprivileged user to smuggle an SUID binary from a 'lower' directory to the 'upper' directory, by using OverlayFS as an intermediary." Later that year, cloud security firm Wiz detailed two security vulnerabilities dubbed GameOver(lay) (CVE-2023-32629 and CVE-2023-2640) affecting Unix systems that led to similar consequences as CVE-2023-0386. "These flaws allow the creation of specialized executables, which, upon execution, grant the ability to escalate privileges to root on the affected machine," Wiz researchers said. Federal Civilian Executive Branch (FCEB) agencies are required to apply the necessary patches by July 8, 2025, to secure their networks against active threats.

Daily Brief Summary

MALWARE // CISA Alerts on Active Exploitation of Linux Kernel Flaw

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has reported active exploitation of a Linux kernel flaw, CVE-2023-0386.

This vulnerability, with a CVSS score of 7.8, allows for privilege escalation via an improper ownership bug in OverlayFS.

CVE-2023-0386 was patched early in 2023, yet it continues to be a threat as attackers exploit systems that remain unpatched.

The flaw enables unauthorized users to escalate privileges by manipulating file ownership in the Linux kernel.

Datadog's analysis describes the vulnerability as trivial to exploit, involving the creation and execution of a root-owned SUID binary in directories like "/tmp".

Additional related vulnerabilities, GameOver(lay) CVEs-2023-32629 and CVE-2023-2640, were identified, affecting Unix systems with similar privilege escalation risks.

Federal Civilian Executive Branch (FCEB) agencies are mandated to patch this vulnerability by July 8, 2025, to safeguard against these exploits.