ZeroHour
Story · 3 sources · 3 articlesfirst updated ()

Linux kernel flaw 'Copy Fail' (CVE-2026-31431): ABB Edgenius advisory and Feral Wolf GenieLocker ransomware attacks

highRansomwareexploited in the wildimportance 58CVE-2023-22515CVE-2026-31431CVE-2021-4034
What's new: New since the previous update (2026-09-18T13:09:53Z): a third report (Cyber Security News, 2026-09-18T13:59:26Z) corroborates GBHackers' BI.ZONE findings and adds operational detail — the compromised Confluence server was Dockerized; the 1C:Enterprise exposure included unauthenticated cluster management and debug modes permitting arbitrary OS command execution; PowerShell scripts were used to…
Merged summary · glm-5.3-flash · rewritten as coverage arrives

CISA's ABB advisory (September 17, 2026) warns that public Linux kernel flaw CVE-2026-31431 ('Copy Fail') lets a locally authenticated user or compromised container gain root on Ability Edgenius bE100 gateways (versions 3.2.0.0 to below 3.2.4.1, CVSS v3.1…

CISA's September 17, 2026 advisory for ABB Ability Edgenius covers CVE-2026-31431, nicknamed 'Copy Fail' — a public Linux kernel flaw in the algif_aead cryptographic interface (CWE-669) present in kernels shipped by most major distributions since 2017. It affects Ability Edgenius versions 3.2.0.0 to below 3.2.4.1 on bE100 gateways; a locally authenticated user or compromised container workload can gain root privileges, enabling arbitrary code execution or denial of service on the node. ABB rated it CVSS v3.1 7.8, said a fix is available, and reported no exploitation of Edgenius at advisory issuance. A day later, two outlets reported BI.ZONE DFIR findings that the Feral Wolf group used the same kernel flaw in ransomware intrusions against Russian retail, construction, manufacturing and IT organizations from May through August 2026. Feral Wolf gained initial access by exploiting CVE-2023-22515 on internet-facing Atlassian Confluence servers (per Cyber Security News, a Dockerized instance), creating an admin account, installing a malicious plug-in and deploying GSocket. GBHackers says the group used PwnKit (CVE-2021-4034) and Copy Fail (CVE-2026-31431) for privilege escalation and Docker container-to-host escape; Cyber Security News instead describes the escape from the restricted container to the host as running via a weak-password PostgreSQL service — the sources differ on this attribution. Feral Wolf abused exposed 1C:Enterprise cluster managers for lateral movement, with Cyber Security News adding that unauthenticated cluster management and debug modes allowed arbitrary OS command execution. The group ran Rust-based MQTTDoor and MatrixDoor backdoors blending C2 into legitimate MQTT (HiveMQ) and Matrix traffic, tunneled via an RDPSocksProxy over RDP channels, harvested credentials from Magnet DumpIt memory dumps analyzed with MemProcFS to avoid conspicuous tools like Mimikatz, used PowerShell scripts to remove forensic traces, and deployed the GenieLocker encryptor. BI.ZONE published IoCs and GenieLocker hashes. Scope note: ABB reported no exploitation of Edgenius itself at advisory time, but BI.ZONE observed the underlying kernel flaw (CVE-2026-31431) being exploited in the wild against other targets.

  • CVE-2026-31431 ('Copy Fail') is a public Linux kernel flaw in the algif_aead cryptographic interface (CWE-669), present in kernels shipped by most major Linux distributions since 2017.
  • Per CISA's ABB advisory (September 17, 2026): affects ABB Ability Edgenius versions 3.2.0.0 to below 3.2.4.1 on bE100 gateways; a locally authenticated user or compromised container can gain root, enabling arbitrary code execution or node…
  • BI.ZONE DFIR tracked Feral Wolf intrusions at Russian retail, construction, manufacturing and IT organizations from May through August 2026, culminating in GenieLocker ransomware deployment.
  • Initial access: exploitation of CVE-2023-22515 on internet-facing Atlassian Confluence servers (a Dockerized instance per Cyber Security News), creating an admin account, installing a malicious plug-in and deploying GSocket.
  • Privilege escalation: PwnKit (CVE-2021-4034) and Copy Fail (CVE-2026-31431); GBHackers ties these to Docker container-to-host escape, while Cyber Security News says the escape from the restricted container to the host was enabled by a…
  • C2: Rust-based MQTTDoor and MatrixDoor backdoors hide command-and-control in legitimate MQTT (HiveMQ) and Matrix traffic; RDPSocksProxy tunnels traffic via RDP channels.
  • Credential access: Magnet DumpIt memory dumps analyzed with MemProcFS, avoiding conspicuous tools like Mimikatz.
  • Lateral movement: abuse of exposed 1C:Enterprise cluster managers; Cyber Security News adds that unauthenticated cluster management and debug modes allowed arbitrary OS command execution.

Coverage timeline

  1. · 1d ago
    CISA Advisories· 40
    ABB Ability Edgenius

    CISA's ABB advisory covers CVE-2026-31431, a public Linux kernel flaw letting local users or compromised containers gain root on Ability Edgenius gateways.

  2. · 2h ago
    GBHackers· 58
    Feral Wolf Hackers Exploit Confluence and 1C to Deploy GenieLocker Ransomware

    Feral Wolf exploited Atlassian Confluence and 1C:Enterprise flaws to deploy GenieLocker ransomware across Russian retail, construction, manufacturing and IT firms.

  3. · 1h ago
    Cyber Security News· 58
    Feral Wolf Ransomware Attacks Exploit Atlassian Confluence and Misconfigured 1C Systems

    BI.ZONE links Feral Wolf ransomware attacks on Russian firms to Confluence CVE-2023-22515 exploitation and exposed 1C clusters, deploying GenieLocker.

Vulnerabilities in this storyAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2021-4034
Out-of-Bounds Read/Write Local Privilege Escalation in polkit pkexec (PwnKit)

CVE-2021-4034 ('PwnKit') is an out-of-bounds read and write (CWE-125/CWE-787) in polkit's setuid-root pkexec utility, which mishandles the calling parameter count and ends up trying to execute environment variables as commands. A local attacker who runs pkexec with crafted environment variables can induce it to execute arbitrary code, gaining administrative (root) rights on the target machine. Because polkit is installed by default on mainstream Linux distributions — including Red Hat Enterprise Linux and its many variants, with the flaw also tracked against Canonical, SUSE, Oracle, Siemens, and StarWind Software products — essentially every standard Linux installation was exposed. The flaw is being actively exploited in the wild: CISA added it to the Known Exploited Vulnerabilities catalog on 2022-06-27 with known ransomware use, and EPSS assigns a 94.9% probability of exploitation (100th percentile). Public proof-of-concept exploits are widely available, making exploitation trivial for any user with local access to an unpatched host.

Do: Apply the polkit/pkexec updates from each distribution vendor immediately per vendor instructions, as required by the CISA KEV catalog. If patching must be delayed, removing the setuid bit from pkexec (e.g., chmod 0755 /usr/bin/pkexec) is a widely documented interim mitigation, though it may affect functionality that relies on pkexec. Prioritize hosts where untrusted or low-privilege users can log in, and hunt for prior exploitation given known ransomware use.

7.895% KEV ransomware PoC ×4
  • polkit project polkit (pkexec utility)
  • Red Hat Enterprise Linux Server
  • Red Hat Enterprise Linux Desktop
  • +9 more
masstens of millions of Linux servers and workstations (polkit/pkexec ships by default on virtually all mainstream distributions)
CVE-2023-22515
Unauthenticated Broken Access Control in Atlassian Confluence Data Center/Server

Atlassian Confluence Data Center and Server contain a broken access control flaw (CWE-20) in publicly accessible instances that allows unauthenticated remote attackers to create unauthorized Confluence administrator accounts and gain access to the instance; the associated public PoC is titled 'Atlassian Confluence Unauthenticated Remote Code Execution'. The flaw is triggered over the network (CVSS 3.1 9.8, AV:N/AC:L/PR:N/UI:N) against any self-managed Confluence instance reachable from the internet, with no privileges or user interaction required. Attackers who exploit it gain administrator-level control of the Confluence instance, and the public PoC demonstrates this extends to unauthenticated code execution. Only self-managed Confluence Data Center and Server deployments are affected; Atlassian Cloud sites hosted on atlassian.net domains are not vulnerable. Exploitation is confirmed in the wild: CISA added it to the KEV on 2023-10-05 with known ransomware use, EPSS is 99.2%, Atlassian reported a handful of customers were already exploited, and Microsoft warned of nation-state (China-linked) abuse.

Do: Patch all internet-facing Confluence Data Center and Server instances to a fixed release per Atlassian's advisory (specific fixed versions are not listed in this data), or restrict public access/discontinue use per CISA's required action. Audit every affected instance for evidence of compromise, especially unauthorized administrator accounts created through this flaw, and report positive findings to CISA. Treat this as urgent given active exploitation by both nation-state actors and ransomware groups.

9.899% KEV ransomware PoC
  • Atlassian Confluence Data Center
  • Atlassian Confluence Server
large≈ tens of thousands of internet-exposed Confluence Data Center/Server instances (order of ~30,000-50,000)
CVE-2026-31431
Local Privilege Escalation (Copy Fail) in Linux Kernel algif_aead Interface

CVE-2026-31431 ('Copy Fail') is an incorrect resource transfer between spheres (CWE-669/CWE-1288) in the Linux kernel's algif_aead implementation of the AF_ALG userspace crypto interface, introduced roughly nine years ago (around 2017, per public reporting) when commit 72548b093ee3 switched AEAD operations to in-place handling even though the source and destination buffers come from different mappings. A local, unprivileged user can trigger the flaw by performing AEAD operations through the AF_ALG socket interface, causing the kernel to mishandle the copy of ciphertext and associated data. Successful exploitation provides a reliable local privilege escalation to root (C:H/I:H/A:H per the CVSS vector). Nearly every major Linux distribution and enterprise platform is exposed, including the kernel itself, Red Hat Enterprise Linux (including AUS, EUS, TUS and Update Services for SAP Solutions), OpenShift Container Platform, Amazon Linux, Ubuntu, Debian, openSUSE Leap, SUSE CaaS Platform, NixOS, and Linux-based products from Arista and Siemens. The flaw has public proof-of-concept code, a 99.9% EPSS score, and was added to CISA's Known Exploited Vulnerabilities catalog on 2026-05-01, indicating exploitation in the wild (ransomware use is unknown).

Do: Patch by installing the kernel update for CVE-2026-31431 through your distribution's security channel (Red Hat Enterprise Linux including AUS/EUS/TUS/SAP channels, OpenShift, Amazon Linux, Ubuntu, Debian, openSUSE Leap, SUSE CaaS Platform, NixOS, and Arista/Siemens firmware/software as applicable) and reboot into the patched kernel; the data provides no fixed version numbers, so defer to vendor advisories. Because the flaw is in CISA's KEV catalog (added 2026-05-01) with a 99.9% EPSS score, prioritize internet-reachable and multi-user systems first and follow BOD 22-01 guidance for cloud services. Check running kernel versions ('uname -r') and distribution advisory status to confirm you are on a fixed build.

7.8100% KEV PoC ×5
  • Linux kernel (algif_aead / AF_ALG crypto interface)
  • Red Hat Enterprise Linux (including AUS, EUS, TUS, and Update Services for SAP Solutions)
  • Red Hat OpenShift Container Platform
  • +8 more
masshundreds of millions to billions of installations (servers, cloud instances, desktops, and Android/embedded devices running affected kernel generations)